kubernetes-ops

kubernetes-ops is a skill for Kiro from ihatesea69/kiro-kit. It costs 27 tokens per session (350 once invoked), scanned A, original, MIT.

A guide to operating Kubernetes, a system that runs applications in containers across a cluster of machines. It covers deployments, failed workloads, networking, secrets, configuration, and scaling.

In plain words
What is it for?
Use it to deploy and scale Kubernetes workloads, inspect pod logs and events, configure services and ingress, manage secrets, and troubleshoot crashes or network issues.
Why use it?
It provides a method for finding why workloads are stuck, restarting, unable to connect, or lacking the resources they need.

Skill for Kiro

Written for Kiro: installed under .kiro/.

Good fit Use it to deploy and scale Kubernetes workloads, inspect pod logs and events, configure services and ingress, manage secrets, and troubleshoot crashes or network issues.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ihatesea69/kiro-kit/kubernetes-ops
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add ihatesea69/kiro-kit --skill kubernetes-ops
Clone the repo
git clone --depth 1 https://github.com/ihatesea69/kiro-kit

Made for: Kiro.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for kubernetes-ops

README.md
[![agentmods](https://agentmods.dev/badge/skills/ihatesea69/kiro-kit/kubernetes-ops/github.svg)](https://agentmods.dev/skills/ihatesea69/kiro-kit/kubernetes-ops)
Your own site
<a href="https://agentmods.dev/skills/ihatesea69/kiro-kit/kubernetes-ops"><img src="https://agentmods.dev/badge/skills/ihatesea69/kiro-kit/kubernetes-ops/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for kubernetes-ops

Your own site · 80×15
<a href="https://agentmods.dev/skills/ihatesea69/kiro-kit/kubernetes-ops"><img src="https://agentmods.dev/badge/skills/ihatesea69/kiro-kit/kubernetes-ops.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 27 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 350 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00027 $0.00350
Opus 5 $0.00014 $0.00175
Sonnet 5 $0.00005 $0.00070
Haiku 4.5 $0.00003 $0.00035

Measured 5d ago against content hash 5f77e645bcd3, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

kubernetes-ops scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.kiro/skills/kubernetes-ops/SKILL.md · 55 lines

What it actually says

Kubernetes Operations

Activate this skill when working with Kubernetes clusters and workloads.

When to Use

  • Deploying applications to Kubernetes
  • Troubleshooting pod failures or scheduling issues
  • Configuring networking (services, ingress, network policies)
  • Managing secrets and configuration
  • Scaling workloads and configuring autoscaling
  • Debugging container crashes or connectivity issues

Common Operations

# Check pod status and events
kubectl get pods -n <namespace>
kubectl describe pod <pod-name> -n <namespace>
kubectl logs <pod-name> -n <namespace> --previous

# Debug networking
kubectl exec -it <pod> -- nslookup <service>
kubectl get endpoints <service>
kubectl get networkpolicies

# Resource management
kubectl top pods -n <namespace>
kubectl get hpa

Troubleshooting Flow

  1. Check pod status (Pending, CrashLoopBackOff, ImagePullBackOff)
  2. Read events with kubectl describe
  3. Check logs (current and previous container)
  4. Verify resource requests vs node capacity
  5. Check network policies and service endpoints
  6. Verify secrets and configmaps are mounted correctly

Rules

  • Always specify namespace explicitly
  • Use labels and selectors consistently
  • Set resource requests AND limits on all containers
  • Implement liveness, readiness, and startup probes
  • Use pod disruption budgets for critical workloads
  • Never use kubectl edit in production -- use GitOps
  • Store manifests in version control
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 55 lines · 27 tokens per session scan A 5f77e645bcd3

Subscribe to this mod's changes

kubernetes-ops is a skill published in the GitHub repository ihatesea69/kiro-kit (18 stars, last pushed 20d ago), licensed MIT. It adds 27 tokens to every session and 350 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.