Comment on Questions regarind k8s ingress
Hercules@lemmy.world 11 months agoAnd does this work for ingress? I searched a little bit around but as far as i understand metallb is for k8s services?
Comment on Questions regarind k8s ingress
Hercules@lemmy.world 11 months agoAnd does this work for ingress? I searched a little bit around but as far as i understand metallb is for k8s services?
boblin@sh.itjust.works 11 months ago
Ingress 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!