This is a solid reference for working with Kubernetes in production. It covers the fundamentals you actually need: Pods with init containers and security contexts, Deployments with different rollout strategies, networking through Services and Ingress, storage persistence, RBAC for security, and autoscaling with HPA. The examples are practical and include resource limits, health probes, and multi-container patterns. If you're moving past basic Docker containers and need to orchestrate workloads at scale, this walks through the core primitives without getting lost in theory. The troubleshooting section alone will save you hours of kubectl debugging.
npx skills add https://github.com/manutej/luxor-claude-marketplace --skill kubernetes-orchestration