Traefik Proxy Boilerplate

traefik-proxy-boilerplate No more messing around with nginx, apache config or certbot etc. This repository contains code to help quickly set up traefik as reverse proxy using docker compose or kubernetes cluster to host a website with SSL certificates using letsencrypt that auto renew. Hit letsencrypt api limits no problem this works with zerossl. Traefik + Docker compose Directory structure The project is divided into 2 main sections, first section contains code for docker compose config the second section contains code for kubernetes config yaml files. ...

January 12, 2022 · 3 min · Akshay Shipurkar

Traefik as reverse proxy

Traefik is a modern HTTP reverse proxy and load balancer that makes deploying microservices easy. It integrates with Docker and Kubernetes to auto-discover services and configure routing automatically — no more manual nginx or Apache config files. Check out the full setup guide in the Traefik Proxy Boilerplate post for step-by-step instructions on getting Traefik running with Docker Compose or a Kubernetes cluster.

January 11, 2022 · 1 min · Akshay Shipurkar