VMware Carbon Black Cloud Enterprise EDR (2020) — Question 3
What is the correct process to store images in a project on the Registry Service?
Answer options
- A. Use the kubectl push command
- B. Use the docker push command
- C. Use the vSphere Client to upload the image the content library
- D. Use the vSphere Client to upload the image to the Registry Service
Correct answer: B
Explanation
The correct answer is B, as the docker push command is specifically designed for pushing images to a Docker registry. Option A is incorrect because kubectl is used for managing Kubernetes resources, not for pushing images. Options C and D mention the vSphere Client, which is not the appropriate tool for uploading images directly to the Registry Service.