The ability to debug containers in the wild is a very important topic and we previously covered some of the more basic techniques that can be of use here. But there are cases where docker ps and docker exec just aren't enough, so in this section, we will examine a few more tools you can add to your toolbox that can help resolve those tricky issues.
-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating
Deployment with Docker
By :
Deployment with Docker
By:
Overview of this book
Deploying Docker into production is considered to be one of the major pain points in developing large-scale infrastructures, and the documentation available online leaves a lot to be desired. With this book, you will learn everything you wanted to know to effectively scale your deployments globally and build a resilient, scalable, and containerized cloud platform for your own use.
The book starts by introducing you to the containerization ecosystem with some concrete and easy-to-digest examples; after that, you will delve into examples of launching multiple instances of the same container. From there, you will cover orchestration, multi-node setups, volumes, and almost every relevant component of this new approach to deploying services. Using intertwined approaches, the book will cover battle-tested tooling, or issues likely to be encountered in real-world scenarios, in detail. You will also learn about the other supporting components required for a true PaaS deployment and discover common options to tie the whole infrastructure together.
At the end of the book, you learn to build a small, but functional, PaaS (to appreciate the power of the containerized service approach) and continue to explore real-world approaches to implementing even larger global-scale services.
Table of Contents (10 chapters)
Preface
Containers - Not Just Another Buzzword
Rolling Up the Sleeves
Service Decomposition
Scaling the Containers
Keeping the Data Persistent
Advanced Deployment Topics
The Limits of Scaling and the Workarounds
Building Our Own Platform
Exploring the Largest-Scale Deployments
Customer Reviews