jgroup_bind_addr 在 Docker 容器中
jgroup_bind_addr in Docker container
我正在将一个应用程序从服务器移动到 Azure infra 中的 docker。如何为不断变化的 pod ip 映射 jgroup_bind_addr?
<TCP bind_port="${jgroups.bind_port}"
bind_addr="${jgroups.bind_addr}"
>
默认情况下,Infinispan 图像绑定到 SITE_LOCAL
,这意味着“选择站点本地 IP 地址,例如从 192.168.0.0 或 10.0.0.0 地址范围”
在 JGroups Configuration 中,您可以检查 bind_addr
可用的其他可能值。在 table.
之后寻找 The following special values are also recognized for bind_addr
我正在将一个应用程序从服务器移动到 Azure infra 中的 docker。如何为不断变化的 pod ip 映射 jgroup_bind_addr?
<TCP bind_port="${jgroups.bind_port}"
bind_addr="${jgroups.bind_addr}"
>
默认情况下,Infinispan 图像绑定到 SITE_LOCAL
,这意味着“选择站点本地 IP 地址,例如从 192.168.0.0 或 10.0.0.0 地址范围”
在 JGroups Configuration 中,您可以检查 bind_addr
可用的其他可能值。在 table.
The following special values are also recognized for bind_addr