kubernetes
Installation
SKILL.md
Kubernetes Cloud-Native Standards
Quick Navigation: Level 1: Quick Start (5 min) | Level 2: Implementation (30 min) | Level 3: REFERENCE.md (Extended)
Level 1: Quick Start
Core Principles
- Declarative Configuration: Define desired state, let Kubernetes manage it
- Resource Limits: Always set requests and limits for CPU and memory
- Health Checks: Implement liveness, readiness, and startup probes
- Security First: RBAC, network policies, pod security standards
- Immutable Infrastructure: Never modify running containers