https://github.com/flyinprogrammer/bootstrapping-microservices
My work with this book: https://www.manning.com/books/bootstrapping-microservices-with-docker-kubernetes-and-terraform
https://github.com/flyinprogrammer/bootstrapping-microservices
Last synced: 3 months ago
JSON representation
My work with this book: https://www.manning.com/books/bootstrapping-microservices-with-docker-kubernetes-and-terraform
- Host: GitHub
- URL: https://github.com/flyinprogrammer/bootstrapping-microservices
- Owner: flyinprogrammer
- License: mit
- Created: 2022-02-05T19:05:13.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-06T02:53:10.000Z (about 4 years ago)
- Last Synced: 2025-05-15T15:52:26.527Z (12 months ago)
- Language: HCL
- Size: 1.02 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bootstrapping Microservices
This repo is my scratch pad for the book [Bootstrapping Microservices with Docker, Kubernetes, and Terraform](https://www.manning.com/books/bootstrapping-microservices-with-docker-kubernetes-and-terraform)
by [Ashley Davis](https://twitter.com/codecapers).
Here are references to the different chapter code examples:
* [Chapter 2](https://github.com/bootstrapping-microservices/chapter-2)
* [Chapter 3](https://github.com/bootstrapping-microservices/chapter-3)
## Extra Docs
I've created my own little notes in the `docs/` directory.
* [Docker without Docker](./docs/DOCKER_WITHOUT_DOCKER.md)
* [Alpine or Not](./docs/ALPINE_OR_NOT.md)