Topic 1 Question 192
You have created an application that is packaged into a Docker image. You want to deploy the Docker image as a workload on Google Kubernetes Engine. What should you do?
Upload the image to Cloud Storage and create a Kubernetes Service referencing the image.
Upload the image to Cloud Storage and create a Kubernetes Deployment referencing the image.
Upload the image to Container Registry and create a Kubernetes Service referencing the image.
Upload the image to Container Registry and create a Kubernetes Deployment referencing the image.
ユーザの投票
コメント(14)
- 正解だと思う選択肢: D
A deployment is responsible for keeping a set of pods running. A service is responsible for enabling network access to a set of pods.
👍 8Aninina2022/10/30 - 正解だと思う選択肢: D
You can only create GKE instances for docker containers through container registry. D all the way
👍 4JelloMan2022/05/03 Correct answer is D.
👍 3Akash72022/04/26
シャッフルモード