
Answer-first summary for fast verification
Answer: Configure Artifact Registry as an OCI-based container registry for both Helm charts and container images.
The question asks for a fully managed storage solution for container images and Helm charts with native integration into existing Google Cloud services. Option A suggests using Docker with Cloud Storage, which is not a fully managed solution and lacks native integration for Helm charts. Option B proposes configuring an open source container registry server in GKE, which is not fully managed and requires manual setup and maintenance. Option D suggests using Container Registry, which is a fully managed solution but does not support Helm charts. Option C, configuring Artifact Registry, is the correct choice because it is a fully managed OCI-based container registry that supports both container images and Helm charts, and has native integration with GKE, Cloud Run, VPC Service Controls, and IAM.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Your organization is beginning to adopt containerization on Google Cloud and requires a fully managed storage solution for container images and Helm charts. The solution must have native integration with existing Google Cloud services such as Google Kubernetes Engine (GKE), Cloud Run, VPC Service Controls, and Identity and Access Management (IAM). What should you do?
A
Use Docker to configure a Cloud Storage driver pointed at the bucket owned by your organization.
B
Configure an open source container registry server to run in GKE with a restrictive role-based access control (RBAC) configuration.
C
Configure Artifact Registry as an OCI-based container registry for both Helm charts and container images.
D
Configure Container Registry as an OCI-based container registry for container images.
No comments yet.