Deploy to multiple projects with one cloudbuild
I have 3 projects and I want my deploy.cloudbuild.yaml
to deploy my app in all these projects(GKE).
Is it possible to deploy my app in all 3 projects? Also, I don't want to manage cloudbuild
in all 3 projects.
Solution 1:
Please review this Stack thread - How to deploy one app engine app to multiple projects.
Is this what you are trying to achieve but by means of GKE? If so, it should be possible after adjusting the build steps.