forked from DevOpsandSRE/tech-resources
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request DevOpsandSRE#3 from TheDevlounge/devops
Add more references
- Loading branch information
Showing
1 changed file
with
66 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/) |