Control plane kubeconfigs

The first kubeconfigs that we will be generating are for our control plane components.

To maintain order, we will keep organizing our files into directories. All our kubeconfigs will go in the same directory, though, as shown in the following command:

johndoe@management-vm$ mkdir ~/kubeconfigs

johndoe@management-vm$ cd ~/kubeconfigs

With our directory created, let's begin generating kubeconfigs!