We have an application which is deployed on gcloud using Kubernetes. The application can be deployed from the master branch of git as well as any git branches we create. We are now moving to a multi-regional deployment of our application.
The question is will branch deployment be supported in multi-regional deployments? For a multi-regional deployment, I am using the kubemci tool.
Has anyone used this tool and done something similar? Please help.