Hacker News new | ask | show | jobs
by dvcrn 2248 days ago
Digitalocean for example doesn’t offer a ingress controller for their clusters so I’m currently using the nginx one. Wonder how this compares
1 comments

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.