- You can only install the Linkerd control plane through SSH to the master node of the Kubernetes cluster.
A) True
B) False
- You need a cluster-admin role to install a control plane configuration.
A) True
B) False
- You need a cluster-admin role to install the Linkerd control plane.
A) True
B) False
- Linkerd allows us to automatically inject sidecars if we label our namespace with linkerd.io/inject: enabled.
A) True
B) False
- If we want to exclude a pod so that it gets its own sidecar proxy, we can label the pod with linkerd.io/inject: disabled.
A) True
B) False