Hands-On Docker for Microservices with Python
上QQ阅读APP看书,第一时间看更新

Container orchestration and Kubernetes

Though Docker presents on how to deal with each of the individual microservices, we will need an orchestrator to handle the whole cluster of services. For that, we will use Kubernetes (https://kubernetes.io/) throughout the book. This is the main orchestration project, and it has great support from the main cloud vendors. We will talk in detail about it in Chapter 5Using Kubernetes to Coordinate Microservices.