Skip to content

Kubernetes(K8s)

An orchestration platform that automates deploying, scaling and managing containerized applications across a cluster.

Most homelabs start with Docker Compose. Kubernetes shines when you run many services across multiple nodes and need self-healing and rolling updates.

Related articles

Docker

A platform for packaging applications and their dependencies into lightweight, portable containers.

Container

An isolated, self-contained package that bundles an application with everything it needs to run.

Helm

The package manager for Kubernetes that bundles manifests into reusable charts.