Introduction

Get an overview of the contents and understand the structure of this section.

We'll cover the following

Managing compute infrastructure, even in the era of the cloud, is still a challenge. With the innovations in containerization, virtual machines (VMs), and serverless computing, developers might believe that compute infrastructure is a solved problem.

Nothing could be farther from the truth. For cloud providers or others running their own data centers, bare metal machines (the machine's OS not running in virtualization) must be managed. This has become more complicated in the era of cloud computing. Not only does our provider need to manage their OS rollouts and patches, but so do cloud customers who want to run fleets of VMs and containers. Container orchestration systems such as Kubernetes must still provide container images that contain an OS image.

Get hands-on with 1200+ tech skills courses.