Pre-install check linkerd
Validate cluster meets requirements before installing Linkerd
linkerd check --pre
more linkerd
all 10 commands →
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 -
Live traffic stats
linkerd viz stat deploy