在为基于 Node.js 的微服务设置 Zuul API 网关时遇到问题

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

我想设置 Zuul API 网关。我已按照 documentation 中给出的步骤进行操作。我是 CentOs 7 上的 运行 zuul。以下服务是 运行:

我使用的是nodepool静态配置,不是openstack配置。由于我是 Zuul 或任何 API 网关的新手,我无法弄清楚我需要哪些额外的服务才能获得 zuul 运行 并将请求从 zuul 路由到微服务。欢迎提出任何建议!

P.S:我已经安装了负载均衡器。我还需要使用 Eureka 服务吗?

由于不熟悉CI/CD管道,所以把zuul-ci和zuulAPI网关搞混了。为了将来参考,我遵循的文档是 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,可以方便地获取更多信息。