diff options
-rw-r--r-- | kubernetes_cheat_sheet.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/kubernetes_cheat_sheet.md b/kubernetes_cheat_sheet.md index e6b00eb..7c1abf3 100644 --- a/kubernetes_cheat_sheet.md +++ b/kubernetes_cheat_sheet.md @@ -22,6 +22,13 @@ |`kubectl delete ns` |Delete a namespace | |`kubectl get pods --all-namespaces` |List all pods in all namespaces| +### Nodes + +| | | +|--------------------------------------|-----------------------------| +|`kubectl get nodes` |Get a list of all the installed nodes| +|`kubectl describe node [NAME]` |Get some info about a node | + ### Misc. | | | |