Docker swarm on Windows, any guides?

Bearing in mind Windows 2016 now support overlay networking I assume it’s prime time to find out how this can be used in production environment. I’m having hard time understanding how can I expose services running on individual nodes via NAT on host IP via port mapping. When I create service it binds to overlay network which allows node to node communication but I can not make any sort of host to container mapping to work at all since NetNat is not using overlay network.