--- title: "Kubernetes Command Cheatsheet" description: "Your go-to guide for essential Kubernetes commands." image: "https://assets.bytebytego.com/diagrams/0248-kubernetes-command-cheatsheet.png" createdAt: "2024-03-06" draft: false categories: - devops-cicd tags: - Kubernetes - DevOps --- ![](https://assets.bytebytego.com/diagrams/0248-kubernetes-command-cheatsheet.png) Kubernetes is an open-source container orchestration platform. It automates the deployment, scaling, and management of containerized applications. Initially developed by Google, Kubernetes is now maintained by CNCF (Cloud Native Computing Foundation). This cheat sheet contains the most important Kubernetes commands for different purposes: * Kubernetes Setup * General Cluster Management * Kubernetes Deployments * Kubernetes Pod Inspection * Troubleshooting and Configuration * Miscellaneous commands related to services, config maps, and managing ingresses.