Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我对 kong api 网关和 Haproxy/F5 负载均衡器感到困惑。
kong api网关也会处理负载平衡吗?
我的情况是,如果我在 kong 上有 5 个微服务。与其他服务相比,第二个服务消耗更多的负载,kong 将管理负载与否。
如果不是意味着需要做什么?
目前,Kong不会处理负载均衡。更重要的是,您还必须自己对 Kong 进行负载平衡。
有计划在下一个版本中启用多个上游目标,但现在除了通过 Kong 运行它们之外,您还必须对微服务端点进行负载平衡。
Kong 能够保护您的微服务并做其他漂亮的事情,例如速率限制和对其应用 OAuth2.0,但负载平衡不是其中之一。