Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 752 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 752 Bytes

Consul Helm Chart

This helm chart deploys a highly available, persistent storage backed consul cluster. Orginally forked from here.

Pre-Deploy

  1. It is recommended to expose consul-ui over an ingress and not directly using the load balancer.
  2. Set the ui doman at ui.ingress.host inside values.yaml
  3. Other options can be also we tweaked inside the values.yaml file. You can find the full list here

Install the helm chart

Create the consul namespace

kubectl create ns consul

Deploy the helm chart

helm install --name <consul-cluster-name> ./consul

Access Consul UI

The UI should now be available at consul.mydomain.com