This Kubernetes cheatsheet provides quick commands for various operations like viewing versions, getting nodes, creating pods, managing deployments, configuring services, working with ConfigMaps & Secrets, handling namespaces, YAML manifest commands, and monitoring resources.
It includes basics such as viewing Kubernetes and cluster versions, kubeconfig details, listing cluster nodes, resources in the current namespace, pods in all namespaces, and services.
Additionally, it covers pod operations like creating, listing, describing, viewing logs, executing commands, and deleting pods.
The cheatsheet also includes deployment management commands like creating deployments, scaling, editing configurations, checking rollout status, rolling back deployments, and deleting deployments.