Which kubectl command is used to deploy the application when using a Kubernetes deployment specification file, my-app.yaml?
Which kubectl command is used to deploy the application when using a Kubernetes deployment specification file, my-app.yaml?A . kubectl run my-app.yaml B. kubectl apply -f my-app.yaml C. kubectl create my-app.yaml D. kubectl apply spc my-app.yamlView AnswerAnswer: B