
Ultimate access to all questions.
You have created an application and successfully packaged it into a Docker image. Your next goal is to deploy this Docker image as a workload onto Google Kubernetes Engine (GKE), which is a powerful platform for automated orchestration, management, and scaling of containerized applications. How should you proceed to achieve this deployment?
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.