How to Add Users to Kubernetes (kubectl)?

后端 未结 3 1694
傲寒
傲寒 2020-12-22 17:59

I\'ve created a Kubernetes cluster on AWS with kops and can successfully administer it via kubectl from my local machine.

I can view the current config

3条回答
  •  不思量自难忘°
    2020-12-22 18:32

    bitnami guide works for me, even if you use minikube. Most important is you cluster supports RBAC. https://docs.bitnami.com/kubernetes/how-to/configure-rbac-in-your-kubernetes-cluster/

提交回复
热议问题