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

movd/upgrade-to-traefik2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Repository that goes with my blog

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages