# Kubernetes

> Container orchestration at scale

**Category:** DevOps  
**Pricing:** open-source  
**URL:** https://kubernetes.io  
**GitHub:** https://github.com/kubernetes/kubernetes  
**Added:** 2026-08-19

---

## The Hook

Kubernetes is what you need when Docker Compose is not enough.

## What's Good

Declarative infrastructure scales to massive deployments. Self-healing restarts failed containers. Rolling updates minimize downtime. The ecosystem of operators extends capabilities.

## The Catch

Complexity is legendary. Small teams often do not need it. Operational burden is significant. The YAML can become unmanageable.

## Verdict

Powerful but only worth it at scale.
