Kubernetes commands

· January 25, 2022

We are going to show several interesting commands when working with Kubernetes:

  • kubectl config view
  • kubectl config get-contexts
  • kubectl config delete-context context_name_from_previous command
  • kubectl config set-cluster NAME [–server=server] [–certificate-authority=path/to/certficate/authority] [–insecure-skip-tls-verify=true]
  • kubectl -n name_space_name get pods

More info about kubernetes

Twitter, Facebook