BCRDC / BCCS-CMPP

cluster solution for cmpp protocol in Azure kubernetes
0 stars 0 forks source link

Cluster solution for Service fabric #1

Open JHinW opened 3 years ago

JHinW commented 3 years ago

Cause: service fabric does not support L5 loadbalancer : https://docs.microsoft.com/en-us/answers/questions/43093/is-it-possible-to-create-a-azure-service-fabric-ex.html

Evidence from auzre docs: https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-reverseproxy

JHinW commented 3 years ago

seems aks + traefik + Consul will be a good choice! deprecate above soultion,

aks+ akka + cmpp server

image

JHinW commented 3 years ago

a sample which indicates how to build tcp router: https://community.traefik.io/t/how-to-create-an-ingress-for-tcp-router/6130

JHinW commented 3 years ago

pathstrip: https://github.com/traefik/traefik/issues/133

JHinW commented 3 years ago

to understand more about Taskshcduler: https://docs.microsoft.com/en-us/dotnet/api/system.threading.tasks.taskscheduler?redirectedfrom=MSDN&view=net-5.0