Skip to content

Latest commit

 

History

History
50 lines (36 loc) · 1.06 KB

README.md

File metadata and controls

50 lines (36 loc) · 1.06 KB

ArgoCon EU 2025 Demo Multi-Cluster at Scale

Setup:

Run

Deploy clusters:

idpbuilder create --kind-config kind-config.yaml -c argocd:argocd/in-cluster.yaml --use-path-routing -p platform -p vcluster-generator

Web UIs

Grafana username admin password is prom-operator

Get Passwords (ArgoCD, Gitea):

idpbuilder get secrets

Watch mode

As you make changes to yaml files they can be auto sync to gitea run with --no-exit

idpbuilder create --kind-config kind-config.yaml -c argocd:argocd/in-cluster.yaml --use-path-routing -p platform -p vcluster-generator --no-exit

Using vcluster

Connect to a cluster

vcluster connect cluster-0

Disconnect from cluster

vcluster disconnect

Clean

kind delete cluster --name localdev