Kubernetes Skills
Deploy, scale, and manage containerized applications. Master kubectl commands for pods, services, and cluster operations.
8 skills
Kubernetes Health Probes Configuration
Configure liveness, readiness, and startup probes to ensure Kubernetes automatically detects and recovers from application failures, manages traffic routing, and handles slow-starting containers.
K8S Manifest Generator
Create production-ready Kubernetes manifests for Deployments, Services, ConfigMaps, and Secrets following best practices and security standards.
K8S Security Policies
Implement Kubernetes security policies including NetworkPolicy, PodSecurityPolicy, and RBAC for production-grade security.
Kubernetes Architect
Expert Kubernetes architect specializing in cloud-native infrastructure, advanced GitOps workflows (ArgoCD/Flux), and enterprise container orchestration.
Kubernetes Deployment
Kubernetes deployment workflow for container orchestration, Helm charts, service mesh, and production-ready K8s configurations.
Kubernetes Network Policies
Implement Kubernetes NetworkPolicies to control pod-to-pod traffic, isolate namespaces, restrict egress to external services, and create zero-trust network segmentation.
Kubernetes Pod Security Standards
Implement Pod Security Standards (PSS) to enforce security baselines across namespaces — restrict privileged containers, host access, capabilities, and volume types.
Kubernetes Resource Requests & Limits
Configure CPU and memory requests and limits for Kubernetes workloads — prevent OOMKilled errors, avoid CPU throttling, optimize cluster utilization, and set up resource quotas.