Hello all, I have couple of questions.
-
when using
traefik.http.router.myrouter1.rule=Host(
mydomain-whoami)
so what should be the value ofmyrouter1
. Is it a service name let's saywhoami
or it can be a random name? -
let's say I'm using a go application server running on port 5050 which offers
storeData
and 'getData' api's. I want to use traefik to forward the request from client directly to my go-application server. Is it possible or Would I have to create the docker image of my go-project?