Skip to content

Instantly share code, notes, and snippets.

View augustgerro's full-sized avatar
🍀

Alexey B augustgerro

🍀
View GitHub Profile

MicroService Proxy Gateway Solutions

Kong, Traefik, Caddy, Linkerd, Fabio, Vulcand, and Netflix Zuul seem to be the most common in microservice proxy/gateway solutions. Kubernetes Ingress is often a simple Ngnix, which is difficult to separate the popularity from other things.

Github Star Trend:

Github Star History for Kong vs traefik vs fabio vs caddy vs Zuul

This is just a picture of this link from Feb 24, 2018

@augustgerro
augustgerro / nginx.conf
Last active August 29, 2015 14:19 — forked from plentz/nginx.conf
# to generate your dhparam.pem file, run in the terminal
openssl dhparam -out /etc/nginx/ssl/dhparam.pem 2048