Skip to content

Lp-Francois/argocd-multi-tenancy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kubernetes infrastructure with ArgoCD 🐙☸️

Include multi-tenancy, local setup, bootstrap script and more.

Argo dashboard

Getting started 🚀

# start local cluster (https://kind.sigs.k8s.io/)
kind create cluster --wait 5m --config=./scripts/kind/kind-config.yaml

# bootstrap argocd on the cluster
./scripts/bootstrap.sh --cluster=local
# follow the instructions to get the argocd password and the URL

Commands 💻

./scripts/bootstrap.sh --help

./scripts/lint-helm.sh
./scripts/lint-helm-stagged.sh

Inspirations

Cool github repos that helped to find a nice structure:

Of course, adapt the structure to your organization... #ConwaysLaw