Kubernetes

noun · orchestration

1.

An open-source container orchestration system created by Google that automates the deployment, scaling, and operational management of containerized applications — now the industry standard for running microservices in production at scale.

2.

A distributed cloud computing platform (also known as K8s) that continuously monitors the desired state of your applications, automatically restarts failing containers, distributes traffic, and manages zero-downtime updates.

3.

A mature and extensible ecosystem backed by the Cloud Native Computing Foundation (CNCF), offering a network of tools (Helm, Istio, Prometheus) and adopted by AWS (EKS), Google Cloud (GKE), and Azure (AKS) as the reference cloud-native orchestration layer.

See also
DockerScalingCloudMicroservices