What should you do?

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?
A . Upload the image to Cloud Storage and create a Kubernetes Service referencing the image.
B . Upload the image to Cloud Storage and create a Kubernetes Deployment referencing the image.
C . Upload the image to Container Registry and create a Kubernetes Service referencing
the image.
D . Upload the image to Container Registry and create a Kubernetes Deployment referencing the image.

Answer: D

Explanation:

A deployment is responsible for keeping a set of pods running. A service is responsible for enabling network access to a set of pods.

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments