Skip to content
Snippets Groups Projects
Commit 1487ac56 authored by Ricardo Rocha's avatar Ricardo Rocha
Browse files

Add faq on multi cluster deployments

parent 93256351
No related branches found
No related tags found
No related merge requests found
...@@ -145,3 +145,15 @@ To restrict the deployment in this cluster to a single release, pass the allowed ...@@ -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 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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment