❓ What is Kubernetes [K8s]

Kubernetes, often abbreviated as K8s, is an open-source platform for container orchestration. It enables efficient deployment, management, and scaling of containerized applications. K8s automates tasks such as load balancing, resource allocation, and container self-healing, which improves application availability and scalability.

It is based on a declarative configuration model, allowing developers and operators to define the desired state of their applications instead of executing manual steps. K8s also provides a rich ecosystem of tools and resources for container orchestration and has become a key technology in cloud-native development.

Navigation

Manifests

LIST WITHOUT ID "[[" + file.path + "|" + file.frontmatter.title + "]]"
FROM #Tech/DevOps/Kubernetes/Kinds 
SORT file.frontmatter.title ASC

đŸ•šī¸ Playground

Contribute to Kubernetes

â„šī¸ Help / Tutorials


Sources