A company needs to ensure that only applications running in a specific GKE namespace can access a Cloud Storage bucket. Which approach should they use?
Workload Identity allows mapping a KSA to a GSA, enabling fine-grained access control based on namespace.
Why this answer
Workload Identity allows binding a Kubernetes service account to a GCP service account. Then, IAM can be granted to that GCP service account for the Cloud Storage bucket.