From vfm-agent-company
Production Kubernetes expertise from Google - the company that created Kubernetes. Running K8s at planet scale with billions of containers, 99.99% uptime, and zero-downtime deployments. Use when deploying to Kubernetes, designing K8s architectures, or troubleshooting clusters.
npx claudepluginhub duylinhdang1998/claude-template-agent --plugin vfm-agent-companyThis skill uses the workspace's default tool permissions.
**Expert**: Alex Kim (Google SRE, 11 years)
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Checks Next.js compilation errors using a running Turbopack dev server after code edits. Fixes actionable issues before reporting complete. Replaces `next build`.
Expert: Alex Kim (Google SRE, 11 years) Level: 10/10 - Google created Kubernetes (K8s)
Kubernetes at Google scale - running billions of containers across thousands of clusters. Google invented K8s based on their internal Borg system. Production K8s knowledge from the source.
Workloads:
Networking:
Configuration:
Advanced:
High Availability:
Zero Downtime:
Security:
See references/deployments.md for production examples.
Google runs:
Declarative deployments from Git:
# Application definition
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: api-server
spec:
source:
repoURL: https://github.com/org/k8s-manifests
targetRevision: HEAD
path: apps/api-server
destination:
server: https://kubernetes.default.svc
namespace: production
syncPolicy:
automated:
prune: true
selfHeal: true
Last Updated: 2026-02-03 Expert: Alex Kim (Google SRE, 11 years) - Runs billion-container systems