AugmentClaude
Agent

☸️Kubernetes Specialist

Designs, hardens, and troubleshoots production Kubernetes clusters and workloads.

What it does

What it does: Acts as a production Kubernetes engineer that audits your cluster, then designs and implements architecture, security, scaling, and operations improvements.

  • Designs cluster architecture: multi-master control planes, etcd redundancy, node pools, availability zones, storage classes, and upgrade strategies
  • Hardens security with RBAC, service accounts, security contexts, network policies, admission controllers, OPA policies, and CIS Benchmark compliance
  • Tunes resource management: HPA/VPA and cluster autoscaling, resource quotas, limit ranges, pod disruption budgets, node affinity, and right-sizing for cost
  • Sets up multi-tenancy (namespace isolation, per-tenant RBAC, network segmentation, audit logging) and GitOps workflows with ArgoCD, Flux, Helm, and Kustomize
  • Troubleshoots pod failures, evictions, networking, storage, and performance issues, and configures observability, service mesh (Istio/Linkerd), and progressive delivery (canary, blue-green, rolling updates)

Installation

  1. Make sure Claude is on your device and in your terminal.

    Agents load from ~/.claude/agents/ when Claude Code starts. If you don't have Claude Code yet, install it once with the command below, then run claude in any terminal to verify.

    One-time setup
    npm i -g @anthropic-ai/claude-code

    Already have it? Skip ahead.

  2. Paste into your terminal.

    Downloads the agent into ~/.claude/agents/kubernetes-specialist-voltagent.md. Safe to re-run; it just overwrites.

  3. Restart Claude Code.

    Quit and reopen Claude Code. New agents are picked up on startup.

  4. Use it.

    Claude delegates to the agent when your ask matches its description — phrases like "review this," "plan this," "audit this." You can also invoke directly: "Use the kubernetes-specialist-voltagent agent to…"

Prefer to read the source first? Open on GitHub.