kubernetes-patterns
Installation
SKILL.md
Kubernetes Patterns
Purpose - comprehensive description
This skill covers the most advanced edge cases of Kubernetes operational patterns. It implements deep eBPF tracing scenarios, complex high-cardinality PromQL alerts, and sophisticated Sidecar container implementations for service meshes and telemetry.
Core Principles
- Decouple observability from application logic using highly constrained Sidecars.
- Leverage eBPF for zero-instrumentation, kernel-level networking and tracing.
- Implement deterministic PromQL alerts with pre-calculated recording rules.
- Enforce strict resource limits (requests=limits) on all sidecar containers.
- Prioritize fail-closed for security mechanisms and fail-open for telemetry.