Category: Kubernetes, yaml

We are back to our Kubernetes Journey — Up and running out of the cloud. In the last two articles, we have gone through the process of configuring our Gateway and Busybox components (link), as well as the HA Proxy Cluster (link).

For this, we’ll see how to make use of kubeadm bootstrap to set up and join 3 master instances as members of our cluster. At the end of the article, we’ll also see how to check the status of our cluster.

This is because, up to this point, we do not have a network component configured in our K8S cluster.

Related Articles