kubernetes common commands
kubectl common examples
View class commands
# Get node and service version information
kubectl get nodes
# Get node and service version information and view additional information
kubectl get nodes -o wide
# Get the pod information. The default namespace is default
kubectl get pod
# Get the pod information, default namespace by default, and ...
Added by busin3ss on Tue, 25 Jan 2022 03:02:00 +0200