# Kubernetes Web

> Basic skill for Kubernetes based web application deployment, service exposure, and container orchestration patterns. Use when Codex needs a basic starting point for this web development area.

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

---


# Kubernetes Web

Use this skill as a basic starting point.

## Workflow

1. Review the containerized app, runtime needs, and deployment targets.
2. Identify deployments, services, config, and secret requirements.
3. Keep manifests or templates explicit and environment aware.
4. Avoid mixing application logic with orchestration concerns.
5. 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.

