kubernetes-skill
SolidPrevent Kubernetes hallucinations by diagnosing and fixing failure modes: insecure workload defaults, resource starvation, network exposure, privilege sprawl, fragile rollouts, and API drift. Use when generating, reviewing, refactoring, or migrating manifests, Helm charts, Kustomize overlays, cluster policies, and platform-specific Kubernetes work for EKS, GKE, AKS, OpenShift, GitOps controllers, or observability stacks.
Install
Quality Score: 88/100
Skill Content
Details
- Author
- LukasNiessen
- Repository
- LukasNiessen/kubernetes-skill
- Created
- 3 months ago
- Last Updated
- 1 weeks ago
- Language
- N/A
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
kubernetes-skills
Kubernetes orchestration patterns, deployments, and best practices
kubernetes-operations
Debugs Kubernetes pods and controllers — FailedCreate, ImagePullBackOff, init-container failures, probe flapping, missing service endpoints, GKE NEG readiness. Use when a pod is not Running, a Deployment/StatefulSet shows FailedCreate, image pulls fail, or services lack endpoints.
kubernetes-troubleshooting
Systematic triage of failing Kubernetes workloads using kubectl. Use when a pod is Pending, CrashLoopBackOff, ImagePullBackOff, OOMKilled, Error, or stuck Terminating; when a PersistentVolumeClaim will not bind; when a Service returns no endpoints or connections are refused; when an app is reachable inside the cluster but not from outside via Ingress or the Gateway API; when a Deployment's replicas never appear because a ResourceQuota, LimitRange, Pod Security, or admission webhook rejected them; when DNS resolution fails inside the cluster; or when a node is NotReady or reporting disk, memory, or PID pressure. Use when a Secret or config is missing or a live change keeps reverting (operator-synced secrets, GitOps reconciliation). Use when someone asks why a workload is not running, not reachable, or not scheduling. Use it too for proactive health checks — when someone asks "is the cluster OK?" or whether something is healthy even though nothing is obviously failing, since a green-looking cluster can still hi