Kubeswitch – Managing Kubeconfig Files
Managing a handful of Kubeconfig files and contexts is straightforward and well-supported by existing tools. You can use kubectl config view --flatten, define aliases, or use kubectx. Meanwhile, Kubernetes adoption…