From f1f8431e89e31caaea2b5fd08397601fd452ce82 Mon Sep 17 00:00:00 2001 From: Louie S Date: Thu, 4 Jan 2024 15:23:21 -0500 Subject: Watched through ch. 11 --- kubernetes_cheat_sheet.md | 7 +++++++ 1 file changed, 7 insertions(+) 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. | | | -- cgit