DestinyItemManager / dim-api

Destiny Item Manager API Service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Investigate removing Ingress Controller

bhollis opened this issue · comments

Today we have a load balancer which forwards to an Nginx Ingress Controller which forwards to our application pods. It seems like we could instead have the Load Balancer directly forward to the pods? We lose the customizability of having nginx in there, but I'm not sure what else we'd lose.