https://github.com/Netflix/zuul
Zuul is a gateway service that provides dynamic routing, monitoring, resiliency, security, and more.
https://github.com/Netflix/zuul
Last synced: about 1 month ago
JSON representation
Zuul is a gateway service that provides dynamic routing, monitoring, resiliency, security, and more.
- Host: GitHub
- URL: https://github.com/Netflix/zuul
- Owner: Netflix
- License: apache-2.0
- Created: 2013-03-13T18:53:57.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2024-12-09T22:34:11.000Z (4 months ago)
- Last Synced: 2024-12-10T09:14:12.658Z (4 months ago)
- Language: Java
- Homepage:
- Size: 5.15 MB
- Stars: 13,561
- Watchers: 901
- Forks: 2,394
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-java - Zuul - Gateway service that provides dynamic routing, monitoring, resiliency, security, and more. (Projects / Distributed Applications)
- awesome-repositories - Netflix/zuul - Zuul is a gateway service that provides dynamic routing, monitoring, resiliency, security, and more. (Java)
- awesome-list - zuul
- Firmware-Guide - Zuul - layer-gateway) that provides capabilities for dynamic routing, monitoring, resiliency, security, and more. (Security Tools)
- awesome-systools - Zuul
- starred-awesome - zuul - Zuul is a gateway service that provides dynamic routing, monitoring, resiliency, security, and more. (Java)
- awesome-msa - Zuul
- awesome-msa - Zuul
README
[](https://github.com/Netflix/zuul/actions/workflows/snapshot.yml)
# Zuul
Zuul is an L7 application gateway that provides capabilities for dynamic routing, monitoring, resiliency, security, and more.
Please view the wiki for usage, information, HOWTO, etc https://github.com/Netflix/zuul/wikiHere are some links to help you learn more about the Zuul Project. Feel free to PR to add any other info, presentations, etc.
---
Articles from Netflix:
Zuul 1: http://techblog.netflix.com/2013/06/announcing-zuul-edge-service-in-cloud.html
Zuul 2:
https://netflixtechblog.com/open-sourcing-zuul-2-82ea476cb2b3
https://netflixtechblog.com/zuul-2-the-netflix-journey-to-asynchronous-non-blocking-systems-45947377fb5c
https://netflixtechblog.com/the-show-must-go-on-securing-netflix-studios-at-scale-19b801c86479
---
Netflix presentations about Zuul:
Strange Loop 2017 - Zuul 2: https://youtu.be/2oXqbLhMS_A
AWS re:Invent 2018 - Scaling push messaging for millions of Netflix devices: https://youtu.be/IdR6N9B-S1E
---Slides from Netflix presentations about Zuul:
http://www.slideshare.net/MikeyCohen1/zuul-netflix-springone-platform
http://www.slideshare.net/MikeyCohen1/rethinking-cloud-proxies-54923218
https://github.com/strangeloop/StrangeLoop2017/blob/master/slides/ArthurGonigberg-ZuulsJourneyToNonBlocking.pdf
https://www.slideshare.net/SusheelAroskar/scaling-push-messaging-for-millions-of-netflix-devices
---
Projects Using Zuul:
https://cloud.spring.io/
https://jhipster.github.io/
---
Info and examples from various projects:
https://cloud.spring.io/spring-cloud-netflix/multi/multi__router_and_filter_zuul
http://www.baeldung.com/spring-rest-with-zuul-proxy
https://blog.heroku.com/using_netflix_zuul_to_proxy_your_microservices
http://blog.ippon.tech/jhipster-3-0-introducing-microservices/
---
Other blog posts about Zuul:
https://engineering.riotgames.com/news/riot-games-api-fulfilling-zuuls-destiny
https://engineering.riotgames.com/news/riot-games-api-deep-dive
http://instea.sk/2015/04/netflix-zuul-vs-nginx-performance/
---
# How to release Zuul
This project uses a GitHub Action workflow for publishing a new release.
The workflow is triggered by a Git tag.```
git checkout master
git tag vX.Y.Z
git push --tags
```