A step-by-step guide to building microservices using Python and Docker, along with managing and orchestrating them with Kubernetes Key Features โข Learn to use Docker containers to create, operate, and deploy your microservices โข Create workflows to manage independent deployments on coordinating
Hands-On Docker for Microservices with Python
โ Scribed by Buelta, Jaime
- Publisher
- Praful Palekar;Packt Publishing
- Year
- 2019
- Tongue
- English
- Edition
- 1st edition
- Category
- Library
No coin nor oath required. For personal study only.
โฆ Synopsis
A step-by-step guide to building microservices using Python and Docker, along with managing and orchestrating them with Kubernetes Key Features Learn to use Docker containers to create, operate, and deploy your microservices Create workflows to manage independent deployments on coordinating services using CI and GitOps through GitHub, Travis CI, and Flux Develop a REST microservice in Python using the Flask framework and Postgres database Book Description Microservices architecture helps create complex systems with multiple, interconnected services that can be maintained by independent teams working in parallel. This book guides you on how to develop these complex systems with the help of containers. You'll start by learning to design an efficient strategy for migrating a legacy monolithic system to microservices. You'll build a RESTful microservice with Python and learn how to encapsulate the code for the services into a container using Docker. While developing the services, you'll understand how to use tools such as GitHub and Travis CI to ensure continuous delivery (CD) and continuous integration (CI). As the systems become complex and grow in size, you'll be introduced to Kubernetes and explore how to orchestrate a system of containers while managing multiple services. Next, you'll configure Kubernetes clusters for production-ready environments and secure them for reliable deployments. In the concluding chapters, you'll learn how to detect and debug critical problems with the help of logs and metrics. Finally, you'll discover a variety of strategies for working with multiple teams dealing with different microservices for effective collaboration. By the end of this book, you'll be able to build production-grade microservices as well as orchestrate a complex system of services using containers. What you will learn Discover how to design, test, and operate scalable microservices Coordinate and deploy different services using Kubernetes Use Docker to construct scalable and manageable applications with microservices Understand how to monitor a complete system to ensure early detection of problems Become well versed with migrating from an existing monolithic system to a microservice one Use load balancing to ensure seamless operation between the old monolith and the new service Who this book is for This book is for developers, engineers, or software architects who are trying to move away from traditional approaches for building complex multi-ser...
โฆ Subjects
; local;;local
๐ SIMILAR VOLUMES
<p><b>Build smart, efficient, and fast enterprise-grade web implementation of the microservices architecture that can be easily scaled.</b><p><b>About This Book</b><p><li>Write easy-to-maintain lean and clean code with Kotlin for developing better microservices<li>Scale your Microserivces in your ow
Apply design patterns to solve problems in software architecture and programming using C# 7.x and .NET Core 2 Key Features Enhance your programming skills by implementing efficient design patterns for C# and .NET Explore design patterns for functional and reactive programming to build robust and sca
Start using Kubernetes in complex big data and enterprise applications, including Docker containers. Starting with installing Kubernetes on a single node, the book introduces Kubernetes with a simple Hello example and discusses using environment variables in Kubernetes.<br />Next,<i>Kubernetes Micro