Kubernetes by Example
Kubernetes orchestrates containerized applications across clusters of machines. It handles deployment, scaling, and self-healing automatically.
K8s by Example teaches through annotated YAML manifests. Each example demonstrates a production pattern you can apply immediately.
Getting Started
Architecture
Fundamentals
Configuration
Networking
Workload Lifecycle
Scaling & Scheduling
Advanced
Multi-Container Patterns
Heavily inspired by Go by Example | MIT license