'Is it possible to create more than one workload identity in GKE
Is it possible to setup 2 workload identity on the same namespace in GKE ?
If the above is possible , we are looking to assign different identifies for pods based on their service accounts .
Solution 1:[1]
Yes, of course, you can attach different Google Cloud service account to different Kubernetes service account. Then specify this one that you want to use when you deploy your pods.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | guillaume blaquiere |