Hands-on Docker for microservices with Python design, deploy, and operate a complex system with multiple microservices using Docker and Kubernetes

Microservices architecture helps create a complex system that can be maintained by independent teams working in parallel. You'll learn how to structure big systems, encapsulate them using Docker, and deploy them using Kubernetes. By the end of this book, you'll know how to design, deploy a...

Full description

Bibliographic Details
Main Author: Buelta, Jaimie
Format: eBook
Language:English
Published: Birmingham Packt Publishing 2019
Subjects:
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
LEADER 05170nmm a2200517 u 4500
001 EB001923550
003 EBX01000000000000001086452
005 00000000000000.0
007 cr|||||||||||||||||||||
008 210123 ||| eng
020 |a 1838822550 
050 4 |a QA76.73.P98 
100 1 |a Buelta, Jaimie 
245 0 0 |a Hands-on Docker for microservices with Python  |b design, deploy, and operate a complex system with multiple microservices using Docker and Kubernetes  |c Jamie Buelta 
260 |a Birmingham  |b Packt Publishing  |c 2019 
300 |a 1 online resource 
505 0 |a Chapter 3: Build, Run, and Test Your Service Using Docker -- Technical requirements -- Building your service with a Dockerfile -- Executing commands -- Understanding the Docker cache -- Building a web service container -- Configuring uWSGI -- Refreshing Docker commands -- Operating with an immutable container -- Testing the container -- Creating a PostgreSQL database container -- Configuring your service -- Deploying the Docker service locally -- Pushing your Docker image to a remote registry -- Obtaining public images from Docker Hub -- Using tags -- Pushing into a registry -- Summary 
505 0 |a Questions -- Further reading -- Chapter 4: Creating a Pipeline and Workflow -- Technical requirements -- Understanding continuous integration practices -- Producing automated builds -- Knowing the advantages of using Docker for builds -- Leveraging the pipeline concept -- Branching, merging, and ensuring a clear main build -- Configuring Travis CI -- Adding a repo to Travis CI -- Creating the .travis.yml file -- Working with Travis jobs -- Sending notifications -- Configuring GitHub -- Pushing Docker images from Travis CI -- Setting the secret variables -- Tagging and pushing builds 
505 0 |a Strategic planning to break the monolith -- The replacement approach -- The divide approach -- Change and structured approach -- Executing the move -- Web services' best friend -- the load balancer -- Keeping the balance between new and old -- The pilot phase -- setting up the first couple of microservices -- The consolidation phase -- steady migration to microservices -- The final phase -- the microservices shop -- Summary -- Questions -- Further reading -- Section 2: Designing and Operating a Single Service -- Creating a Docker Container -- Chapter 2: Creating a REST Service with Python 
505 0 |a Cover -- Title Page -- Copyright and Credits -- Dedication -- About Packt -- Contributors -- Table of Contents -- Preface -- Section 1: Introduction to Microservices -- Chapter 1: Making the Move -- Design, Plan, and Execute -- Technical requirements -- The traditional monolith approach and its problems -- The characteristics of a microservices approach -- Docker containers -- Container orchestration and Kubernetes -- Parallel deployment and development speed -- Challenges and red flags -- Analyzing the current system -- Preparing and adapting by measuring usage 
505 0 |a Technical requirements -- Analyzing the Thoughts Backend microservice -- Understanding the security layer -- Designing the RESTful API -- Specifying the API endpoints -- Defining the database schema -- Working with SQLAlchemy -- Implementing the service -- Introducing Flask-RESTPlus -- Handling resources -- Parsing input parameters -- Serializing results -- Performing the action -- Authenticating the requests -- Testing the code -- Defining the pytest fixtures -- Understanding test_token_validation.py -- test_thoughts.py -- Summary -- Questions -- Further reading 
505 0 |a Includes bibliographical references 
653 |a Computer programming / fast 
653 |a Programming & scripting languages: general / bicssc 
653 |a Python (Computer program language) / fast 
653 |a Computers / Programming Languages / Python / bisacsh 
653 |a Génie logiciel 
653 |a Python (Computer program language) / http://id.loc.gov/authorities/subjects/sh96008834 
653 |a Distributed systems / bicssc 
653 |a Programmation (Informatique) 
653 |a Computers / Systems Architecture / Distributed Systems & Computing / bisacsh 
653 |a Web services / bicssc 
653 |a Computer programming / http://id.loc.gov/authorities/subjects/sh85107310 
653 |a Software engineering / http://id.loc.gov/authorities/subjects/sh87007398 
653 |a Software engineering / fast 
653 |a Python (Langage de programmation) 
653 |a computer programming / aat 
041 0 7 |a eng  |2 ISO 639-2 
989 |b OREILLY  |a O'Reilly 
776 |z 1838822550 
776 |z 9781838823818 
776 |z 9781838822552 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781838823818/?ar  |x Verlag  |3 Volltext 
082 0 |a 005.133 
082 0 |a 620 
520 |a Microservices architecture helps create a complex system that can be maintained by independent teams working in parallel. You'll learn how to structure big systems, encapsulate them using Docker, and deploy them using Kubernetes. By the end of this book, you'll know how to design, deploy and operate a complex system with multiple microservices