kubernetes

kubernetes is a skill for Claude Code from FortiumPartners/ensemble. It costs 0 tokens per session (6,041 once invoked), scanned A, original, MIT.

A quick reference for Kubernetes, a system that runs and manages containerized applications across machines.

In plain words
What is it for?
Use it to write Kubernetes manifests, configure deployments and services, set resource limits, manage access, and investigate deployment problems.
Why use it?
It brings common resource definitions, security checks, networking, storage, health checks, and troubleshooting guidance into one place.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the ensemble-infrastructure plugin — 11 skills, 7 agents shipped together

Good fit Use it to write Kubernetes manifests, configure deployments and services, set resource…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/fortiumpartners/ensemble/kubernetes
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 FortiumPartners/ensemble --skill kubernetes
Clone the repo
git clone --depth 1 https://github.com/FortiumPartners/ensemble

Made for: Claude Code.

Or install ensemble-infrastructure, the plugin that ships this one along with the rest of its 11 skills, 7 agents.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/fortiumpartners/ensemble/kubernetes.svg)](https://agentmods.dev/skills/fortiumpartners/ensemble/kubernetes)
Your own site
<a href="https://agentmods.dev/skills/fortiumpartners/ensemble/kubernetes"><img src="https://agentmods.dev/badge/skills/fortiumpartners/ensemble/kubernetes.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 6,041 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
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.00000 $0.06041
Opus 5 $0.00000 $0.03021
Sonnet 5 $0.00000 $0.01208
Haiku 4.5 $0.00000 $0.00604

Measured 3d ago against content hash 77a1d5ba0d77, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

kubernetes scanned grade A with 1 finding 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 3d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

kubectl run test --rm -it --image=curlimages/curl -- \
packages/infrastructure/skills/kubernetes/SKILL.md · 1,179 lines

How it starts

The opening of the file, as written. The whole thing — 1,179 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Kubernetes Quick Reference

Version: 1.0.0 | Target Size: <100KB | Purpose: Fast reference for Kubernetes manifest development and deployment


Overview

Kubernetes is a container orchestration platform for automating deployment, scaling, and management of containerized applications. This quick reference provides essential patterns for creating production-ready Kubernetes manifests with security hardening and best practices.

When to Load This Skill:

  • Detected: *.yaml with apiVersion: v1|apps/v1, kind: Deployment|Service|Pod, kustomization.yaml
  • Manual: --tools=kubernetes flag
  • Use Case: Container orchestration and production deployments

Progressive Disclosure:

  • This file (SKILL.md): Quick reference for immediate use
  • REFERENCE.md: Comprehensive guide with advanced patterns and 20+ production examples

Table of Contents

  1. Core Resources Quick Reference
  2. Security Hardening Checklist
  3. Resource Requests and Limits Guidelines
  4. Networking Basics
  5. Storage Overview
  6. RBAC Basics
  7. Common kubectl Commands
  8. Health Checks and Probes
  9. Configuration Management
  10. Troubleshooting Quick Guide

Core Resources Quick Reference

Pod

Basic unit of deployment - one or more containers running together:

apiVersion: v1
kind: Pod
metadata:
  name: webapp
  labels:
    app: webapp
spec:
  containers:
  - name: app
    image: nginx:1.21
    ports:
    - containerPort: 80

Key Concepts:

  • Smallest deployable unit in Kubernetes
  • Containers in same pod share network and storage
  • Typically managed by higher-level controllers (Deployment, StatefulSet)
  • Use for debugging, not production deployments

Read the full file on GitHub · 1,179 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 3d ago First seen · 1,179 lines · 0 tokens per session scan A 77a1d5ba0d77

Subscribe to this mod's changes

kubernetes is a skill published in the GitHub repository FortiumPartners/ensemble (11 stars, last pushed 1mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 6,041 tokens. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

cli-forge-oci-rootless

Agentic migration architect for transforming Ansible, bare-metal, VM, shell-scripted, or systemd-root deployed middleware into an operable OCI rootless product using any OCI-compliant runtime (Podman, Docker rootless, nerdctl, or equivalent), systemd --user, declarative units (Quadlet, compose), explicit host…

Destynova2/cli-code-skills · 135 tokens

atmos-devcontainer

Devcontainer orchestration: start/stop/attach/shell/exec/rebuild, instance management, config handling, VS Code integration.

cloudposse/atmos · 31 tokens

context-recovery

Recovers project handoff context from local Codex, Claude Code, Gemini, CodeBuddy, and codexmate-derived sessions. Use when the user asks what happened in prior project/PR/branch/file/error work, needs a handoff brief, wants old decisions or validations recovered, or asks to summarize cross-session project activity…

SakuraByteCore/codexmate · 72 tokens

overleaf

Sync and manage Overleaf LaTeX projects from the command line. Pull projects locally, push changes back, compile PDFs, and download compile outputs like .bbl files for arXiv submissions. Use when working with LaTeX, Overleaf, academic papers, or arXiv.

aloth/olcli · 62 tokens

dev

This skill should be used when the user asks to start, restart, keep alive, or inspect the local pikiclaw development service, including npm run dev, local debug bot startup, dashboard verification, and dev log checks.

xiaotonng/pikiloom · 48 tokens

docker

A Docker setup skill for creating Dockerfiles and Docker Compose configurations. Docker packages an application and its dependencies into containers, while Compose defines several containers and how they work together.

Insajin/autopus-adk · 19 tokens