Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Latest commit

 

History

History
12 lines (8 loc) · 827 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 827 Bytes

Upgrade from Traefik 1.7 to 2.x

This fall containous the company behind Traefik released version 2.0. This is a major release including cool stuff like reusable middlewares, a new fun web dashboard and advanced stuff for production deployments like canary deployments. This changes come with a trade off. The new version has lots of breaking changes because of that I had to update my deployment and understand the new paradigms introduced. In my blog post over at moritzvd.com I want to help share my findings and show a path to upgrade from 1.7 to 2.1.

You can read my guide at https://moritzvd.com/upgrade-traefik-2/

Generate acme.json

$ touch acme.json
$ chmod 600 acme.json