From the course: Kubernetes: Provisioning for Infrastructure as Code

Unlock this course with a free trial

Join today to access over 25,500 courses taught by industry experts.

Create the Cluster API management cluster

Create the Cluster API management cluster

- [Instructor] Okay, let's begin our Cluster API journey by creating the management cluster. Before we begin, let's make sure that you have the right exercise files for this section. First, you should be in a folder that is named, management_before. If you aren't, go ahead and cd into this directory, before we continue. Next, run ls to see the files in this directory. You should see two files in here. One called kind-cluster, and another called capi-quickstart. Kind-cluster is the cluster configuration that we'll be using for our kind clusters. If you have these files, we're ready to begin. First, we need to make a small tweak to the underlying virtual machine that runs our containers, to prevent a bug that happens when we use CAPD. If you're interested in learning more about why this bug happens, check out the link on your screen to learn more. We can actually use a Docker container to do this, which is pretty neat.…

Contents