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 - Kubernetes Tutorial
From the course: Kubernetes: Provisioning for Infrastructure as Code
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.…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
-
-
-
-
-
-
-
(Locked)
What is Cluster API?3m 26s
-
(Locked)
Download Cluster API tooling2m 6s
-
(Locked)
Create the Cluster API management cluster4m 17s
-
(Locked)
Initialize the Docker provider1m 36s
-
(Locked)
Join a workload cluster into the management cluster4m 55s
-
(Locked)
Configure networking4m 57s
-
(Locked)
Smoke test the cluster2m 3s
-
(Locked)
Clean up1m 17s
-
(Locked)
-