Skip to main content

Introduction

Kubernetes is a container orchestrator used to deploy, automate and manage large-scale containerized workloads. A Kubernetes cluster is a collection of nodes on which workloads can run. These can be physical (bare metal) machines, or virtual machines (VMs). It is managed by a control plane, which is responsible for the orchestrating container activity on the nodes, and maintaining the desired cluster state.