This chapter explains how to containerize your microservices using Docker and Kubernetes. You will start by learning about containers and why you should use them. You’ll then learn how to install Docker and Kubernetes. Finally, you will learn how to deploy your microservices into containers using Docker and Kubernetes.
What Are Containers?
Containers are a way to package software so that it can run isolated from other software on the same host. ...