VMware vRealize Automation 8.x (VCP-CMA 2021) — Question 37

What is the object in Kubernetes used to grant permissions to a cluster wide resource?

Answer options

Correct answer: C

Explanation

The correct answer is C, ClusterRoleBinding, which is specifically designed to grant permissions on a cluster-wide basis. Option A, ClusterRoleAccess, does not exist in Kubernetes terminology, while RoleBinding (option B) is limited to namespace scope, and RoleReference (option D) is not an object that grants permissions.