From 9ede0d856e71f57fe12006b0e408309899b40336 Mon Sep 17 00:00:00 2001 From: Vladimir <31961982+zvlb@users.noreply.github.com> Date: Thu, 27 Mar 2025 00:17:48 +0200 Subject: [PATCH] argocd: add more cases for appset (#10565) --- topics/argo/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/topics/argo/README.md b/topics/argo/README.md index ccafea0..8655cd8 100644 --- a/topics/argo/README.md +++ b/topics/argo/README.md @@ -308,7 +308,9 @@ So instead of creating multiple separate applications, you have the root applica * Cluster Preparation: You would like to deploy multiple applications at once to bootstrap a Kubernetes cluster -TODO: add more :) +* Multiple environments: If deploying many versions of the same application, but with minor changes. For example, several test deployments to test different features + +* Multiple clusters: when the same application needs to be deployed across multiple K8s clusters connected to ArgoCD
@@ -507,4 +509,4 @@ It's an Analysis resource that fetches response status from Prometheus (monitori `kubectl argo rollouts get rollout SOME-APP --watch`
- \ No newline at end of file +