What is the valid way to deploy a Pod in a Kubernetes cluster?

What is the valid way to deploy a Pod in a Kubernetes cluster?
A. Copy a manifest file to the API server in the /etc/kubernetes/pods directory
B. SSH to the worker node where the Pod is desired to run and issue the command “kubectl apply -f myPod.yaml”
C. Copy a manifest file to a worker node in the /etc/kubernetes/pods directory
D. Issue the command “kubectl apply -f myPod.yaml”

microsoft-exams

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.