-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
area-orchestratorAffects DCP usage in Microsoft AspireAffects DCP usage in Microsoft AspireenhancementNew feature or requestNew feature or request
Milestone
Description
In the current implementation, a Container that needs to be persistent cannot depend on the container tunnel to reach endpoints on the host network. The reason is that the tunnel itself is not persistent.
The tunnel consists of 2 proxies actually:
- The container proxy that handles connection requests coming from other containers on the same container network
- The server proxy that proxies traffic from container proxy to desired host services (back-ends) that serve it.
The server proxy is a regular process (dcp tunnel-server). To enable tunnel persistence, we need support for persistent Executables, and then make the tunnel persistent (on demand) too.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area-orchestratorAffects DCP usage in Microsoft AspireAffects DCP usage in Microsoft AspireenhancementNew feature or requestNew feature or request