5aaf1f97cf
Traefik (pronounced like traffic) is a modern HTTP reverse proxy and load balancer made to deploy microservices with ease. It supports several backends (Docker, Swarm mode, Kubernetes, Marathon, Consul, Etcd, Rancher, Amazon ECS, and a lot more) to manage its configuration automatically and dynamically. WWW: https://traefik.io/ PR: 244913 Submitted by: Christopher Beppler <freebsd@funzi.org>
21 lines
714 B
Text
21 lines
714 B
Text
[
|
|
{ type: install
|
|
message: <<EOM
|
|
Note that traefik starts as unprivileged user. Thus, it cannot
|
|
bind to privileged ports (by default, ports below 1024) and
|
|
will exit when configured to do so.
|
|
|
|
If traefik should serve ports in the privileged range, there
|
|
are options to achieve this:
|
|
- Have traffic bind to an unprivileged port and use the
|
|
packet filter configuration to redirect requests to the
|
|
desired privileged port to the unprivileged port in
|
|
traefik's configuration file e.g. the rdr rules in pf(4).
|
|
- The mac_portacl kernel module allows unprivileged processes
|
|
to bind to privileged ports.
|
|
|
|
Note: If you are upgrading from traefik 1.x keep in mind that
|
|
the configuration is not compatible.
|
|
EOM
|
|
}
|
|
]
|