Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.67 KB

File metadata and controls

46 lines (31 loc) · 1.67 KB

IT-Stack TRAEFIK — Module 18

Traefik is the central reverse proxy, routing all HTTPS traffic to services via subdomain, handling TLS termination and certificate management.

Category: infrastructure · Phase: 1 · Server: lab-proxy1
Ports: 80 (HTTP), 443 (HTTPS), 8080 (Dashboard)


Quick Start — Lab 01 (Standalone)

# Clone and run standalone lab
git clone https://github.com/it-stack-dev/it-stack-traefik.git
cd it-stack-traefik
make test-lab-01

Lab Progression

Lab Name Duration Purpose
01-standalone Standalone 30–60 min Basic functionality in isolation
02-external External Dependencies 45–90 min Network integration, external services
03-advanced Advanced Features 60–120 min Production features, performance
04-sso SSO Integration 90–120 min Keycloak OIDC/SAML authentication
05-integration Advanced Integration 90–150 min Multi-module ecosystem integration
06-production Production Deployment 120–180 min HA cluster, monitoring, DR

Documentation

Module Manifest

See $repo.yml for full module metadata.

Contributing

See CONTRIBUTING.md and the organization guide.

License

Apache 2.0 — see LICENSE.