** Please be patient while the chart is being deployed **

ZooKeeper can be accessed via port {{ .Values.service.port }} on the following DNS name from within your cluster:
    {{ include "zookeeper.fqdn" . }}

To connect to your ZooKeeper server run the following commands:

    export POD_NAME=$(kubectl get pods --namespace {{ include "zookeeper.namespace" . }} -l "app.kubernetes.io/name={{ include "zookeeper.name" . }}" -o jsonpath="{.items[0].metadata.name}")
    kubectl exec -it $POD_NAME -- zkCli.sh

