There are multiple admins who accesses k8s clusters. What is the recommended way to share the config file?
I know,
kubectl config view --minify >
kubectl config view --minify
You can add the --flatten flag, which is described in the document to "flatten the resulting kubeconfig file into self contained output (useful for creating portable kubeconfig files)"