Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ekowcharles/sre
Collection of tools covering major SRE tasks
https://github.com/ekowcharles/sre
ansible elasticsearch golang grafana http java kibana load-balancing log-aggregation logstash nginx prometheus python vagrant
Last synced: 23 days ago
JSON representation
Collection of tools covering major SRE tasks
- Host: GitHub
- URL: https://github.com/ekowcharles/sre
- Owner: ekowcharles
- Created: 2019-12-21T06:41:04.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-12-10T03:53:12.000Z (almost 3 years ago)
- Last Synced: 2024-10-01T06:40:49.109Z (about 1 month ago)
- Topics: ansible, elasticsearch, golang, grafana, http, java, kibana, load-balancing, log-aggregation, logstash, nginx, prometheus, python, vagrant
- Language: Go
- Homepage:
- Size: 467 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SRE
Demonstrates are commonly used tools work together to deliver on concerns like monitoring, logging, log aggregation and analysis.
## Components
- [prometheus-grafana](./prometheus-grafana/README.md): Demo showing how to scrape service metrics and have them show up in Grafana.
- [nginx-load-balancer](./nginx-load-balancer/README.md): Demo showing how to provision nginx on a Centos 7 host to load balance requests among 3 backend services.
- [log-aggregation](./log-aggregation/README.md): Demo how to collect and aggregate logs for an nginx server, go and Java applications.