dotnet / tye

Tye is a tool that makes developing, testing, and deploying microservices and distributed applications easier. Project Tye includes a local orchestrator to make developing microservices easier and the ability to deploy microservices to Kubernetes with minimal configuration.
MIT License
5.28k stars 520 forks source link

Implement session affinity for ingress #257

Open davidfowl opened 4 years ago

davidfowl commented 4 years ago

We need one more type of load balancing besides round robin, session affinity. It's important for things like SignalR and Blazor Server (which uses SignalR).

Nordes commented 3 years ago

Yes, this is an enabler for sticky session. It would be a nice a to have.