davidfowl / Micronetes

Micronetes is a local orchestrator inspired by kubernetes that makes developing and testing microservices and distributed applications easier.
MIT License
773 stars 46 forks source link

Support for ingress #51

Closed davidfowl closed 4 years ago

davidfowl commented 4 years ago

Today Micronetes supports L4 load balancing by proxying TCP traffic over through a custom proxy. We need to support scenarios where that load balancing is L7 and supports session affinity (for things like SignalR and Blazor Server which uses SignalR).

davidfowl commented 4 years ago

All progress will be moving to https://github.com/dotnet/tye