VMware vRealize Automation 8.x (VCP-CMA 2021) — Question 11
An administrator needs to deploy the infrastructure for three applications that are being developed. It is required to provide different Kubernetes version for each application.
Which approach satisfies these requirements?
Answer options
- A. Create three different pods for each application.
- B. Deploy three different Tanzu Kubernetes Grid workload clusters with different Kubernetes versions.
- C. Create three different namespaces for each application.
- D. Deploy three different management clusters with different Kubernetes versions.
Correct answer: B
Explanation
The correct answer is B, as deploying three different Tanzu Kubernetes Grid workload clusters allows for each application to run on its specific Kubernetes version. Options A and C do not provide the required isolation of Kubernetes versions, while option D is unnecessary and more complex than needed for these requirements.