Agent skill
k8s-dev
Assistance with Remote Kubernetes Development (Telepresence, Okteto, DevSpace).
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/ops
SKILL.md
Kubernetes Dev Skill
Triggers
- k8s dev
- remote dev
- telepresence
- okteto
- devspace
- tilt
- scaffold
- remote cluster
Purpose
To develop directly against a remote Kubernetes cluster, enabling access to cloud dependencies and effectively "infinite" resources.
Capabilities
1. Remote Interception (Telepresence)
- Intercept: Route traffic from a remote service to your laptop.
- Debug: Step through code locally while handling live remote requests.
- Preview URLs: Share a specific intercept version with teammates.
2. Sync & Hot Reload (Okteto / DevSpace)
- File Sync: Bi-directional sync between local folder and remote pod.
- Terminal: Get a shell inside the remote pod.
- Environment: Spin up ephemeral namespaces for each developer.
3. Configuration
- DevSpace: Generate
devspace.yamlfor pipeline + sync. - Okteto: Generate
okteto.yamlfor hybrid dev.
Instructions
- When to use: Recommend Remote Dev when the app is too large for Docker Desktop (RAM/CPU limits) or depends on cloud-only resources (RDS, SQS).
- Isolation: Ensure developers work in their own Namespaces to avoid stepping on toes.
- Security: Use RBAC to limit developer permissions in the cluster.
Deliverables
devspace.yamlconfiguration.telepresenceintercept commands.okteto.yamlmanifest.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?