Accessing a Kubernetes cluster
From MyWiki
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