简体   繁体   English

我可以将 LoadBalancer(具有公共 IP)连接到 API 管理吗?

[英]Can I connect a LoadBalancer(that has public IP) to API management?

我想使用负载均衡器将流量路由到 API mgm,我可以在任何 LB 解决方案中选择 API 管理吗?

Unfortunately this is not possible.不幸的是,这是不可能的。 load balancer cannot be used for API management.负载均衡器不能用于 API 管理。

Azure Load Balancer – It operates at layer 4 (Transport Layer) of the OSI Network Stack and supports TCP and UDP protocols. Azure 负载均衡器——它在 OSI 网络堆栈的第 4 层(传输层)运行,支持 TCP 和 UDP 协议。 However, it targets Virtual Machines and Scale Sets only.但是,它仅针对虚拟机和规模集。 It cannot be used for PaaS services like API Management.它不能用于 API 管理等 PaaS 服务。 Furthermore, it targets load balancing of regional traffic and is deployed within a single region, which means a single point of failure..此外,它针对区域流量的负载均衡,并部署在单个区域内,这意味着单点故障。

For more in detail you can refer this Document .有关更多详细信息,您可以参考此文档

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 从ARM模板获取API Management的公共IP地址 - Get public IP address of API Management from ARM template 我可以在Azure API管理策略IP筛选器中设置多少个IP? - How many IP's can I set in the Azure API Management Policy IP Filter? Public LoadBalancer 或 App Gateway 能否将流量重定向到 Private LoadBalancer - Can a Public LoadBalancer or App Gateway redirect traffic to Private LoadBalancer Azure 如何在 VNET 内部调用私有 IP 的内部 API 管理服务 - Azure How can I call internal API Management service by private IP inside VNET 我可以使用 Azure REST ZDB974238714CA8DE3CE38A 获取虚拟机规模集的公共 IP 吗? - Can I get the public IP of a Virtual Machine Scale Set using Azure REST API? 为什么不能使用java ..使用连接IP连接到运行带有公共IP的Windows Azure VM,但出现连接超时错误? - Why can`t I connect to Windows Azure VM running couchbase with public IP using java .. Getting Connection time out error? 使用Azure API管理制作公共API - Making a Public API using Azure API Management 如何仅将一个静态公共 IP 分配给 AKS-multiAZ Loadbalancer - How to assign only one static public IP to AKS-multiAZ Loadbalancer 我可以在没有公共 IP 的情况下为 azure VM 提供互联网访问权限吗? - Can I give internet access to a azure VM, without a public IP? 从Pod到由负载均衡器支持的公共ip的连接,该连接可追溯到k8s - Connection from a pod to a public ip backed by a LoadBalancer that go back to k8s
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM