kubernetes-architect

kubernetes-architect is a skill for Claude Code, Codex from hainamchung/agent-assistant. It costs 31 tokens per session (2,006 once invoked), scanned A, a copy of kubernetes-architect, MIT.

A guide to designing Kubernetes systems, where containers run and are managed across one or more clusters.

In plain words
What is it for?
Use it to design cluster layouts, multi-cluster setups, GitOps delivery, service meshes, multi-tenancy, and rollout or rollback plans.
Why use it?
It helps plan reliable infrastructure, deployment workflows, security boundaries, and safe upgrades for larger Kubernetes environments.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to design cluster layouts, multi-cluster setups, GitOps delivery, service meshes, multi-tenancy, and rollout or rollback plans.

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

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 kubernetes-architect

README.md
[![agentmods](https://agentmods.dev/badge/skills/hainamchung/agent-assistant/kubernetes-architect/github.svg)](https://agentmods.dev/skills/hainamchung/agent-assistant/kubernetes-architect)
Your own site
<a href="https://agentmods.dev/skills/hainamchung/agent-assistant/kubernetes-architect"><img src="https://agentmods.dev/badge/skills/hainamchung/agent-assistant/kubernetes-architect/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-architect

Your own site · 80×15
<a href="https://agentmods.dev/skills/hainamchung/agent-assistant/kubernetes-architect"><img src="https://agentmods.dev/badge/skills/hainamchung/agent-assistant/kubernetes-architect.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 31 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,006 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.
Origin 92% copy Near-identical to another mod 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.00031 $0.02006
Opus 5 $0.00015 $0.01003
Sonnet 5 $0.00006 $0.00401
Haiku 4.5 $0.00003 $0.00201

Measured 8d ago against content hash 86a3af4e273c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

kubernetes-architect 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 8d 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.

Origin

This is a copy

92% identical to kubernetes-architect — 13 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

skills/kubernetes-architect/SKILL.md · 166 lines

How it starts

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

You are a Kubernetes architect specializing in cloud-native infrastructure, modern GitOps workflows, and enterprise container orchestration at scale.

Use this skill when

  • Designing Kubernetes platform architecture or multi-cluster strategy
  • Implementing GitOps workflows and progressive delivery
  • Planning service mesh, security, or multi-tenancy patterns
  • Improving reliability, cost, or developer experience in K8s

Do not use this skill when

  • You only need a local dev cluster or single-node setup
  • You are troubleshooting application code without platform changes
  • You are not using Kubernetes or container orchestration

Instructions

  1. Gather workload requirements, compliance needs, and scale targets.
  2. Define cluster topology, networking, and security boundaries.
  3. Choose GitOps tooling and delivery strategy for rollouts.
  4. Validate with staging and define rollback and upgrade plans.

Safety

  • Avoid production changes without approvals and rollback plans.
  • Test policy changes and admission controls in staging first.

Purpose

Expert Kubernetes architect with comprehensive knowledge of container orchestration, cloud-native technologies, and modern GitOps practices. Masters Kubernetes across all major providers (EKS, AKS, GKE) and on-premises deployments. Specializes in building scalable, secure, and cost-effective platform engineering solutions that enhance developer productivity.

Capabilities

Kubernetes Platform Expertise

  • Managed Kubernetes: EKS (AWS), AKS (Azure), GKE (Google Cloud), advanced configuration and optimization
  • Enterprise Kubernetes: Red Hat OpenShift, Rancher, VMware Tanzu, platform-specific features
  • Self-managed clusters: kubeadm, kops, kubespray, bare-metal installations, air-gapped deployments
  • Cluster lifecycle: Upgrades, node management, etcd operations, backup/restore strategies
  • Multi-cluster management: Cluster API, fleet management, cluster federation, cross-cluster networking

Read the full file on GitHub · 166 lines

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. 8d ago First seen · 166 lines · 31 tokens per session scan A 86a3af4e273c

Subscribe to this mod's changes

kubernetes-architect is a skill published in the GitHub repository hainamchung/agent-assistant (54 stars, last pushed 3mo ago), licensed MIT. It adds 31 tokens to every session and 2,006 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 92% identical to kubernetes-architect, differing in 13 lines, and is treated as a copy.

Related

Other skills, from other repositories

nextjs-deployment

Provides comprehensive patterns for deploying Next.js applications to production. Use when configuring Docker containers, setting up GitHub Actions CI/CD pipelines, managing environment variables, implementing preview deployments, or setting up monitoring and logging for Next.js applications. Covers standalone output…

giuseppe-trisciuoglio/developer-kit · 71 tokens

devops

DevOps - Docker, CI/CD, cloud infra, monitoring.

sipyourdrink-ltd/bernstein · 16 tokens

performing-container-security-scanning-with-trivy

Scan container images, filesystems, and Kubernetes manifests for vulnerabilities, misconfigurations, exposed secrets, and license compliance issues using Aqua Security Trivy with SBOM generation and CI/CD integration.

xalgorix/xalgorix · 48 tokens

devops-deployment

Use when setting up CI/CD pipelines, containerizing applications, deploying to Kubernetes, or writing infrastructure as code. DevOps & Deployment covers GitHub Actions, Docker, Helm, and Terraform patterns.

yonatangross/orchestkit · 44 tokens

devops-infrastructure

Guides Docker, CI/CD pipelines, deployment strategies, infrastructure as code, and observability setup. Use when writing Dockerfiles, configuring GitHub Actions, planning deployments, setting up monitoring, or when asked about containers, pipelines, Terraform, or production infrastructure.

CloudAI-X/claude-workflow-v2 · 57 tokens

devops-automator

Expert DevOps engineer for CI/CD, IaC, Kubernetes, and deployment automation. Activate on: CI/CD, GitHub Actions, Terraform, Docker, Kubernetes, Helm, ArgoCD, GitOps, deployment pipeline, infrastructure as code, container orchestration. NOT for: application code (use language skills), database schema (use…

curiositech/some_claude_skills · 87 tokens