0 votes
in Kubernetes K8s by

What is Kubernetes RBAC?

a) Role-Based Access Control

b) A tool for managing Kubernetes resources

c) A networking abstraction to access a set of Pods

d) A way to manage Kubernetes nodes

1 Answer

0 votes
by

Answer: a)

Explanation: Role-Based Access Control. Kubernetes RBAC is a security mechanism that allows administrators to manage access to Kubernetes resources based on user roles and permissions.

...