Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
815 views
in Technique[技术] by (71.8m points)

centos7 - Facing issues while setting up Zuul API gateway for a Node.js based microservice

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?

question from:https://stackoverflow.com/questions/65843886/facing-issues-while-setting-up-zuul-api-gateway-for-a-node-js-based-microservice

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

Since I am not familiar with CI/CD pipelines, I confused zuul-ci for zuul API Gateway. For future reference, the documentation that I followed is this. If anyone is trying to implement zuul API gateway for microservices, the documentation to be followed is this. Several other useful links are mentioned in the GitHub repo which could be handy for further information.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...