Hacker News new | ask | show | jobs
by snuxoll 2248 days ago
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.