Skip to content

Pre-configured charts to deploy Prometheus and Grafana in a Kubernetes cluster

Notifications You must be signed in to change notification settings

rneuter/monitoring-helm-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues LinkedIn

Monitoring services

Pre-configured Helm charts to monitore your Kubernetes cluster and more.

Built With

Getting Started

Prerequisites

  • A Kubernetes cluster
  • kubectl
  • helm on your local machine

Installation

  1. Clone the repo

    git clone git@github.com:rneuter/monitoring-helm-charts.git
  2. Inspect values.yaml file and update ingress configuration for the Grafana chart

Usage

# 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 -i

Then 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).

Contributing

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.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Acknowledgements

About

Pre-configured charts to deploy Prometheus and Grafana in a Kubernetes cluster

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published