Skip to content

Commit

Permalink
Merge pull request DevOpsandSRE#3 from TheDevlounge/devops
Browse files Browse the repository at this point in the history
Add more references
  • Loading branch information
zigsphere authored Feb 25, 2018
2 parents d6afb89 + 1484aa0 commit 549b1b3
Showing 1 changed file with 66 additions and 4 deletions.
70 changes: 66 additions & 4 deletions sreanddevops.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,69 @@
### SRE/DevOps

* Site Reliability Engineering: https://landing.google.com/sre/book.html
* DevOps: https://www.devopsbookmarks.com/
* [Site Reliability Engineering by Google](https://landing.google.com/sre/book.html)
* [DevOps Bookmarks](https://www.devopsbookmarks.com/)

#### SRE and DevOps Related Services
* Docker: https://docs.docker.com/
------

#### Configuration Management

* [Ansible](https://www.ansible.com/)
* [Chef](https://www.chef.io/)
* [Foreman](https://theforeman.org/)
* [Loom](https://github.com/bfirsh/loom)
* [Puppet](https://puppet.com/)
* [SaltStack](https://saltstack.com/community/)

#### Continuous Integration & Delivery

* [GitLab CI](https://gitlab.com/gitlab-ci)
* [Jenkins](https://jenkins.io/)
* [Travis-CI](https://travis-ci.org/)

#### Error Tracking

* [OverOps](https://www.overops.com/)
* [Rollbar](https://rollbar.com/)
* [Sentry](https://sentry.io/welcome/)

#### High Availability

* [HAProxy](http://www.haproxy.org/)
* [Keepalived](http://www.keepalived.org/)

#### Logging & Monitoring

* [check_mk](https://mathias-kettner.de/check_mk.html)
* [collectd](http://collectd.org/)
* [Consul](https://www.consul.io/)
* [Grafana](https://grafana.com/)
* [Graphite](http://graphite.readthedocs.io/en/latest/)
* [jmxtrans](https://github.com/jmxtrans/jmxtrans)
* [Kibana](https://www.elastic.co/products/kibana)
* [Logstash](https://www.elastic.co/products/logstash)
* [Netdata](https://my-netdata.io/)
* [Nagios](https://www.nagios.org/)
* [OneOps](http://oneops.com/)
* [Packetbeat](https://www.elastic.co/products/beats/packetbeat)
* [Prometheus](https://prometheus.io/)
* [Sensu](https://sensuapp.org/)
* [Splunk](https://www.splunk.com/)
* [Zabbix](https://www.zabbix.com/)

#### Memory Caching

* [Memcached](http://memcached.org/)
* [Redis](https://redis.io/)

#### Message and Data Streaming

* [ActiveMQ](http://activemq.apache.org/)
* [Kafka](https://kafka.apache.org/)
* [RabbitMQ](https://www.rabbitmq.com/)
* [ZeroMQ](http://zeromq.org/)

#### Virtualization and Containers

* [Docker](https://docs.docker.com/)
* [Kubernetes](https://github.com/kubernetes/kubernetes)
* [Vagrant](https://www.vagrantup.com/)

0 comments on commit 549b1b3

Please sign in to comment.