Cluster Initial Provisioning example
This page is about the initial provisioning of a cluster with the minimal set of charts.
Example:
export KUBEE_CLUSTER_NAME=xxxkubee helmet play traefik # reverse proxykubee helmet play prometheus # monitoringkubee helmet play grafana # monitoringkubee helmet play cert-manager # cert-managerkubee helmet play dex # oidc authenticationkubee helmet play oauth2-proxy # forward authentication to dexkubee helmet play vault # vault for secretkubee helmet play external-secrets # secret synckubee helmet play argocd # devopsOnce installed, you can list them:
helm list --all-namespaces