Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

traefik vs nginx ingress controller

Tags:

nginx

traefik

Hi I am using kubernetes and now need to make a choice between traefik and nginx ingress controller for ingress expose. I have googled a lot, but seems no such big difference, especially nginx just announce support grpc now. Anyone can give a advice? Thanks very very much!

like image 335
yangyang Avatar asked Nov 08 '22 09:11

yangyang


1 Answers

Found this comment at stackshare by Howie Zhao The reasons for choosing Traefik over Nginx are as follows:

  • Traefik built-in Let’s Encrypt and supports automatic renewal
  • Traefik automatically enables HTTP/2
  • Prometheus can be supported through simple Traefik configuration
  • cookiecutter django integrates Traefik's configuration by default
like image 180
Pageboy Avatar answered Nov 22 '22 17:11

Pageboy