# K8S Verify

> Post-deploy Kubernetes verification: pods, rollout status, services, endpoints, events, logs, and optional smoke checks after a deployment.

- Skill: `garyld1962/k8s-verify-4` (Agent Skill, multi-file: 4 files)
- Install (CLI): `npx skillmds@latest add garyld1962/k8s-verify-4`
- Raw SKILL.md: https://api.skillmd.com/api/skills/garyld1962/k8s-verify-4/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: garyld1962 (https://skillmd.com/u/garyld1962)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/garyld1962/k8s-verify-4

---


# K8s Verify

Read `references/workflow.md` for command flow and output shape. `references/legacy/` is archival only.

## Workflow

1. Identify namespace, workload, and service from arguments or current context.
2. Run read-only `kubectl` checks first.
3. Verify rollout, pod health, endpoints, recent warning/error events, and recent logs.
4. Run port-forward or smoke checks only when requested or already configured.
5. Report pass/fail with exact failing resources.

