There is a
kubeconfig
file behind every working kubectl
command.1 This file typically lives at
$HOME/.kube/config
. Having written kubectx, I’ve interacted with
kubeconfigs long enough to write some tips about how to deal with them.
Read More →