cheatsheet-kubernetes
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| cheatsheet-kubernetes [2025/10/26 19:49] – [Namespaces] sjoerd | cheatsheet-kubernetes [2025/10/26 19:59] (current) – sjoerd | ||
|---|---|---|---|
| Line 70: | Line 70: | ||
| kubectl top nodes --sort-by=cpu --no-headers | sort -k3 -n | kubectl top nodes --sort-by=cpu --no-headers | sort -k3 -n | ||
| kubectl top nodes --sort-by=memory --no-headers | sort -k3 -n | kubectl top nodes --sort-by=memory --no-headers | sort -k3 -n | ||
| + | </ | ||
| + | \\ | ||
| + | > Connect to nodes in a private aks cluster | ||
| + | <code bash> | ||
| + | # Based on https:// | ||
| + | # Get all the nodes | ||
| + | kubectl get nodes -o wide | ||
| + | # Start the debug command to connect to the node using an image from a private container registry | ||
| + | kubectl debug node/ | ||
| </ | </ | ||
cheatsheet-kubernetes.1761508183.txt.gz · Last modified: by sjoerd
