Difference between revisions of "Kubectl"
From John Freier
(Created page with "Kubectl is an application that interacts with Kubernetes clusters.") |
|||
| Line 1: | Line 1: | ||
Kubectl is an application that interacts with Kubernetes clusters. | Kubectl is an application that interacts with Kubernetes clusters. | ||
| + | |||
| + | '''Check the context''' | ||
| + | This checks who kubectl is connected to. | ||
| + | kubectl config current-context | ||
Revision as of 08:35, 11 April 2022
Kubectl is an application that interacts with Kubernetes clusters.
Check the context This checks who kubectl is connected to.
kubectl config current-context