#kubectl
Tag
-
Using multiple config files with kubectl and other Kubernetes tools
If you want to point tools like
kubectl
to a config file other than~/.kube/config
you can set the environment variableKUBECONFIG
. But did you know thatKUBECONFIG
behaves sort of like a path, andkubectl
will load all the config files it finds?