VMware Aria Automation 8.x Professional (2023) — Question 17
Which kinds of objects does the Kubernetes RBAC API declare?
Answer options
- A. CloudPolicyObject
- B. Role, ClusterRole, RoleBinding and ClusterRoleBinding
- C. Container type and Container object
- D. ClusterObject and ClusterNode
Correct answer: B
Explanation
The correct answer is B because the Kubernetes RBAC API specifically defines Role, ClusterRole, RoleBinding, and ClusterRoleBinding as its primary objects for managing access control. Options A, C, and D do not pertain to the RBAC API and represent different concepts or are not valid Kubernetes objects.