How can I ask Kubernetes if the RBAC authorization-mode is enabled

1/20/2020

From the official kubernetes documentation I can see, that the RBAC authorization-mode can be enabled and disabled.

To enable RBAC, start the apiserver with:

--authorization-mode=RBAC

I have installed a kubernetes cluster V1.17 on debian with kubeadm. How can I verify if RBAC is enabled or not in my installation?

-- Ralph
kubernetes

0 Answers