gke-service-accounts-tutorial
gke-service-accounts-tutorial copied to clipboard
RBAC service accounts instead of json files?
Is there a better way to achieve this rather than passing around and mounting json files? It feels like there should be a way to link a gcloud service account to a kubernetes service account.
After a bit of googling, at first glance it looks like this might outline the approach I'm looking for: https://github.com/jcbsmpsn/gke-rbac-walkthrough
I think this is a different use case?