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.
A deployment is responsible for keeping a set of pods running. A service is responsible for enabling network access to a set of pods.
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit