Accessing a Kubernetes cluster

From MyWiki
Revision as of 22:07, 21 September 2019 by George2 (Talk | contribs)

Jump to: navigation, search

We access a Kubernetes cluster by three methods:

  • kubectl, the CLI tool
  • Kubernetes Dashboard
  • curl with the right credentials to access the cluster via APIs

$ kubectl config view
$ kubectl cluster-info
$ kubectl cluster-info dump


$ minikube dashboard
$ kubectl proxy