Pre-configured Helm charts to monitore your Kubernetes cluster and more.
- A Kubernetes cluster
kubectlhelmon your local machine
-
Clone the repo
git clone git@github.com:rneuter/monitoring-helm-charts.git
-
Inspect
values.yamlfile and update ingress configuration for the Grafana chart
# In a namespace, install or upgrade monitoring charts
helm upgrade $releaseName . -n $namespace --create-namespace -i# In monitoring namespace, install or upgrade monitoring release with monitoring charts
helm upgrade monitoring . -n monitoring --create-namespace -iThen you can visit the deployed Grafana following the host you set in values.yaml.
You should have set up a DNS record for your Grafana pointing to your cluster public IP, or something equivalent (e.g You can play with your /etc/hosts).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.