https://github.com/sakiib/prometheus-learn
https://github.com/sakiib/prometheus-learn
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sakiib/prometheus-learn
- Owner: sakiib
- Created: 2022-06-24T16:15:39.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-24T16:24:54.000Z (almost 3 years ago)
- Last Synced: 2025-01-02T05:16:51.819Z (5 months ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# prometheus monitoring
## How Prometheus Monitoring works | Prometheus Architecture
- Why Prometheus is so important in such infrastructure and what are some specific use cases
- How Prometheus works? What are targets and metrics?
- How does Prometheus collect those metrics from its targets?
- Furthermore, I explain Prometheus Architecture with simple diagrams and animations and go through the main components: Prometheus Server, Pushgateway, Alertmanager
- The advantages of Prometheus Pull System compared to alternative monitoring tools, which use Push System
- Using Prometheus Monitoring with Docker and Kubernetes
## Setup Prometheus Monitoring on Kubernetes using Helm and Prometheus Operator
- Create all the configuration files yourself
- Using a Kubernetes Operator
- Using Helm chart to deploy the Prometheus Operator
## Steps to monitor third-party apps using Prometheus Exporter
---# Resources:
- [Official Doc](https://prometheus.io/docs/introduction/overview/)
- [Nana ytube playlist](https://www.youtube.com/watch?v=h4Sl21AKiDg&list=PLy7NrYWoggjxCF3av5JKwyG7FFF9eLeL4&ab_channel=TechWorldwithNana)