Topic 1 Question 61
The development team has provided you with a Kubernetes Deployment file. You have no infrastructure yet and need to deploy the application. What should you do?
Use gcloud to create a Kubernetes cluster. Use Deployment Manager to create the deployment.
Use gcloud to create a Kubernetes cluster. Use kubectl to create the deployment.
Use kubectl to create a Kubernetes cluster. Use Deployment Manager to create the deployment.
Use kubectl to create a Kubernetes cluster. Use kubectl to create the deployment.
ユーザの投票
コメント(17)
It has to be B. gcloud for creating cluster and kubectl for creating deployment
👍 52MeasService2019/10/20May I ask why C is correct? I thought B was correct.
👍 26KouShikyou2019/10/09- 正解だと思う選択肢: B
Deployment Manager is used to automate the process of provisioning infrastructure. Therefore, gcloud and Deployment Manager do the same thing. Meanwhile, kubectl is used to run commands against an already created cluster.
👍 5ghadxx2022/01/31
シャッフルモード