sst / ion

SST v3
https://sst.dev
MIT License
1.56k stars 200 forks source link

Share load balancer with services in a cluster #933

Open anthonyringoet opened 2 weeks ago

anthonyringoet commented 2 weeks ago

When you currently expose a service, it creates a load balancer just for that service.

It would be really nice to have a load balancer that can be shared among the services in your cluster, where you can map based on domain names, paths, whatever it supports. Like the shared ingress story in k8s land.

AWS Elastic Load Balancing also has a dedicated cost per 'instance' which has it's role in this story obviously.

anthonyringoet commented 2 weeks ago

As discussed on Discord.