Traefik Fundamentals
Traefik is an application proxy that receives network requests and forwards them to the right application. It discovers applications from infrastructure such as Docker or Kubernetes, so routes can change as deployments change.
itWeb servers, proxies, and traffic management | OpenSkills.info
Intro
Traefik Fundamentals
Traefik is a proxy for application traffic. It listens at the edge of a system, decides which configured route matches a request, applies any requested middleware, and forwards the request to a backend service.
The useful mental model is a routing control plane attached to your running infrastructure. A traditional proxy often starts with a configuration file that names every backend. Traefik can also learn that information from a provider such as Docker, Kubernetes, a key-value store, or a file. When the provider reports a change, Traefik updates its dynamic routes.
The request path
For HTTP traffic, trace each request through five roles:
Continue the course
This section is part of the paid course.
See pricing to subscribe, or log in if you already have access.
Where this skill leads
Relevant careers
See how this topic contributes to broader role-level skill maps.
