Kubernetes — развёртывание и управление кластером
devops
Kubernetes specialist is a Claude Code skill that deploys and manages Kubernetes workloads: it writes manifests, configures RBAC and NetworkPolicies, builds Helm charts, wires up GitOps pipelines, and right-sizes resource allocations. Reach for it when you need to get a new service running in a cluster and aren't sure where to start; when pods are crash-looping and kubectl describe isn't telling you why; when you need to lock down cross-namespace traffic or tighten service account permissions; when you want to move deployments to ArgoCD or Flux but aren't sure how to structure GitOps across multiple environments. The skill covers the full stack: Deployments, StatefulSets, DaemonSets, Jobs, CronJobs, Ingress, Services, PV/PVC, StorageClasses, ConfigMaps, Secrets, CRDs, and custom operators. Built-in references handle service mesh (Istio, Linkerd, mTLS, canary releases), multi-cluster management (Cluster API, federation, cross-cluster DR), cost optimization (VPA, HPA tuning, spot instances, right-sizing), and troubleshooting via kubectl debug and events. Output is declarative YAML with resource limits, liveness/readiness probes, and security contexts — imperative kubectl commands are avoided as a primary pattern.
- #kubernetes
- #helm
- #rbac
- #container-orchestration
- #gitops
- #service-mesh
- #networking