Mesh service access from a init container

Hi,

I am trying to connect to a consul mesh service from a k8s init container.
Since the envoy sidecar is not yet running at the init stage the connection times out.
Is there a way to still get mesh access from a init container?

Best Adrian