December 2022
Beginner
275 pages
5h 30m
English
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.
Containers are a way to package software so that it can run isolated from other software on the same host. ...