Skip to content
Recommended Reading
Core DevOps Books
Foundation Books
- The Phoenix Project by Gene Kim, Kevin Behr, and George Spafford
- Essential reading for understanding DevOps culture and principles
- Key topics: IT Operations, DevOps transformation, Theory of Constraints
- Purchase Link
- The DevOps Handbook by Gene Kim, Jez Humble, Patrick Debois, and John Willis
- Practical guide to implementing DevOps practices
- Key topics: Three Ways, technical practices, architecture
- Purchase Link
- Accelerate by Nicole Forsgren PhD, Jez Humble, and Gene Kim
- Research-backed metrics and capabilities for high performance
- Key topics: DevOps metrics, organizational performance, scientific research
- Purchase Link
SRE Books
- Site Reliability Engineering by Google
- Google’s approach to service management
- Key topics: SLOs, error budgets, toil reduction
- Free Online
- The Site Reliability Workbook by Google
- Practical ways to implement SRE
- Key topics: Practical implementations, case studies
- Free Online
Cloud & Infrastructure
- Cloud Native DevOps with Kubernetes by John Arundel & Justin Domingus
- Modern approach to cloud-native development
- Key topics: Kubernetes, microservices, cloud-native patterns
- Published: 2019
- Infrastructure as Code by Kief Morris
- Comprehensive guide to IaC principles
- Key topics: Terraform, configuration management, cloud provisioning
- Published: 2020
Security
- DevOpsSec by Jim Bird
- Security integration in DevOps pipeline
- Key topics: Security automation, compliance as code
- Free Online
Online Resources
Official Documentation
- Cloud Provider Training
- DevOps Specific
Technical Blogs
Engineering Blogs
Newsletters
Podcasts
- DevOps/SRE Focused
- Cloud Native
Best Practice Guides
Architecture
- Building Microservices by Sam Newman
- Designing fine-grained systems
- Key topics: Service design, integration, deployment patterns
- Published: 2021 (2nd Edition)
- Clean Architecture by Robert C. Martin
- Creating maintainable software systems
- Key topics: SOLID principles, component design
- Published: 2017
Observability
- Distributed Systems Observability by Cindy Sridharan
- Modern approach to monitoring and observability
- Key topics: Metrics, logs, traces
- Free Online
- Systems Performance by Brendan Gregg
- Enterprise and cloud computing
- Key topics: Performance analysis, tuning
- Published: 2020 (2nd Edition)
Certification Paths
Cloud Certifications
- AWS
- AWS Certified Solutions Architect
- AWS Certified DevOps Engineer
- Azure
- Azure DevOps Engineer Expert
- Azure Solutions Architect Expert
- GCP
- Google Cloud Professional DevOps Engineer
- Google Cloud Professional Cloud Architect
DevOps Certifications
- Certified Kubernetes Administrator (CKA)
- Certified Kubernetes Application Developer (CKAD)
- HashiCorp Certified: Terraform Associate
- Docker Certified Associate
Reading Strategy
For Beginners
- Start with The Phoenix Project for cultural understanding
- Move to The DevOps Handbook for practical implementation
- Read Google’s Site Reliability Engineering book
- Focus on specific cloud provider documentation
- Deep dive into Accelerate for metrics and improvements
- Study Infrastructure as Code patterns
- Focus on security with DevOpsSec
- Explore architecture patterns in Building Microservices
For Advanced Engineers
- Focus on performance with Systems Performance
- Study advanced patterns in Clean Architecture
- Deep dive into specific technology documentation
- Contribute to open source projects