# Kubernetes

> Kubernetes Deployment

- Skill: `uitbreidenos/kubernetes-2` (Agent Skill)
- Install (CLI): `npx skillmds@latest add uitbreidenos/kubernetes-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/uitbreidenos/kubernetes-2/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: UitbreidenOS (https://skillmd.com/u/uitbreidenos)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/uitbreidenos/kubernetes-2

---

# Kubernetes Deployment

## When to activate

User is deploying workloads to Kubernetes, debugging pod issues, or managing cluster resources.

## When NOT to use

For local Docker development — use docker-optimization skill instead.

## Instructions

1. Validate manifests (`kubectl apply --dry-run=client`)
2. Review resource requests/limits
3. Check rollout status and pod logs
4. Apply changes with approval

## Example

Deploy a stateless service with canary rollout strategy.

