Kubernetes Recipes
View CommandsDeploy, scale, and manage containerized applications. Master kubectl commands for pods, services, and cluster operations.
10 recipes
Cluster Health Checks
Run comprehensive health checks on your Kubernetes cluster to verify node status, component health, and system pod readiness.
Log Aggregation and Streaming
Stream and aggregate logs from pods, deployments, and multiple containers using kubectl and label selectors.
Namespace Management
Create, organize, and manage Kubernetes namespaces with resource quotas and limit ranges for multi-tenant clusters.
Network Policy Debugging
Debug and verify Kubernetes network policies to ensure traffic is correctly allowed or blocked between pods and services.
Pod Debug with Ephemeral Containers
Debug running pods using ephemeral debug containers, especially useful for distroless images that lack debugging tools.
Pod Status Analyzer
Quickly diagnose common pod failure states including CrashLoopBackOff, ImagePullBackOff, Pending, and OOMKilled.
RBAC Auditing Workflow
Audit Role-Based Access Control (RBAC) permissions to identify overly permissive roles and verify least-privilege access.
Resource Optimization Audit
Audit resource requests and limits across your cluster to find over-provisioned or under-provisioned workloads.
Rollout Management
Manage deployment rollouts including monitoring progress, pausing, resuming, and rolling back to previous versions.
Secret Rotation Automation
Manage and rotate Kubernetes secrets safely, including creating, updating, and verifying secret propagation to pods.