Traefik Cloud-Native Application Proxy and Reverse Proxy
Traefik is a modern cloud-native reverse proxy and load balancer that automatically discovers services and configures routing. It integrates natively with Docker, Kubernetes, and Let's Encrypt for automatic HTTPS.
What it does
Traefik Cloud-Native Application Proxy and Reverse Proxy
Traefik is a modern cloud-native reverse proxy and load balancer that automatically discovers services and configures routing. It integrates natively with Docker, Kubernetes, and Let's Encrypt for automatic HTTPS.
Installation
Use the upstream install or setup path that matches your environment:
- docker run -d -p 8080:8080 -p 80:80 -v $PWD/traefik.toml:/etc/traefik/traefik.toml traefik
- git clone https://github.com/traefik/traefik
Requirements and caveats from upstream:
- Traefik integrates with your existing infrastructure components (Docker, Swarm mode, Kubernetes, [Consul](https://www.consul...
- Traditional reverse-proxies require that you configure each route that will connect paths and subdomains to each microservice.
- Packaged as a single binary file (made with :heart: with go) and available as an official docker image
Basic usage or getting-started notes:
-
Run Traefik and let it do the work for you!
-
Web UI
-
You can access the simple HTML frontend of Traefik.
-
Extracted from upstream docs: https://raw.githubusercontent.com/traefik/traefik/HEAD/README.md
Source
Capabilities
Install
Quality
deterministic score 0.45 from registry signals: · indexed on github topic:agent-skills · 8 github stars · SKILL.md body (1,452 chars)