helm-charts

Glasnostic Helm Chart Repository

View the Project on GitHub glasnostic/helm-charts

Glasnostic logo

Glasnostic Kubernetes Data Plan Helm Charts

License

Glasnostic Platform Helm Charts on a Kubernetes cluster using the Helm package manager.

Charts

Prerequisites

Installing Glasnostic Helm Repository

Add the Glasnostic repository to Helm:

helm repo add glasnostic https://glasnostic.github.io/helm-charts/

Installing the Chart

Search all the repositories available

helm search repo glasnostic -l

Install specific helm chart. Make sure to create the glasnostic-system namespace before installing via Helm.

kubectl create namespace glasnostic-system
helm install glasnosticd glasnostic/glasnosticd \
    -n glasnostic-system
    --set networkKey="myNetworkKey"
    
helm status glasnosticd

Uninstalling the Chart

To uninstall/delete the glasnosticd deployment:

helm delete glasnosticd

Acknowledgements

The following people have contributed to Glasnostic Helm Charts: