Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brikis98/devops-book
Code samples for the book and blog post series "Fundamentals of DevOps and Software Delivery" by Yevgeniy Brikman
https://github.com/brikis98/devops-book
ci-cd devops infrastructure-as-code monitoring networking orchestration software-delivery
Last synced: 12 days ago
JSON representation
Code samples for the book and blog post series "Fundamentals of DevOps and Software Delivery" by Yevgeniy Brikman
- Host: GitHub
- URL: https://github.com/brikis98/devops-book
- Owner: brikis98
- License: mit
- Created: 2024-03-26T18:51:29.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-10-14T21:33:36.000Z (2 months ago)
- Last Synced: 2024-10-29T21:07:03.367Z (about 2 months ago)
- Topics: ci-cd, devops, infrastructure-as-code, monitoring, networking, orchestration, software-delivery
- Language: HCL
- Homepage: https://www.fundamentals-of-devops.com
- Size: 55.4 MB
- Stars: 34
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# _Fundamentals of DevOps and Software Delivery_ code
This repo contains the sample code for the book and blog post series [_Fundamentals of DevOps and Software
Delivery_](https://www.fundamentals-of-devops.com) by Yevgeniy Brikman.> [!IMPORTANT]
> This repo contains example code for learning and experimenting only, in conjunction with the book and blog post
> series. This code is _not_ designed for direct production usage. If you're looking for code you can use directly in
> production, check out the [Gruntwork Library](https://www.gruntwork.io/products/library).## Quick start
The code samples are organized by chapter (e.g., `ch1`, `ch2`, etc.), and within each chapter, by tool (e.g., `ansible`,
`kubernetes`, `tofu`). For example, the example Packer template in Chapter 2 will be in the folder `ch2/packer`, and
the example OpenTofu module called `lambda` in Chapter 3 will be in the folder `ch3/tofu/modules/lambda`.It's worth noting that most of the examples show you what the code looks like at the _end_ of a chapter. If
you want to maximize your learning, you're better off writing the code yourself, from scratch, and checking the
"official" solutions only at the very end.## License
This code is released under the MIT License. See [LICENSE.txt](./LICENSE.txt).