Access Control — Certified Kubernetes Administrator (CKA) Practice Questions

Access control in Kubernetes is implemented primarily through Role-Based Access Control (RBAC), which uses Roles, ClusterRoles, RoleBindings, and ClusterRoleBindings to grant permissions to users and service accounts. The CKA exam requires candidates to create and inspect RBAC objects, use kubectl auth can-i to verify permissions, and configure service accounts for workloads that need API access. Understanding the difference between namespace-scoped Roles and cluster-scoped ClusterRoles is essential for correctly scoping permissions on the exam.

Free questions on access control

What does RBAC stand for in Kubernetes?
Free question · easy · full answer + explanation

More access control questions in the full bank

Practice Certified Kubernetes Administrator (CKA) Questions Free