Kubernetes multi region deployment

11/15/2018

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.

-- user3929590
gcloud
kubernetes

1 Answer

11/15/2018

How you manage your git branches is not directly related to managing a multi-cluster ingress with kubemci.

To manage your branches and deployments (even multi-region) I suggest you look at GitOps tools in Kubernetes. Some of them:

You can still use kubemci to manage your ingresses in your clusters across multi-regions.

-- Rico
Source: StackOverflow