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
kkubernetes-k8s.hashnode.dev1 min read