VMware Digital Workspace Fundamentals — Question 4

What are two ways a Namespace helps organize a Kubernetes cluster? (Choose two.)

Answer options

Correct answer: A, E

Explanation

The correct answers are A and E. A Namespace divides cluster resources across different users, helping to manage resource allocation. It also facilitates sharing of objects within the cluster (E), which is essential for collaborative efforts. Options B, C, and D do not accurately represent the primary functions of a Namespace in Kubernetes.