# Kscius Ks Cursor Orchestrator Kubernetes Deploying

> When to use

- Skill: `tomevault-io/kscius-ks-cursor-orchestrator-kubernetes-deploying` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/kscius-ks-cursor-orchestrator-kubernetes-deploying`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/kscius-ks-cursor-orchestrator-kubernetes-deploying/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/kscius-ks-cursor-orchestrator-kubernetes-deploying

---


## When to use

- >-.

> **On-demand loading:** Read when deploying to Kubernetes. Skip for non-K8s infra. Prefer `devops-skills` for pre-apply validation only.

# Kubernetes Deploying

Deploy and manage applications on Kubernetes. Manifest examples and ops detail live in `references/`.

## Workflow

1. Define Deployment with requests/limits, liveness + readiness probes
2. Expose via Service; add Ingress when external HTTPS needed
3. ConfigMap/Secret for config — no secrets in git
4. `kubectl apply --dry-run` then apply; see `references/operations.md`
5. Verify rollout: `kubectl rollout status`

## References

| File | Contents |
|------|----------|
| `references/manifest-examples.md` | Deployment, Service, Ingress, ConfigMap, HPA YAML |
| `references/operations.md` | kubectl commands, strategies, health checks, tips |

## Related skills

- `devops-skills` — Terraform/compose/K8s dry-run patterns
- `setting-up-terraform` — cluster infra (not app manifests)

---
> Source: [kscius/KS-Cursor-Orchestrator](https://github.com/kscius/KS-Cursor-Orchestrator) — distributed by [TomeVault](https://tomevault.io).
<!-- tomevault:4.0:skill_md:2026-06-15 -->

