From 1487ac56ce94a92b3e8f7dac841d3e37633dfc6e Mon Sep 17 00:00:00 2001 From: Ricardo Rocha <rocha.porto@gmail.com> Date: Tue, 21 Jan 2020 09:58:03 +0100 Subject: [PATCH] Add faq on multi cluster deployments --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 3ccea18..e635e01 100644 --- a/README.md +++ b/README.md @@ -145,3 +145,15 @@ To restrict the deployment in this cluster to a single release, pass the allowed helm install fluxcd/helm-operator --namespace flux --name helm-operator --values helm-operator-values.yaml --set allowNamespace=stg ``` +#### Can i deploy the application in multiple clusters? + +Absolutely. The repository knows nothing about the clusters the application +will be deployed in, which is an advantage as you don't have to set the +credentials anywhere outside the cluster(s). + +Deploying multiple times in different clusters will also help you reduce blast +radius, is a good way to perform upgrades by redeploying the full setup and +gradually moving resources to the new instance, and it's one of the +alternatives to achieve high availability. + + -- GitLab