5V0-23.20 · Question #76
A developer is trying to deploy a Kubernetes Application by using an image from the embedded Registry Service into an existing Namespace within a Supervisor Cluster. Which three steps must be…
The correct answer is A. Include the image: //: in the YAML spec. B. Run kubectl config use-context to switch to the correct namespace. F. Push the image to the Registry service with docker push //. https://docs.vmware.com/en/VMware-vSphere/7.0/vmware-vsphere-with-tanzu/GUID-EC76B511- 8DEB-4595-9DFA-3E9567C98ECA.html
Question
A developer is trying to deploy a Kubernetes Application by using an image from the embedded Registry Service into an existing Namespace within a Supervisor Cluster. Which three steps must be completed to ensure the deployment is successful? (Choose three.)
Options
- AInclude the image: //: in the YAML spec.
- BRun kubectl config use-context to switch to the correct namespace.
- CRun kubectl config set-context to switch to the correct namespace.
- DPull the image into the Registry service with docker pull //:.
- EInclude the image: /: in the YAML spec.
- FPush the image to the Registry service with docker push //:.
How the community answered
(29 responses)- A76% (22)
- C3% (1)
- D7% (2)
- E14% (4)
Explanation
https://docs.vmware.com/en/VMware-vSphere/7.0/vmware-vsphere-with-tanzu/GUID-EC76B511- 8DEB-4595-9DFA-3E9567C98ECA.html
Topics
Community Discussion
No community discussion yet for this question.