Skip to content

glasnostic/helm-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Glasnostic logo

Glasnostic Helm Charts

License

Artifact Hub

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

Charts

  • glasnosticd: Glasnostic Kubernets Data Plane Helm chart

Prerequisites

  • Kubernetes 1.16+
  • Helm 3.0+

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:

  • Maurice Faber (RedKubes)