From the course: Certified Kubernetes Administrator (CKA) Cert Prep (2024)

Unlock this course with a free trial

Join today to access over 24,900 courses taught by industry experts.

Configuring a high availability cluster

Configuring a high availability cluster

- All right, to start this practice exam, assignment number one is to configure a high availability cluster. So configure an HA cluster with three control play nodes and two worker nodes. Ensure that each control play node can be used as a client as well, and use the scripts provided in the course Git repository to install the CRI, the kubetools and the load balancer. Let me show you the solution. So to make it a little bit easier, I've already done the preliminary setup. That means that on the cluster node you will find the CRI already installed and also the kubetools. And we even have a load balancer. So the load balancer is IP address 29.100, and that is what we are going to use. I wanted to focus on tasks that are real on the exam. On the exam you are not going to learn my scripts anyway. If this is something you will need to do on the exam, they will make sure that this is the starting position. So what are we going to do? Well, we are going to the documentation. And in the…

Contents