Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.