VMware Carbon Black Cloud Enterprise EDR (2020) — Question 56

A developer is trying to deploy a Kubernetes Application into a namespace within a Supervisor Cluster. The deployment must utilize the latest assets that have been pushed into the Registry Service.
What should the developer add to the YAML file to ensure that the deployment is successful?

Answer options

Correct answer: C

Explanation

The correct answer is C because it specifies the full image registry URL along with the namespace and image name, ensuring that the Kubernetes deployment can locate and pull the latest image version. Options A and D lack the necessary image registry URL, which would prevent a successful deployment, while option B incorrectly uses 'template' instead of 'image', which is not valid for defining the container image.