An open API service indexing awesome lists of open source software.

https://github.com/lethang7794/devops-book

Notes for Fundamentals of DevOps and Software Delivery by Yevgeniy Brikman
https://github.com/lethang7794/devops-book

Last synced: 3 months ago
JSON representation

Notes for Fundamentals of DevOps and Software Delivery by Yevgeniy Brikman

Awesome Lists containing this project

README

        

# Notes for **Fundamentals of DevOps and Software Delivery** by _Yevgeniy Brikman_

Read the book:

- at [Fundamentals of DevOps and Software Delivery - O'Reilly Library](https://learning.oreilly.com/library/view/fundamentals-of-devops/9781098174583).
- or as [blog posts](https://www.gruntwork.io/fundamentals-of-devops) on Gruntwork.io.

| Chapter | Title | Notes | The blog on Gruntwork |
| ---------- | ----------------------------------------------------------------------- | --------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------ |
| | Preface | [Preface](/preface.md) | [Blog Post Series Preface](https://www.gruntwork.io/fundamentals-of-devops) |
| Chapter 1 | An Introduction to DevOps and Software Delivery | [Chapter 1](/chap-01.md) | [Part 1](https://www.gruntwork.io/fundamentals-of-devops/introduction-to-devops-and-software-delivery) |
| Chapter 2 | How to Manage Your Infrastructure as Code | [Chapter 2](/chap-02.md) | [Part 2](https://www.gruntwork.io/fundamentals-of-devops/how-to-manage-your-infrastructure-as-code) |
| Chapter 3 | How to Deploy Many Apps: Orchestration, VMs, Containers, and Serverless | [Chapter 3](/chap-03.md) | [Part 3](https://www.gruntwork.io/fundamentals-of-devops/deploying-apps-orchestration-vms-containers-serverless) |
| Chapter 4 | How to Version, Build, and Test Your Code | [Chapter 4](/chap-04.md) | [Part 4](https://www.gruntwork.io/fundamentals-of-devops/testing-your-systems) |
| Chapter 5 | How to Set Up CI and CD | [Chapter 5](/chap-05.md) | [Part 5](https://www.gruntwork.io/fundamentals-of-devops/setup-ci-cd) |
| Chapter 6 | How to Work with Multiple Teams and Environments | [Chapter 6](/chap-06.md) | [Part 6](https://www.gruntwork.io/fundamentals-of-devops/work-with-teams-and-environments) |
| Chapter 7 | How to Set Up Networking | [Chapter 7](/chap-07.md) | [Part 7](https://www.gruntwork.io/fundamentals-of-devops/setup-networking-vpc-vpn-dns#how_to_set_up_networking) |
| Chapter 8 | How to Secure Communication and Storage | [Chapter 8](/chap-08.md) | [Part 8](https://www.gruntwork.io/fundamentals-of-devops/manage-authentication-authorization-secrets#how_to_manage_auth_and_secrets) |
| Chapter 9 | How to Store Data | [Chapter 9 - WIP](/chap-09.md) | [Part 9](https://www.gruntwork.io/fundamentals-of-devops/store-data-sql-nosql-queues-warehouses-file-stores#how_to_store_data) |
| Chapter 10 | How to Monitor Your Systems: Metrics, Logs, Alerts | [Chapter 10 - NA](/chap-10.md) | [Part 10 - NA]() |
| Chapter 11 | The Future of DevOps and Software Delivery | [Chapter 11 - NA](/chap-11.md) | [Part 11 - NA]() |
| Appendix A | Recommended Resources | [Appendix A - NA](/appendix-a.md) | NA |