Install Linkerd CLI linkerd
Download and install the Linkerd CLI
curl --proto =https --tlsv1.2 -sSfL https://run.linkerd.io/install | sh
more linkerd
all 10 commands →
Pre-install check
linkerd check --pre
Install Linkerd CRDs
linkerd install --crds | kubectl apply -f -
Install Linkerd control plane
linkerd install | kubectl apply -f -
Post-install check
linkerd check
Inject sidecar into deployment
kubectl get deploy my-app -o yaml | linkerd inject - | kubectl apply -f -