- 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 -
-
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
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