nerdexam
Broadcom-VMware

1V0-71.21 · Question #7

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

The correct answer is B. SSH to the worker node where the Pod is desired to run and issue the command "kubectl apply -f. https://medium.com/analytics-vidhya/mlops-dockers-and-kubernetes-essentials-for-a- data-scientist-8bc7b5866957

Explain Container and Kubernetes Concepts

Question

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

Options

  • ACopy a manifest file to the API server in the /etc/kubernetes/pods directory
  • BSSH to the worker node where the Pod is desired to run and issue the command "kubectl apply -f
  • CCopy a manifest file to a worker node in the /etc/kubernetes/pods directory
  • DIssue the command "kubectl apply -f myPod.yaml"

How the community answered

(37 responses)
  • A
    3% (1)
  • B
    92% (34)
  • D
    5% (2)

Explanation

https://medium.com/analytics-vidhya/mlops-dockers-and-kubernetes-essentials-for-a- data-scientist-8bc7b5866957

Topics

#kubectl#Pod deployment#Kubernetes manifest#kubectl apply

Community Discussion

No community discussion yet for this question.

Full 1V0-71.21 Practice