QuestionQ8
Deploying and implementing a cloud solutionYou 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 Artifact Registry and create a Kubernetes Service referencing the image.
- D Upload the image to Artifact Registry and create a Kubernetes Deployment referencing the image.
Community Discussion