Running GVisor with Traefik

We will switch from 1:1 app and container to m:1 m:1 apps and container using GVisor with machine virtualization.

Is it possible to run GVisor container with multiple port apps with Traefik?

Thanks!

Hi,

Given that docker can be configured to use gvisor (https://gvisor.dev/docs/user_guide/docker/), I would say that if your desired setup can be made to work with docker, it should work as well with gvisor, no?

And regarding your m:1 setup, It should be possible to run several apps per container, each having their own ports. You probably have to at least create the corresponding labels (at least one service, one router, one port for each app) for each app on the concerned container. See https://docs.traefik.io/v2.0/reference/dynamic-configuration/docker/ for all the available labels.

hth,
Mathieu