diff --git a/README.md b/README.md
index 3ccea18b0e96bdb2404d2ce49d9f1756c598f72f..e635e012d3722a8a9d16a8c263ede00f37f62b8d 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.
+
+