Difference between revisions of "Accessing a Kubernetes cluster"
From MyWiki
(Created page with "We access a Kubernetes cluster by three methods * kubectl * Kubernetes Dashboard * curl with the right credentials to access the cluster via APIs") |
|||
Line 1: | Line 1: | ||
− | We access a Kubernetes cluster by three methods | + | We access a Kubernetes cluster by three methods: |
* kubectl | * kubectl | ||
* 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 |
Revision as of 21:52, 21 September 2019
We access a Kubernetes cluster by three methods:
- kubectl
- Kubernetes Dashboard
- curl with the right credentials to access the cluster via APIs