An ALB instance could be deployed in two modes: host network mode and container network mode.
Directly use the node's network stack, sharing the IP address and port with the node.
In this mode, the load balancer instance directly binds to the node's port, without port mapping or similar container network encapsulation conversion.
Note: To avoid port conflicts, only one ALB instance is allowed to be deployed on a single node.
In host-network mode ALB instance will listen to all the NIC of the node by default.
Unlike host network mode, container network mode deploys ALB using container networking.