Comment on Questions regarind k8s ingress
boblin@sh.itjust.works 11 months 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 11 months ago
Oh alright, thanks for explaining!