March 2020
Intermediate to advanced
626 pages
14h 45m
English
To create an admin account, follow these steps:
$ kubectl --namespace kube-system create serviceaccount admin
$ kubectl create clusterrolebinding admin --serviceaccount=kube-system:admin --clusterrole=cluster-admin
Our next step is to install kubectl on client machines.
Read now
Unlock full access