VMware vRealize Automation 8.x (VCP-CMA 2021) — Question 30
What kubernetes object can be used to mount and run script inside a POD after creation?
Answer options
- A. Admission controller
- B. Deployment
- C. Config map
- D. Secret
Correct answer: C
Explanation
The correct answer is C, Config map, as it is specifically designed to store non-confidential data in key-value pairs, which can be mounted as files in a POD. The other options, such as Admission controller and Deployment, do not provide the capability to directly mount scripts, while Secrets are used for sensitive information rather than scripts.