https://github.com/glasnostic/helm-charts
Glasnostic Helm Chart Repository
https://github.com/glasnostic/helm-charts
control devops helm-charts k8s kubernetes sre
Last synced: 2 months ago
JSON representation
Glasnostic Helm Chart Repository
- Host: GitHub
- URL: https://github.com/glasnostic/helm-charts
- Owner: glasnostic
- License: apache-2.0
- Created: 2022-03-18T21:41:28.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-13T08:26:11.000Z (over 3 years ago)
- Last Synced: 2024-10-23T16:04:45.735Z (over 1 year ago)
- Topics: control, devops, helm-charts, k8s, kubernetes, sre
- Language: Smarty
- Homepage: https://glasnostic.github.io/helm-charts/
- Size: 72.3 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Glasnostic Helm Charts
[![License][license-img]][license]
[license-img]: https://img.shields.io/badge/License-Apache%202.0-blue.svg
[license]: https://github.com/glasnostic/helm-charts/blob/master/LICENSE
[](https://artifacthub.io/packages/search?repo=glasnostic)
Glasnostic Platform Helm Charts on a [Kubernetes](https://kubernetes.io) cluster using the
[Helm](https://helm.sh) package manager.
## Charts
- [glasnosticd](https://github.com/glasnostic/helm-charts/tree/main/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:
```sh
helm repo add glasnostic https://glasnostic.github.io/helm-charts/
```
## Installing the Chart
Search all the repositories available
```sh
helm search repo glasnostic -l
```
Install specific helm chart. Make sure to create the `glasnostic-system` namespace before installing via Helm.
```sh
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:
```sh
helm delete glasnosticd
```
## Acknowledgements
The following people have contributed to Glasnostic Helm Charts:
- Maurice Faber (RedKubes)