You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AlibabaCloud-NLB enables game servers to be accessed from the Internet by using Layer 4 Network Load Balancer (NLB) of Alibaba Cloud. AlibabaCloud-NLB uses different ports of the same NLB instance to forward Internet traffic to different game servers. The NLB instance only forwards traffic, but does not implement load balancing.
This network plugin supports network isolation.
Network parameters
NlbIds
Meaning: the NLB instance ID. You can fill in multiple ids.
Value: in the format of nlbId-0,nlbId-1,... An example value can be "nlb-ji8l844c0qzii1x6mc,nlb-26jbknebrjlejt5abu"
Configuration change supported or not: yes. You can add new nlbIds at the end. However, it is recommended not to change existing nlbId that is in use.
PortProtocols
Meaning: the ports in the pod to be exposed and the protocols. You can specify multiple ports and protocols.
Value: in the format of port1/protocol1,port2/protocol2,... The protocol names must be in uppercase letters.
Configuration change supported or not: yes.
Fixed
Meaning: whether the mapping relationship is fixed. If the mapping relationship is fixed, the mapping relationship remains unchanged even if the pod is deleted and recreated.
Value: false or true.
Configuration change supported or not: yes.
AllowNotReadyContainers
Meaning: the container names that are allowed not ready when inplace updating, when traffic will not be cut.
Configuration change supported or not: It cannot be changed during the in-place updating process.
Plugin configuration
[alibabacloud]
enable = true
[alibabacloud.nlb]
# Specify the range of available ports of the NLB instance. Ports in this range can be used to forward Internet traffic to pods. In this example, the range includes 500 ports.
max_port = 1500
min_port = 1000
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
Plugin name
AlibabaCloud-NLB
Cloud Provider
AlibabaCloud
Plugin description
AlibabaCloud-NLB enables game servers to be accessed from the Internet by using Layer 4 Network Load Balancer (NLB) of Alibaba Cloud. AlibabaCloud-NLB uses different ports of the same NLB instance to forward Internet traffic to different game servers. The NLB instance only forwards traffic, but does not implement load balancing.
This network plugin supports network isolation.
Network parameters
NlbIds
PortProtocols
Fixed
AllowNotReadyContainers
Plugin configuration
插件名称/类型
AlibabaCloud-NLB
Cloud Provider
AlibabaCloud
插件说明
网络参数
NlbIds
PortProtocols
Fixed
AllowNotReadyContainers
插件配置
The schematic diagram
The text was updated successfully, but these errors were encountered: