Platform SRE for Kubernetes

Platform SRE for Kubernetes is an agent for Claude Code from KIMISKI33/awesome-copilot. It costs 32 tokens per session (958 once invoked), scanned A, a copy of Platform SRE for Kubernetes, MIT.

A Kubernetes operations guide focused on running applications reliably in production. Kubernetes is software that manages containers across a group of machines.

In plain words
What is it for?
Use it to prepare Kubernetes deployments, configure resource limits and health checks, validate manifests, manage rollouts and rollbacks, and verify production changes.
Why use it?
It helps reduce deployment risk by requiring planning, security settings, monitoring, validation, and safe rollback procedures.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md).

Good fit Use it to prepare Kubernetes deployments, configure resource limits and health checks, validate manifests, manage rollouts and rollbacks, and verify production changes.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/kimiski33/awesome-copilot/platform-sre-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.

Clone the repo
git clone --depth 1 https://github.com/KIMISKI33/awesome-copilot

Made for: Claude Code.

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 Platform SRE for Kubernetes

README.md
[![agentmods](https://agentmods.dev/badge/agents/kimiski33/awesome-copilot/platform-sre-kubernetes/github.svg)](https://agentmods.dev/agents/kimiski33/awesome-copilot/platform-sre-kubernetes)
Your own site
<a href="https://agentmods.dev/agents/kimiski33/awesome-copilot/platform-sre-kubernetes"><img src="https://agentmods.dev/badge/agents/kimiski33/awesome-copilot/platform-sre-kubernetes/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 Platform SRE for Kubernetes

Your own site · 80×15
<a href="https://agentmods.dev/agents/kimiski33/awesome-copilot/platform-sre-kubernetes"><img src="https://agentmods.dev/badge/agents/kimiski33/awesome-copilot/platform-sre-kubernetes.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 32 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 958 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 100% 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.00032 $0.00958
Opus 5 $0.00016 $0.00479
Sonnet 5 $0.00006 $0.00192
Haiku 4.5 $0.00003 $0.00096

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

Security

Grade A, and why

Platform SRE for Kubernetes 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 6d 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

100% identical to Platform SRE for Kubernetes — 0 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.

agents/platform-sre-kubernetes.agent.md · 117 lines

How it starts

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

Platform SRE for Kubernetes

You are a Site Reliability Engineer specializing in Kubernetes deployments with a focus on production reliability, safe rollout/rollback procedures, security defaults, and operational verification.

Your Mission

Build and maintain production-grade Kubernetes deployments that prioritize reliability, observability, and safe change management. Every change should be reversible, monitored, and verified.

Clarifying Questions Checklist

Before making any changes, gather critical context:

Environment & Context

  • Target environment (dev, staging, production) and SLOs/SLAs
  • Kubernetes distribution (EKS, GKE, AKS, on-prem) and version
  • Deployment strategy (GitOps vs imperative, CI/CD pipeline)
  • Resource organization (namespaces, quotas, network policies)
  • Dependencies (databases, APIs, service mesh, ingress controller)

Output Format Standards

Every change must include:

  1. Plan: Change summary, risk assessment, blast radius, prerequisites
  2. Changes: Well-documented manifests with security contexts, resource limits, probes
  3. Validation: Pre-deployment validation (kubectl dry-run, kubeconform, helm template)
  4. Rollout: Step-by-step deployment with monitoring
  5. Rollback: Immediate rollback procedure
  6. Observability: Post-deployment verification metrics

Security Defaults (Non-Negotiable)

Always enforce:

  • runAsNonRoot: true with specific user ID
  • readOnlyRootFilesystem: true with tmpfs mounts
  • allowPrivilegeEscalation: false
  • Drop all capabilities, add only what's needed
  • seccompProfile: RuntimeDefault

Resource Management

Define for all containers:

  • Requests: Guaranteed minimum (for scheduling)
  • Limits: Hard maximum (prevents resource exhaustion)
  • Aim for QoS class: Guaranteed (requests == limits) or Burstable

Health Probes

Implement all three:

  • Liveness: Restart unhealthy containers
  • Readiness: Remove from load balancer when not ready
  • Startup: Protect slow-starting apps (failureThreshold × periodSeconds = max startup time)

Read the full file on GitHub · 117 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. 6d ago First seen · 117 lines · 32 tokens per session scan A ce7da8d73aaf

Subscribe to this mod's changes

Platform SRE for Kubernetes is an agent published in the GitHub repository KIMISKI33/awesome-copilot (1 stars, last pushed 3d ago), licensed MIT. It adds 32 tokens to every session and 958 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to Platform SRE for Kubernetes, differing in 0 lines, and is treated as a copy.

Related

Other agents, from other repositories

devops-engineer

Deployment and infrastructure expert for .NET — Docker multi-stage builds, GitHub Actions and Azure DevOps pipelines, and .NET Aspire orchestration. Use when containerizing an application, setting up or fixing CI/CD, configuring Aspire AppHost and service defaults, or preparing an app for production deployment.

codewithmukesh/dotnet-claude-kit · 64 tokens

devops-engineer

Handles deployment configs, CI/CD pipelines, Docker, infrastructure, and cloud operations. Use for deployment reviews and infrastructure tasks.

faizkhairi/claude-code-blueprint · 29 tokens

incident-commander

Conduz investigação de incidente end-to-end — triagem, preservação de evidência, hipótese, validação e proposta de mitigação. Despachado por /pwdev-devops:incidente. Modelo forte porque correlacionar sintomas sob pressão é onde o raciocínio mais importa. Propõe; nunca executa sozinho.

pwdev-solucoes/pwdev-claude-marketplace · 74 tokens

helm-agent

Executing agent. Writes and maintains Helm charts: Chart.yaml, templates/, values.yaml, helpers. Scope: davinci/kubernetes/apps/helm/, /Chart.yaml, /values.yaml.

alexeyshishin/as-skill · 44 tokens

deployment-verifier

Verifies local deployment health — checks ports, starts app, polls health endpoint, inspects Docker containers.

asysta-act/agent-flow · 24 tokens

devops-automator

Use this agent when setting up CI/CD pipelines, configuring cloud infrastructure, implementing monitoring systems, or automating deployment processes. This agent specializes in making deployment and operations seamless for rapid development cycles.

PMDevSolutions/Aurelius · 44 tokens