Day 8 of my Kubernetes journey covers two things that are really one thing, how you talk to a cluster:
Your ~/.kube/config isn't a config file. It's a credential. Treat it like an SSH private key. 馃攽 Kubeconfig = clusters (where) + users (who) + contexts (which user on which cluster). current-context





