HostUtils has to be init before using it in the app/tests. (On init it stores the hostname and address or throws exceptions to fail the startup).
To address running app in k8s env, vertx clustered event bus will be using IP address for public comms (over the wire) and hostname for node identification.
PR changes: