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 "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/traefik.sh)"
CPU: 1 cores RAM: 512 MB Disk: 2 GB OS: Debian 13

Alpine install:

1
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/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

Source code
Loading...