I want to learn manually traefik because I find that fun and I don't have that much expertise in docker. Is there a guide for it? Is it recommended?
Why do you tag your post with docker
?
No problem to use Traefik without Docker, use a static config file (entrypoints
, providers
, certresolvers
) and a dynamic config file (routers
, middlewares
, services
). (Doc)
Everyone is going containers nowadays, professionals it seems all use Kubernetes. With containers you can use automatic configuration discovery and don’t need to manually create routers
and services
.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.