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

  1. Declarative Configuration: Define desired state, let Kubernetes manage it
  2. Resource Limits: Always set requests and limits for CPU and memory
  3. Health Checks: Implement liveness, readiness, and startup probes
  4. Security First: RBAC, network policies, pod security standards
  5. Immutable Infrastructure: Never modify running containers

Essential Checklist

Installs
2
GitHub Stars
18
First Seen
Aug 25, 2026
kubernetes — williamzujkowski/standards