NOTES.txt 748 B

123456789101112
  1. ** Please be patient while the {{ .Chart.Name }} chart is being deployed in release {{ .Release.Name }} **
  2. This chart bootstraps an ensemble Apache Zookeeper Servers made of {{ .Values.replicaCount | quote }} servers using the Confluent stable version that can be accessed from within your cluster:
  3. {{ include "zookeeper.fullname" . }}-headless.{{ .Release.Namespace }}:{{ .Values.port.client }}
  4. To connect to your ZooKeeper server run the following commands:
  5. $ kubectl exec -it -n {{ .Release.Namespace }} {{ include "zookeeper.fullname" . }}-0 -- zookeeper-shell {{ include "zookeeper.fullname" . }}-headless.{{ .Release.Namespace }}:{{ .Values.port.client }}
  6. More info:
  7. https://ricardo-aires.github.io/helm-charts/charts/zookeeper/