Kubernetes

What is kubconfig? What do you use it for?

Difficulty: unrated

Source: bregman-arie/devops-exercises by Arie Bregman

Answer

A kubeconfig file is a file used to configure access to Kubernetes when used in conjunction with the kubectl commandline tool (or other clients). Use kubeconfig files to organize information about clusters, users, namespaces, and authentication mechanisms.