Skip to content

Cluster Initial Provisioning example

This page is about the initial provisioning of a cluster with the minimal set of charts.

Example:

Terminal window
export KUBEE_CLUSTER_NAME=xxx
kubee helmet play traefik # reverse proxy
kubee helmet play prometheus # monitoring
kubee helmet play grafana # monitoring
kubee helmet play cert-manager # cert-manager
kubee helmet play dex # oidc authentication
kubee helmet play oauth2-proxy # forward authentication to dex
kubee helmet play vault # vault for secret
kubee helmet play external-secrets # secret sync
kubee helmet play argocd # devops

Once installed, you can list them:

Terminal window
helm list --all-namespaces