Intermediate Kubernetes
Q58 / 100

What is the purpose of "Role-Based Access Control" (RBAC) in Kubernetes?

Correct! Well done.

Incorrect.

The correct answer is B) To regulate access to Kubernetes API resources based on the roles of individual users or service accounts, using Roles/ClusterRoles and RoleBindings/ClusterRoleBindings to grant specific permissions

B

Correct Answer

To regulate access to Kubernetes API resources based on the roles of individual users or service accounts, using Roles/ClusterRoles and RoleBindings/ClusterRoleBindings to grant specific permissions

Explanation

RBAC defines "who can do what" within the cluster by binding permissions (verbs on resources, defined in Roles/ClusterRoles) to subjects (users, groups, or ServiceAccounts) via RoleBindings/ClusterRoleBindings.

Progress
58/100