When learning new things I find that I fall into the same practice of adding countless bookmarks to my browser, keeping wayyyyy more tabs open than necessary, and admittedly searching the web trying to find the perfect tutorial or resource to get started. So I decided to put some of the resources I'm finding helpful in this post to help anyone else who finds themselves in an endless google search. 😅
My main goal is to learn more about DevOps/SRE best practices and role responsibilities, AWS, and automation with python.
If you are on a similar learning path take a look at this list and PLEASE add more in the comments if you've found some great resources or projects/tools that helped you! 🙂✌🏾
Githubs
dastergon / awesome-sre
A curated list of Site Reliability and Production Engineering resources.
Jump to DevOps Tools in awesome-python
vinta / awesome-python
An opinionated list of awesome Python frameworks, libraries, software and resources.
Books
- Python for DevOps
- Effective DevOps
- Building Secure & Reliable Systems(FREE Download)
- The Site Reliability Workbook(FREE to read online)
- Site Reliability Engineering(FREE to read online)
Additional Resources
- A Cloud Guru - A great place to learn about cloud technology and to prep for AWS certs.
- Gremlin - Testing all the things in production!
- Slack Channels:
Top comments (1)
Thank you @ari , did you manage to read/review the python book in light of DevOps/SRE? also any special repo of good SRE/DevOp tools written in python? I imagine Ansible, and Flask would be my first stop. just wanted to pick your brains and see what was your experience like?