Difference between revisions of "Accessing a Kubernetes cluster"
From MyWiki
Line 3: | Line 3: | ||
* Kubernetes Dashboard | * Kubernetes Dashboard | ||
* curl with the right credentials to access the cluster via APIs | * curl with the right credentials to access the cluster via APIs | ||
+ | |||
+ | $ minikube dashboard |
Revision as of 22:04, 21 September 2019
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
$ minikube dashboard