## Core Kubernetes Operations - [ ] Connect to a Kubernetes cluster - [ ] List and manage pods, services, deployments, and nodes - [ ] Create, delete, and describe pods and other resources - [ ] Get pod logs and Kubernetes events - [ ] kubectl explain and api-resources support - [ ] Choose namespace for next commands (memory persistence) - [ ] Port forward to pods - [ ] Scale deployments and statefulsets - [ ] Execute commands in containers - [ ] Manage ConfigMaps and Secrets - [ ] Rollback deployments to previous versions - [ ] Ingress and NetworkPolicy management - [ ] Context switching between clusters
Core Kubernetes Operations