Skip to content

kubediag/kubediag-helm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KubeDiag Helm

This Helm chart installs KubeDiag in a Kubernetes cluster.

Prerequisites

Please make sure the enviroment for installing KubeDiag fulfills the following requirements:

Installation

Run the following command to install KubeDiag via Helm:

helm repo add kubediag https://kubediag.github.io/kubediag-helm
helm repo update
helm install kubediag kubediag/kubediag-helm --create-namespace --namespace kubediag

Prometheus operator related resources are disabled by default. To enable related monitors, specify the '--set' flag when install kubediag (Before this step, make sure you have deployed prometheus operator):

helm install kubediag kubediag/kubediag-helm --create-namespace --namespace kubediag --set prometheus.serviceMonitor.selfMonitor=true

Check the status of KubeDiag by running the command:

kubectl get all --namespace kubediag

Uninstallation

Run the following command to uninstall KubeDiag via Helm:

helm uninstall --namespace kubediag kubediag

About

Helm chart to manage KubeDiag deployment

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages