Azure / Bridge-To-Kubernetes

Bridge To Kubernetes (B2K) is development tool to debug microservices, pods which redirects traffic to your local development machine and vice versa.
https://learn.microsoft.com/en-us/visualstudio/bridge/overview-bridge-to-kubernetes
Other
204 stars 57 forks source link

Can I debug muti-services with ruoting isolation? #626

Closed wu-yafeng closed 5 months ago

wu-yafeng commented 5 months ago

I have 2 services:

Can I debug 2 services with ruoting isolation at same time? I was trying to specific sub-domain but no place to specific.

Current:

user-abc.domain.com ---> .NET WebApi user-efg.domain.com ---> NodeJS Service

Expect:

specific sub-domain user-abc.domain.com route to local service

user-abc.domain.com ---> local .NET WebApi port 8080 user-abc.domain.com ---> local NodeJS port 8081

wu-yafeng commented 5 months ago

I found the config isolateAs in .vscode/tasks.json for visual studio code and <RoutingHeader></RoutingHeader> in WebApi.csproj.user for visual studio