Difference between revisions of "Kubectl"
From John Freier
Line 5: | Line 5: | ||
This checks who kubectl is connected to. | This checks who kubectl is connected to. | ||
kubectl config current-context | kubectl config current-context | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 10:25, 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