├── README.md └── images └── devops_roadmap.png /README.md: -------------------------------------------------------------------------------- 1 | # SRE University 2 | 3 | ## Site Reliability Engineering 4 | 5 | - (Book) Site Reliability Engineering - https://landing.google.com/sre/book/index.html 6 | - (Book) Site Reliability Workbook - https://landing.google.com/sre/workbook/toc/ 7 | - (Book) Building Secure and Reliable Systems - https://landing.google.com/sre/resources/foundationsandprinciples/srs-book/ 8 | - (Course) Intro to DevOps - https://www.udacity.com/course/intro-to-devops--ud611 9 | - (Course) Google Cloud Platform for Systems Operations - https://www.coursera.org/specializations/gcp-sysops 10 | - (Course) Measuring and Managing Reliability - https://www.coursera.org/learn/site-reliability-engineering-slos 11 | 12 | ## Operating Systems 13 | 14 | - (Course) Introduction to Operating Systems - https://www.udacity.com/course/introduction-to-operating-systems--ud923 15 | - (Course) Advanced Operating Systems - https://www.udacity.com/course/advanced-operating-systems--ud189 16 | 17 | ## Automation 18 | 19 | - (Tutorial) Ansible - https://www.digitalocean.com/community/tutorials/configuration-management-101-writing-ansible-playbooks 20 | - (Course) Terraform - https://www.udemy.com/course/learn-devops-infrastructure-automation-with-terraform/ 21 | 22 | ## Distributed Systems 23 | 24 | - (Tutorial) Introduction to Distributed Systems Design - http://www.hpcs.cs.tsukuba.ac.jp/~tatebe/lecture/h23/dsys/dsd-tutorial.html 25 | 26 | ## Networking 27 | 28 | - (Book) Understanding Linux Network Internals - http://shop.oreilly.com/product/9780596002558.do 29 | 30 | ## Programming Languages 31 | 32 | ### Python 33 | 34 | - (Book) Learn Python 3 The Hard Way - https://learnpythonthehardway.org/python3/ 35 | - (Course) Developing Scalable Apps in Python - https://www.udacity.com/course/developing-scalable-apps-in-python--ud858 36 | 37 | ### Go 38 | 39 | - (Book) The Go Programming Language - https://www.amazon.com/Programming-Language-Addison-Wesley-Professional-Computing/dp/0134190440 40 | - (Webinar) Go Language for Ops and Site Reliability Engineering - https://www.youtube.com/watch?v=Q_H4hrUez80 41 | - (Hands On) https://gopherlabs.kubedaily.com/ 42 | 43 | ## Production Web App 44 | 45 | - (Tutorial) Building for Production: Web Applications - https://www.digitalocean.com/community/tutorial_series/building-for-production-web-applications 46 | - (Book) Production Ready Microservices - https://www.amazon.com/gp/product/1491965975/ 47 | 48 | ## Monitoring and Logging 49 | 50 | - (Course) Monitoring and Alerting with Prometheus - https://www.udemy.com/course/monitoring-and-alerting-with-prometheus/ 51 | - (Book) Prometheus UP and Running - https://www.amazon.com/Prometheus-Infrastructure-Application-Performance-Monitoring/dp/1492034142 52 | 53 | ## Continuous Integration | Continuous Delivery 54 | 55 | - (Course) Continuous Deliver Better Software - https://www.udemy.com/course/learn-devops-continuously-deliver-better-software/ 56 | 57 | ## Containers 58 | 59 | - (Course) Docker for Devops - https://www.udemy.com/course/docker-tutorial-for-devops-run-docker-containers/ 60 | 61 | ## Web Servers 62 | 63 | ### Nginx 64 | 65 | - (Course) Nginx Fundamentals - https://www.udemy.com/course/nginx-fundamentals/ 66 | 67 | ## Cluster Management 68 | 69 | ### Kubernetes 70 | 71 | - (Tutorial) Kubernetes Bootcamp - https://kubernetes.io/docs/tutorials/kubernetes-basics/ 72 | - (Course) Scalable Microservices with Kubernetes - https://www.udacity.com/course/scalable-microservices-with-kubernetes--ud615 73 | - (Tutorial) Kubernetes Tutorial for Beginners - https://spacelift.io/blog/kubernetes-tutorial 74 | 75 | ## Cloud 76 | 77 | ### Amazon AWS 78 | 79 | - (Tutorial) Amazon AWS - https://aws.amazon.com/getting-started/tutorials/ 80 | 81 | ## Post-Mortem 82 | 83 | - Post-Mortem Template - https://sre.google/sre-book/example-postmortem/ 84 | 85 | ## Websites 86 | 87 | - http://highscalability.com 88 | - https://sreweekly.com 89 | 90 | ## DevOps | SRE Roadmap 91 | 92 | - DevOps Roadmap - https://roadmap.sh/devops 93 | 94 | ## Further Reading 95 | 96 | - [Awesome SRE](https://github.com/dastergon/awesome-sre) link directory 97 | 98 | Image Credits: https://github.com/kamranahmedse/developer-roadmap 99 | -------------------------------------------------------------------------------- /images/devops_roadmap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrealmar/sre-university/d1610267747465c5b5ead4c068a0e449cb1d20ee/images/devops_roadmap.png --------------------------------------------------------------------------------