Difference between revisions of "Accessing a Kubernetes cluster"

From MyWiki
Jump to: navigation, search
Line 1: Line 1:
 
We access a Kubernetes cluster by three methods:
 
We access a Kubernetes cluster by three methods:
* kubectl
+
* kubectl, the CLI tool
 
* 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:53, 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