Book Image

Troubleshooting Docker

By : Vaibhav Kohli, Rajdeep Dua, John Wooten
Book Image

Troubleshooting Docker

By: Vaibhav Kohli, Rajdeep Dua, John Wooten

Overview of this book

You?re pro Docker? You?ve read all about orchestration with Docker in books? Now learn how to troubleshoot Docker in practice. Gain all the tools to safely see Docker in action with this 2017 book.
Table of Contents (17 chapters)
Troubleshooting Docker
Credits
About the Authors
About the Reviewer
www.PacktPub.com
Customer Feedback
Preface
Free Chapter
1
Understanding Container Scenarios and an Overview of Docker

Microsoft Azure container service architecture


Azure is one of the fastest growing infrastructure services in the market today. It supports scale-on-demand and the ability to create hybrid environments, and big data with the help of Azure Cloud Services. The Azure Container Service provides deployment of open source container clustering and orchestrating solutions. With the help of the Azure Container Service, we can deploy DC/OS (Marathon), Kubernetes, and Swarm based container clusters. The Azure portal provides a simple UI and CLI support to achieve this deployment.

Microsoft Azure is officially the first public cloud to support mainstream container orchestration engines. Even the Azure Container Service engine is open sourced on GitHub (https://github.com/Azure/acs-engine).

This step enables developers to understand the architecture and run multiple orchestration engines directly on the vSphere Hypervisor, KVM, or HyperV. The Azure Resource Manager (ARM) templates provide the basis of...