- Prometheus is an open-source systems monitoring and alerting toolkit originally built at SoundCloud.
- (Image source provided by https://prometheus.io/docs/introduction/overview/#architecture)
- Linux, Helm, k8s
- Required knowledge in helm | k8s first for better understanding. Because we will deploy our own Prometheus to K8s using Helm
- Run the demo scipt:
cd basic; ./prometheus-helloworld.sh
- (Optional) Run the demo scipt and cleanup right after the demo:
cd basic; ./prometheus-helloworld.sh true
- Check the advanced/ directory for more Prometheus examples.
- N/A