Difference between revisions of "Kubectl"
From John Freier
Line 2: | Line 2: | ||
'''Check the context''' | '''Check the context''' | ||
+ | |||
This checks who kubectl is connected to. | This checks who kubectl is connected to. | ||
kubectl config current-context | kubectl config current-context | ||
'''Pull Local Images''' | '''Pull Local Images''' | ||
+ | |||
Pull images from localhost podman | Pull images from localhost podman | ||
eval $(minikube podman-env) | eval $(minikube podman-env) |
Revision as of 08:37, 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
Pull Local Images
Pull images from localhost podman
eval $(minikube podman-env)