Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 485 Bytes

File metadata and controls

8 lines (7 loc) · 485 Bytes

kubectl cmds:-

  1. kubectl run kubectl run command is used to deploy an application on the cluster.
  2. kubectl culster-info used to view information about the cluster
  3. kubectl get pods list all the nodes part of the cluster
  4. kubectl get pods -o wide shows 2 extra fiels IP and node on which it is running
  5. kubectl describe pods shows detailed report of pods
  6. kubectl get componentstatus gives status of the components eg. scheduler, controll-manager,etcd