Skip to main content

Kubernetes Cluster

📄️ Kubernetes Overview

Kubernetes (K8s) is an open-source system designed to automate deployment, scaling, and management of microservices and containerized applications. A pod, which is the central piece in the K8s model, is a set of Linux containers with shared network and storage. Network plugins and ingress controllers support internal and external load balancers, while pluggable storage backends automate data persistence. Kubernetes kubelet orchestrates pods ensuring the cluster is always in a desired healthy state.