Pods, Deployments, Services, ConfigMaps/Secrets, Ingress, PVC, Helm charts, kubectl, namespaces, probes, RBAC.
Scanned 9/12/2026
Install to Claude Code
npx -y skills add skeletorflet/opencode-supreme-setup --skill kubernetes --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Kubernetes?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/skeletorflet-kubernetes)More formats (shields.io, HTML) on the badges page.
---
name: kubernetes
description: Pods, Deployments, Services, ConfigMaps/Secrets, Ingress, PVC, Helm charts, kubectl, namespaces, probes, RBAC.
---
## kubernetes
Orchestrate containers with Kubernetes.
### Core workloads
- Pods: containers, init containers, sidecars
- Deployments: replicas, rolling updates, rollback
- StatefulSets: stable network identity, persistent storage
- DaemonSets: run on every node
### Networking
- Services: ClusterIP, NodePort, LoadBalancer
- Ingress: path-based and host-based routing
- NetworkPolicies: pod-level firewall rules
- DNS: internal service discovery
### Configuration
- ConfigMaps: env vars, mounted files
- Secrets: base64 encoded, encryption at rest
- Resource requests and limits
- Liveness, readiness, startup probes
### Security
- RBAC: Roles, ClusterRoles, bindings
- ServiceAccounts with automount
- PodSecurityContext and SecurityContext
- Namespace isolation and quotas
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Build reusable Terraform modules for AWS, Azure, and GCP infrastructure following infrastructure-as-code best practices. Use when creating infrastructure modules, standardizing cloud provisioning, or implementing reusable IaC components.