linkerd-buoyant

Helm repo for the Linkerd Buoyant extension

Linkerd Buoyant extension setup

Agent Install

First time repo setup:

helm repo add linkerd-buoyant https://helm.buoyant.cloud

Obtain values from the Bcloud UI

To obtain a values file, head over to https://buoyant.cloud/settings?helm=1. In case you have only one pair of org credentials, you will be prompted with a dialog that contains the helm values. Otherwise, you can pick the exact credentials pair and click on Helm usage. Save the values into agent-values.yaml

Install

export CLUSTER_NAME=<your cluster name>
helm install --create-namespace --namespace linkerd-buoyant --values agent-values.yaml --set metadata.agentName=$CLUSTER_NAME linkerd-buoyant linkerd-buoyant/linkerd-buoyant

Uninstall

helm uninstall --namespace linkerd-buoyant linkerd-buoyant

Chart info

Helm chart releases: https://github.com/BuoyantIO/linkerd-buoyant/releases

Helm repo index: https://github.com/BuoyantIO/linkerd-buoyant/blob/gh-pages/index.yaml