I have these services hosted in my Kubernetes cluster on AWS.
- An nginx server, on ports 80 and 443.
- A Minecraft server, at port 25565.
I've set both of them to type:LoadBalancer and hence both of them an elastic loadbalancer. But these loadbalancers are expensive and i was thinking of having a single LoadBalancer for both the services. Is that possible, if yes how?