VMware Carbon Black Cloud Enterprise EDR (2020) — Question 81
A Namespace contains multiple Tanzu Kubernetes clusters.
How is access granted to a single Tanzu Kubernetes cluster?
Answer options
- A. Create a custom Role and RoleBinding, and then apply to the Namespace using kubectl commands.
- B. Use the vSphere Client to grant access to the Namespace.
- C. Create a custom Role and RoleBinding, and then apply to the Tanzu Kubernetes cluster using kubectl commands.
- D. Use the vSphere Client to grant access to the Tanzu Kubernetes cluster.
Correct answer: C
Explanation
The correct answer is C because access must be specifically granted at the Tanzu Kubernetes cluster level using custom Role and RoleBinding with kubectl commands. Options A and B are incorrect as they pertain to the Namespace level, while option D incorrectly suggests granting access through the vSphere Client instead of the appropriate kubectl configuration.