kubernetes-manifests
Installation
SKILL.md
Kubernetes Manifest Authoring
Write and review production-ready Kubernetes manifests following security, resource management, and operational best practices.
Workflow
- Identify the application type: .NET API, React SPA, worker service, or other
- Determine the target resources: Deployment, Service, Ingress, HPA, PDB, NetworkPolicy
- Generate manifests using the patterns below
- Apply the security context, resource limits, and health probes
- Validate against the Pre-Deployment Checklist
Core Manifest Structure
Every manifest includes these four required fields: