Summary The best way to learn microservices development is to build something! Bootstrapping Microservices with Docker, Kubernetes, and Terraform guides you from zero through to a complete microservices project, including fast prototyping, development, and deployment. You’ll get your feet wet using industry-standard tools as you learn and practice the practical skills you’ll use for every microservices application. Following a true bootstrapping approach, you’ll begin with a simple, familiar application and build up your knowledge and skills as you create and deploy a real microservices project.
Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.
About the technology Taking microservices from proof of concept to production is a complex, multi-step operation relying on tools like Docker, Terraform, and Kubernetes for packaging and deployment. The best way to learn the process is to build a project from the ground up, and that’s exactly what you’ll do with this book!
About the book In Bootstrapping Microservices with Docker, Kubernetes, and Terraform , author Ashley Davis lays out a comprehensive approach to building microservices. You’ll start with a simple design and work layer-by-layer until you’ve created your own video streaming application. As you go, you’ll learn to configure cloud infrastructure with Terraform, package microservices using Docker, and deploy your finished project to a Kubernetes cluster.
What's inside
Developing and testing microservices applications Working with cloud providers Applying automated testing Implementing infrastructure as code and setting up a continuous delivery pipeline Monitoring, managing, and troubleshooting
About the reader Examples are in JavaScript. No experience with microservices, Kubernetes, Terraform, or Docker required.
About the author Ashley Davis is a software developer, entrepreneur, stock trader, and the author of Manning’s Data Wrangling with JavaScript .
This book is more of a 400 page-long tutorial rather than a book. However a tutorial that shows you end to end development and deployment of modern web technologies, so it is very useful to read through, pick up a few tricks and commands and have as a reference book on the shelf.
The only downside is that author tends to repeat themselves a lot and there are whole pages of 'introduction and retrospective' that can be skipped without missing anything of importance.
If you would like to practice creation of microservices (node.js based with mongodb), develop them with docker, docker compose and finally deploy to aks in Azure then this is great book. Does not go into details of each technology but there is enough information to get started. After reading you would have template for creating production ready microservices. On minus: it's quite repetitive and in the end it becomes to theoretical.
Repetitive, lots of water-text. Hard to imagine a person, for whom this book is really good - it's material is quite for beginners but amount of new tools would be too hard for a beginner.
Es un buen libro para tener la idea general de cómo trabajar microservicios, en este caso con la nube de Microsoft (Azure) haciendo uso de Docker, Kubernetes, Terraform. Hubiera estado muy bien si la base de datos la hubiera puesto en MongoDB Atlas, pero se agradecen los ejemplos. Todo lo práctico es muy bueno.
A pretty good tour of modern micro-service platforms. It gets a little light on details in the latter half, but gives you enough information that you now know what questions to ask to continue your learning.
JavaScript, Azure (It would have been perfect if it was Python and GCP or AWS but thats just me) even so I find myself going back to the book and re reading and referencing chapters.
what a fantastic guide for those interested in microservices development. As a solutions architect, I found this book practical and profound.
The book initiates the process of creating and configuring microservices using Node.js, offering a strong foundation for developers of all experience levels. The approach in the book simplifies complex concepts, into easy to understand. Hands-on approach fundamental microservice creation to deploying a fully functional application in a Kubernetes cluster is smooth.
A standout section involves a detailed guide on employing Docker for constructing and releasing microservices. The author's clarification of Docker Compose for development environments is precise and pragmatic, emphasizing its value for local testing and rapid iteration.
Extensive coverage of automated testing is another vital aspect. Davis adeptly illustrates how to integrate testing into the microservices development workflow, ensuring dependability and resilience in applications. The book also clarifies the deployment process using Kubernetes.
Additionally, the incorporation of infrastructure as code using Terraform and the establishment of continuous delivery pipelines with GitHub Actions are invaluable. These chapters offer practical insights into managing and expanding microservices in real-world settings. There are sections about monitoring and troubleshooting for overseeing microservices in production.
In conclusion, "Bootstrapping Microservices" is an essential reading for developers and architects. Davis’s amiable and straightforward writing style, in conjunction with practical examples and industry best practices, renders this book an invaluable asset for mastering microservices development.
The book's hands-on approach, with its focus on Docker, Kubernetes, GitHub Actions, and Terraform, provides a solid foundation for building and deploying scalable applications. The clear and concise writing makes complex concepts accessible, ensuring a smooth learning experience. The inclusion of practical examples and real-world scenarios bridges the gap between theory and practice.
The final version of the 2nd edition made a lot of improvement - better titles more neutral on Microservices, focusing on the practical skills rather than sticking on the bright side of Microservices.