Practical Project: Raspberry Pi DevOps Cluster

Warning

This section is not yet complete, but I’m aiming to complete all of them by end-of-year 2022. Check-in once in a while for updates.

Build Pattern Implementations: Language-specific Boilerplate Examples

This section draws on the material covered throughout the book to provide the reader with ready-to-use boilerplate examples (in at least a few programming languages) of projects that use the concepts discussed so far. Ideally, it provides a skeleton project that handles a lot of the basics (i.e. containerizing an application, providing a Helm chart so that it can be trivially deployed and scaled within a cluster, unit testing at the code and cluster levels of operation, etc.). This allows one who is not yet fully versed in various cloud native technologies to rapidly get a “hello world” example program running in a throwaway cluster, and be able to “learn by doing” rather than having to learn and mentally context-load numerous technologies first.

Python 3.x

Go/Golang