How are Users and Groups typically managed in Kubernetes?

Study for the Kubernetes Cloud Native Associate (KCNA) Certification 1 Test. Master the core concepts of Kubernetes with multiple-choice questions and detailed explanations. Prepare and boost your confidence for the KCNA certification 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