Part 3 Running containers anywhere
Containers can run on a single machine, a cluster of servers grouped together, or a fully managed cloud service. Different hosts have different capabilities, suited to different workloads. In this part, you'll learn how to build images to target different platforms, bring legacy applications to Docker, and run your container images in the cloud. You'll also get a fast introduction to Kubernetes—the cluster technology that is most popular for production workloads—and see how to connect your build pipeline to the cluster to add continuous deployment (CD) to your continuous integration (CI) pipeline.