Kubernetes Web
Use this skill as a basic starting point.
Workflow
- Review the containerized app, runtime needs, and deployment targets.
- Identify deployments, services, config, and secret requirements.
- Keep manifests or templates explicit and environment aware.
- Avoid mixing application logic with orchestration concerns.
- Verify workload assumptions, ports, and readiness behavior.
Output
- Produce practical Kubernetes related changes.
- Keep deployment configuration maintainable and reviewable.
- Prefer clear resource boundaries over dense manifest sprawl.