summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouie S <louie@example.com>2024-01-04 15:23:21 -0500
committerLouie S <louie@example.com>2024-01-04 15:23:21 -0500
commitf1f8431e89e31caaea2b5fd08397601fd452ce82 (patch)
tree850db7e23250376852b58e428266d9a5b1b7ed39
parent191623baab38674711c86eb5259a343977b40f32 (diff)
Watched through ch. 11
-rw-r--r--kubernetes_cheat_sheet.md7
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.
| | |