Comment on Questions regarind k8s ingress
boblin@sh.itjust.works 2 weeks agoIngress controllers usually use the standard k8s services. In fact metal-lb allows workloads (like the nginx ingress controller) in the cluster to use services of type LoadBalancer, which is the default configuration. This results in an actual IP being made available to your ingress controller.
Hercules@lemmy.world 2 weeks ago
Oh alright, thanks for explaining!