VMware vRealize Automation 8.x (VCP-CMA 2021) — Question 26
What is the command to find out the available node base operating system images?
Answer options
- A. kubectl get nodes
- B. kubectl cluster-info
- C. kubectl get virtualmachineclasses
- D. kubectl get virtualmachineimages
Correct answer: D
Explanation
The correct answer is D, as the command 'kubectl get virtualmachineimages' specifically lists the available base operating system images for virtual machines. Options A and B are related to nodes and cluster information, while option C pertains to virtual machine classes, not images.