kubectl: Core Commands & Resource Management kubectl is the Kubernetes command-line tool. It communicates with the cluster API server to manage workloads, inspect resources, and apply configuration. All kubectl commands …
Readkubectl: Namespaces, Contexts & Configuration Namespaces Namespaces partition cluster resources between multiple users or teams. Most resources are namespace-scoped; a few (nodes, PVs, namespaces themselves) are cluster-…
Readkubectl: Debugging, Scaling & Advanced Operations Logs & Exec # Pod logs kubectl logs my-pod kubectl logs my-pod -c container-name # specific container in multi-container pod kubectl logs my-pod --previous # logs from pr…
ReadSave this stack to your personal DevRecall — add your own notes, track what you're learning, and share what you know with the community.
Get started — free forever