Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
You have Google Kubernetes Engine (GKE) Pods that need to access objects in a Cloud Storage bucket. How can you securely grant this access while minimizing management overhead?
A
Create a service account. Grant bucket access to the Pods by using Workload Identity Federation for GKE.
B
Create a service account with keys. Store the keys in Secret Manager with a 30-day rotation schedule. Reference the keys in the Pods.
C
Create a service account with keys. Store the keys as a Kubernetes secret. Reference the keys in the Pods.
D
Create a service account with keys. Store the keys in Secret Manager. Reference the keys in the Pods.