
Ultimate access to all questions.
How can you uniformly manage Helm charts for containerized applications, including both public and private dependencies, while implementing native access control and VPC Service Controls to address security concerns about public Helm repository usage?
A
Store public and private charts in OCI format by using Artifact Registry.
B
Store public and private charts by using GitHub Enterprise with Google Workspace as the identity provider.
C
Store public and private charts by using Git repository. Configure Cloud Build to synchronize contents of the repository into a Cloud Storage bucket. Connect Helm to the bucket by using https://[bucket].storage-googleapis.com/[helmchart] as the Helm repository.
D
Configure a Helm chart repository server to run in Google Kubernetes Engine (GKE) with Cloud Storage bucket as the storage backend.