PrepAway - Latest Free Exam Questions & Answers

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”

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


Leave a Reply