March 2020
Intermediate to advanced
626 pages
14h 45m
English
To install the Linkerd control plane, follow these steps:
$ kubectl create clusterrolebinding linkerd-cluster-role-binding \--clusterrole=cluster-admin --group=system:serviceaccounts:linkerdclusterrolebinding.rbac.authorization.k8s.io/linkerd-cluster-role-binding created
$ linkerd install | kubectl apply -f -
By default, the Linkerd control plane will be installed in the linkerd namespace. For this walkthrough, we will keep the default namespace, but it can be ...
Read now
Unlock full access