Kubernetes Cheat Sheet - Important kubectl commands
Kubernetes Cheat Sheet – Important kubectl commands
I am listing a set of useful commands that we usually use in Kubernetes. Cluster Command to get the list of nodes in the K8s cluster kubectl get nodes Command to get the memory and CPU utilization of the cluster nodes kubectl top nodes Command to check the Kubernetes client version and Server version kubectl version Command to get the details of a Kubernetes node kubectl describe node…
View On WordPress















