1. We want to treat the containers as a lightweight VM.
2. We run the enterprise application on the containers, this application
based on VAS and must use the WS-AT protocol to support transactions
acroos hosts.
3. So we must let the container had it's own IP and hostname(because of
the damn WS-AT), and container can talk to other containers and
VMs(legacy applications still runs on VMs).
4. And we need to assign the IP from IP pool(both for VM and Container) to the pod.
5. container can access other containers and VMs by hostname (WS-AT protocol).