k8s-deploy

k8s-deploy is a skill for Claude Code, Codex from itlackey/akm. It costs 12 tokens per session (161 once invoked), scanned A, original, MPL-2.0.

A skill for deploying and managing applications on Kubernetes, a system that runs containerized applications across a cluster of machines.

In plain words
What is it for?
Use kubectl, write Kubernetes manifests, create Helm charts, perform rolling updates, and investigate crashed pods, network policies, and resource limits.
Why use it?
It helps organize deployments, updates, and troubleshooting in Kubernetes without relying only on ad-hoc commands.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/itlackey/akm/k8s-deploy
Any agent
npx skills add itlackey/akm --skill k8s-deploy
Clone the repo
git clone --depth 1 https://github.com/itlackey/akm

Made for: Claude Code, Codex.

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 k8s-deploy

README.md
[![agentmods](https://agentmods.dev/badge/skills/itlackey/akm/k8s-deploy.svg)](https://agentmods.dev/skills/itlackey/akm/k8s-deploy)
Your own site
<a href="https://agentmods.dev/skills/itlackey/akm/k8s-deploy"><img src="https://agentmods.dev/badge/skills/itlackey/akm/k8s-deploy.svg" alt="Measured on agentmods" height="20"></a>
Per session 12 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 161 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00012 $0.00161
Opus 5 $0.00006 $0.00081
Sonnet 5 $0.00002 $0.00032
Haiku 4.5 $0.00001 $0.00016

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

Security

Grade A, and why

k8s-deploy 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.

tests/fixtures/stashes/ranking-baseline/skills/k8s-deploy/SKILL.md · 35 lines

What it actually says

Kubernetes Deployment

Deploy and manage applications on Kubernetes clusters. This skill covers kubectl operations, manifest authoring, Helm charts, and rolling updates.

kubectl Basics

Apply manifests, check pod status, and manage resources.

Helm Charts

Package and deploy applications using Helm.

Rolling Updates

Perform zero-downtime deployments with rolling update strategies.

Troubleshooting

Debug pod crashes, network policies, and resource limits.

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 · 35 lines · 12 tokens per session scan A fb04cf52be3b

Subscribe to this mod's changes

k8s-deploy is a skill published in the GitHub repository itlackey/akm (55 stars, last pushed today), licensed MPL-2.0. It adds 12 tokens to every session and 161 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-08-30.

Related

Other skills, from other repositories

kubernetes

Kubernetes deployment patterns, resource management, cluster best practices, pod scheduling, OOM kill diagnosis, Helm chart conventions, and container orchestration security review — with deterministic manifest linting script. Covers k8s, kubectl, deployment, service, ingress, and Helm. Use proactively when reviewing…

Everyone-Needs-A-Copilot/claude-copilot · 98 tokens

kubernetes

Kubernetes operations playbook for deploying services: core objects, probes, resource sizing, safe rollouts, and fast kubectl debugging.

bobmatnyc/claude-mpm-skills · 29 tokens

container-manager-kubernetes-operations

Full operational Kubernetes surface via the container-manager-mcp MCP server — workloads (pods/rollouts/StatefulSets/DaemonSets/ReplicaSets/Jobs/CronJobs), config (ConfigMaps/Secrets/Namespaces/CRDs/patch), networking (Ingress/native Services/NetworkPolicy/DNS), storage (PV/PVC/StorageClass/snapshots/CSI), RBAC…

Knuckles-Team/container-manager-mcp · 189 tokens

kubernetes-docs

Kubernetes 1.36 — Pods, Deployments, Services, Ingress, ConfigMaps, Secrets, RBAC, CRDs, Operators, kubectl, Helm.

pledgeandgrow/pledge-skills · 40 tokens

kubernetes-agent

Kubernetes production patterns — manifests, resource sizing, health probes, scaling, secrets, networking, and troubleshooting.

chandrudp29/skillhub · 25 tokens

kubectl-basics

Skill "kubectl-basics" from chaterm/terminal-skills, covering kubectl 基础操作, 概述, 集群信息, 集群信息 and 节点信息.

chaterm/terminal-skills · 15 tokens