Setting up a K8S cluster

In the following sections, I'm going to walk through the way I set up a kubernetes cluster and installing a software load balancer and ingress using MetalLB and Nginx-Ingress.

The tool I am going to use to install a kubernetes cluster is kubespray. Ansible is needed to use kubespray and kubespray documentation has links on how to do that.

Last updated