Baremetal Kubernetes Cluster - Ingress Controller
This is part of a series on creating a Kubernetes cluster. In the previous post, we learned some Kubernetes networking concepts and added a Load Balancer to the cluster. In this post, we’ll dive deeper into networking by creating an Ingress Controller. Before we start creating things, let’s take a moment to think about our networking situation and limitations in a homelab. Since our cluster will be running in a homelab, we likely only have a single public IP address available....