When I went through the GCP docs to set up a stand...
# flyte-deployment
s
When I went through the GCP docs to set up a standard Flyte deployment, I used terraform to setup everything (cluster, Cloud SQL with private IP, bucket, service accounts, workload-identity, permissions) instead of
gcloud
as done in the docs. It's based on https://github.com/terraform-google-modules/terraform-google-kubernetes-engine, a set of terraform modules which are recommended by google for cluster and workload-identity setup. If the terraform config could be useful for the automation effort I'd be happy to contribute it. @Ketan (kumare3)
k
@Sören Brunk I am sure it will be helpful- problem is keeping it updated
y
don’t we have an opta deploy for gcp also?
j
we are doing the same ^. We use that google module to create the GKE and workload identity resources in GCP
k
I think we should create a working group and it can be responsible for maintaining the terraform modules? what say?
165 Views