I want to set up Zuul API Gateway. I have followed the steps given in the documentation. I am running zuul on CentOs 7. Following services are running:
- Zookeeper
- Nodepool-launcher
- Zuul-scheduler
- Zuul-executor
- Zuul-web
I have used nodepool static configuration, not the openstack configuration. Since I am new to Zuul or any API gateway, I am not being able to figure out what additional services will I need to get zuul running and to route the requests from zuul to the microservice. Any suggestions are most welcome!
P.S: I already have load-balancer in place. Will I still need to use Eureka service?