Post

Traefik

Traefik (pronounced traffic) is an open-source edge router and reverse proxy that simplifies managing microservices. It automatically discovers services, dynamically updates routing rules without downtime, provides load balancing, handles SSL termination, and supports various middleware for added functionality. Ideal for cloud-native environments, it integrates seamlessly with platforms like Docker and Kubernetes.

Traefik

Installation

Default install:

1
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/traefik.sh)"
CPU: 1 cores RAM: 512 MB Disk: 2 GB OS: Debian 13

Alpine install:

1
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/alpine-traefik.sh)"
CPU: 1 cores RAM: 512 MB Disk: 1 GB OS: Alpine 3.23

Configuration

Config file:

1
/etc/traefik/traefik.yaml

Web Interface

Port: 8080

This post is licensed under CC BY 4.0 by the author.