March 2020
Intermediate to advanced
626 pages
14h 45m
English
The application administrator, who doesn't have the cluster-admin role available, can install a control plane after the necessary objects requiring cluster-admin in the previous steps have been created. Let's take a look:
$ linkerd install control-plane | kubectl apply -f -
The preceding command will install Linkerd control plane objects such as ConfigMap, Deployment, Secret, Service, and so on using the less privileged account credentials.
$ linkerd check
This overview was done to provide reasoning for using cluster-role and other user-based roles. Next, we'll explain the steps ...
Read now
Unlock full access