As part of modernizing your client-facing application, you've dockerized it. What is the correct sequence to deploy this app as a workload on Google Kubernetes Engine? | Google Associate Cloud Engineer Quiz - LeetQuiz
Google Associate Cloud Engineer
Get started today
Ultimate access to all questions.
As part of modernizing your client-facing application, you've dockerized it. What is the correct sequence to deploy this app as a workload on Google Kubernetes Engine?
Real Exam
Last updated: February 10, 2026 at 14:02
A
Upload the image to Container Registry. 2. Create a Kubernetes Service using the image.
7.1%
B
Upload the image to Cloud Storage. 2. Create a Kubernetes Deployment using the image.
7.1%
Comments
Loading comments...
C
Upload the image to Container Registry. 2. Create a Kubernetes Deployment using the image.
85.7%
D
Upload the image to Cloud Storage. 2. Create a Kubernetes Service using the image.