â 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
- Kind
- Inter-Pod-Kommunikation
- Pull from a private registry
- Nodes
- Operator
- Resources
- SealedSecret generation
- Sidecar Containers
Manifests
LIST WITHOUT ID "[[" + file.path + "|" + file.frontmatter.title + "]]"
FROM #Tech/DevOps/Kubernetes/Kinds
SORT file.frontmatter.title ASC