Login
From:
jacobtomlinson.dev
(Uncensored)
subscribe
Using multiple config files with kubectl and other Kubernetes tools - Jacob Tomlinson
https://jacobtomlinson.dev/posts/2025/using-multiple-config-files-with-kubectl-and-other-kubernetes-tools/
links
backlinks
Roast topics
Find topics
Find it!
If you want to point tools like kubectl to a config file other than ~/.kube/config you can set the environment variable KUBECONFIG. But did you know that KUBECONFIG behaves sort of like a path, and kubectl will load all the config files it finds?