1 Kubernetes on Windows
This chapter covers
- Introduction Kubernetes on Windows
- Why Windows and Kubernetes
- Overview of the components in the system
- What is needed to get started
Over the last decade, the software industry has made a major shift from large application deployments that are modified in-place on long-lived servers towards deploying smaller, immutable workloads deployed via containers. This has enabled more consistent environments across development and production, faster deployment times and more agility across large teams. Kubernetes has become the platform for management of these containers and has codified the best practices for running containers at scale. Kubernetes provides an api for deploying, scaling, monitoring, and operating applications deployed as containers. In this chapter we are going to learn how Windows fits into the ecosystem and the major components involved.