Hacker News new | ask | show | jobs
by llarsson 2248 days ago
This is the first I hear about this project. Is anyone using it and able to say something about how it works for them and, in particular, if it works well for bare metal clusters?

I don't see myself using something like this on a public cloud when I could just use an Ingress Controller offered by the cloud provider unless there are very good reasons for it. Which there might be! Which is what I ask for. :)

1 comments

Digitalocean for example doesn’t offer a ingress controller for their clusters so I’m currently using the nginx one. Wonder how this compares
It spins up a separate HAProxy service for every Ingress resource, which means a separate DO Load Balancer for each.

This simplifies the implementation, but it also means every Ingress object you create costs $10/mo.

I’ll stick with nginx-ingress for now, personally.