Kubernetes
K8sAlso called: K8s
An open-source container orchestration platform that automates the deployment, scaling, networking, and management of containerized applications across clusters of machines, making it a standard platform for running production AI and cloud-native workloads.
Explore more about Deployment
Related terms
A group of interconnected machines running Kubernetes that work together to deploy, schedule, scale, and manage containerized applications across multiple worker nodes under the control of a centralized control plane.
Kubernetes ManifestA declarative configuration file, typically written in YAML, that defines the desired state of Kubernetes resources such as Pods, Deployments, Services, ConfigMaps, and Ingresses, enabling consistent deployment and management of containerized applications.
HelmAn open-source package manager for Kubernetes that simplifies the deployment, configuration, upgrading, and management of containerized applications using reusable packages called Helm Charts.
DockerAn open-source containerization platform for building, packaging, distributing, and running applications as isolated containers across different environments.