
Ultimate access to all questions.
As an intern at a tech company, your manager has tasked you with dockerizing their application and deploying it on Kubernetes Engine. What is the correct approach to accomplish this?
A
Use gcloud app deploy in your CLI.
B
kubectl command line utility to create the deployment with that file.C
Use kubectl app deploy in your CLI.
D
kubectl command line utility to create the deployment with that file.