Docker network at kubernetes

hello @jsoriano,

do you have any feedback? if not, do you have any estimation on when this can be reviewed?

thank you.

I suspect this may be because your Docker containers are configured to use host networking? My testing has shown that if I startup a container with "--net=host" or "--network host" my docker.network.* fields are empty and "docker stats" shows 0 for NET I/O. However, without host networking, these fields are populated and "docker stats" shows data for NET I/O.