• kubectl create -f . - this will deploy all yaml files in one directory.
  • kubectl top node - shows all node CPU and Memory resources.
  • kubectl top pod - shows all pod CPU and Memory resources.

Updated: