Skip to content

LarsBingBong/helm-charts

 
 

Repository files navigation

Komodor.io Helm Charts Repository

Install with Kustomize

  • Create namespace kubectl create ns komodor
  • Install
    • export KOMOKW_API_KEY= (required)
    • export KOMOKW_CLUSTER_NAME=
    • Using kubectl - kubectl apply -n komodor -k https://github.com/komodorio/helm-charts/manifests/overlays/full/?ref=master
    • Using kustomize - kustomize build https://github.com/komodorio/helm-charts/manifests/overlays/full/?ref=master | kubectl apply -n komodor -f -

Read more

How to install a chart from this repository

  • Add the repository to helm
    helm repo add komodorio https://helm-charts.komodor.io

  • Update helm repository listing
    helm repo update

  • Install the chart
    helm install komodorio/CHART_NAME

Available charts

k8s-watcher - Watch for Kubernetes events in your cluster and sends them to Komodor
helm-dashboard - Visualize installed Helm charts, see their revision history and corresponding k8s resources


About

Komodor.io public helm charts

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 31.7%
  • Smarty 22.7%
  • Mustache 21.7%
  • Python 13.5%
  • Makefile 10.4%