Kubernetes Objects by Patrik

Kubectl

  • kubectl or kube ctl
  • is a command-line interface for running commands against Kubernetes cluster
  • kubectl <operation> <object> <resource name> <optional flags>
  • kubectl get nodes
  • kubectl help

Comments