Question
DO Kubernetes: How to authorize a user or revoke/reset certificate
I would like to know how we can grant additional user access to the Kubernetes cluster. Currently the kubeconfig you can download works well with kubectl. It is also good that it’s only 7 days valid. This prevents people from using the config where they should actually use a Kubernetes Service account.
However, I’d like to know if it’s possible to create additional kubectl users, or if it’s possible to force-reset the kubeconfig credentials generated by DigitalOcean. This way, we can securely and safely remove people from our team, knowing they will not have access to the Kubernetes cluster anymore.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×