Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
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.
gcloud app deploy
B
kubectl
C
Use kubectl app deploy in your CLI.
kubectl app deploy
D