How are Users and Groups typically managed in Kubernetes?

Study for the Kubernetes Cloud Native Associate (KCNA) Certification. Prepare with flashcards and multiple choice questions. Ensure success with detailed explanations. Ready for your exam!

Multiple Choice

How are Users and Groups typically managed in Kubernetes?

Explanation:
Identity management in Kubernetes is external to the cluster. Kubernetes does not store human users or group objects in etcd, nor does it provide in-cluster resources to define them. Instead, authentication is handled by external identity providers (certificates, tokens, OpenID Connect, LDAP, etc.), and RBAC uses those authenticated identities to grant permissions. Kubectl simply uses credentials from your kubeconfig to access the cluster; it doesn’t create users within Kubernetes. Service accounts exist as in-cluster resources, but they’re separate from human users. So, users and groups are typically managed outside the cluster.

Identity management in Kubernetes is external to the cluster. Kubernetes does not store human users or group objects in etcd, nor does it provide in-cluster resources to define them. Instead, authentication is handled by external identity providers (certificates, tokens, OpenID Connect, LDAP, etc.), and RBAC uses those authenticated identities to grant permissions. Kubectl simply uses credentials from your kubeconfig to access the cluster; it doesn’t create users within Kubernetes. Service accounts exist as in-cluster resources, but they’re separate from human users. So, users and groups are typically managed outside the cluster.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy