Authenticating standalone gsutil in containers in Cloud ML Engine on Kubernetes with Workload Identity

后端 未结 2 2144
小蘑菇
小蘑菇 2021-01-06 16:55

I\'m launching container images on Google Cloud AI Training (Cloud ML Engine)

Inside those containers I need to use gsutil. Some containers have gsutil. In that case

2条回答
  •  日久生厌
    2021-01-06 17:38

    Workload identity is the better way of doing the same.

    You create a relation between the Kubernetes service account and Google cloud Service account.

    https://cloud.google.com/kubernetes-engine/docs/how-to/workload-identity

提交回复
热议问题