Copyright Łukasz Niedźwiadek 2025
To run the project execute:
minikube delete --all # ensure no other clusters are running
./bootstrap_environment.shFollowing command will create:
- Two minikube clusters with ArgoCD installed on one of them.
- Deployment of a Helm Chart to both Clusters via ApplicationSet custom resource.
Warning
Currently only supported way of auto-registering 2nd minikube cluster into ArgoCD is using Docker Desktop.