This helm chart deploys a highly available, persistent storage backed consul cluster. Orginally forked from here.
- It is recommended to expose consul-ui over an ingress and not directly using the load balancer.
- Set the ui doman at
ui.ingress.host
insidevalues.yaml
- Other options can be also we tweaked inside the
values.yaml
file. You can find the full list here
kubectl create ns consul
helm install --name <consul-cluster-name> ./consul
The UI should now be available at consul.mydomain.com