You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Great work! I'm setting up something similar, and I have a question about your setup.
The command gcloud compute backend-services list is used to get the backend service, however, it's very unclear where this gets created. There's a separate terraform resource for backend services, it's a little confusing. Can you elaborate a little where the creation of that part of the app happens?
The text was updated successfully, but these errors were encountered:
Now in subsequent CI runs gcloud compute backend-services list points us to the backend service created by Terraform
So essentially it takes two CI runs to initialize this setup. This is due to the chicken-and-egg situation of needing to access the Kubernetes-created backend service to finish infra instantiation but not being able to apply Terraform without the infra.
Great work! I'm setting up something similar, and I have a question about your setup.
The command
gcloud compute backend-services list
is used to get the backend service, however, it's very unclear where this gets created. There's a separate terraform resource for backend services, it's a little confusing. Can you elaborate a little where the creation of that part of the app happens?The text was updated successfully, but these errors were encountered: