kubernetes-cheat-sheet
kubernetes-cheat-sheet copied to clipboard
Quick reference guide for Kubernetes
kubernetes-cheat-sheet
Quick reference guide for Kubernetes
Click :star:if you like the project. Pull Requests are highly appreciated. Follow me @SudheerJonna for technical updates.
Table of Contents
| No. | Questions |
|---|---|
| 1 | What is Kubernetes? |
| 2 | Why Kubernetes? |
| 3 | Installation |
| Creating Resources | |
| 1 | Pods |
| 2 | Deployments |
| 3 | Services |
| 4 | Output YAML to a file |
| Viewing Resources | |
| 1 | Nodes |
| 2 | Pods |
| 3 | Namespaces |
| 4 | Deployments |
| 5 | Services |
| 6 | Events |
| 7 | Roles |
| 8 | Secrets |
| 9 | Storage |
| Updating Resources | |
| 1 | Nodes |
| 2 | Pods |
| 3 | Namespaces |
| 4 | Deployments |
| 5 | Services |
| Deleting Resources | |
| 1 | Nodes |
| 2 | Pods |
| 3 | Namespaces |
| 4 | Deployments |
| Scaling Resources | |
| 1 | Replicas |
| Interaction | |
| 1 | Nodes |
| 2 | Pods |
| 3 | Clusters |
| Context & Configuration |
What is Kubernetes?
Kubernetes (k8s or “kube”) is an open source container orchestration platform which automates many of the manual processes exists in deploying, managing, and scaling containerized applications.