Google
ASSOCIATE-CLOUD-ENGINEER · Question #231
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?
The correct answer is D. Upload the image to Container Registry and create a Kubernetes Deployment referencing the. Upload your docker image on container registry then give a ref while creating deployment.
Submitted by haruto_sh· Mar 30, 2026Deploying and implementing a cloud solution
Question
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?
Options
- AUpload the image to Cloud Storage and create a Kubernetes Service referencing the image
- BUpload the image to Cloud Storage and create a Kubernetes Deployment referencing the image
- CUpload the image to Container Registry and create a Kubernetes Service referencing the image.
- DUpload the image to Container Registry and create a Kubernetes Deployment referencing the
How the community answered
(65 responses)- A2% (1)
- B8% (5)
- C3% (2)
- D88% (57)
Explanation
Upload your docker image on container registry then give a ref while creating deployment.
Topics
#GKE#Container Registry#Kubernetes Deployment#Docker
Community Discussion
No community discussion yet for this question.