March 2020
Intermediate to advanced
626 pages
14h 45m
English
Hashicorp recommends installing Consul in Kubernetes through a Helm chart. Note that this may change in the future as Kubernetes Operators are being used to install and maintain the life cycle of the Kubernetes resources. To install Consul Helm for Kubernetes, follow these steps:
$ curl -L -s https://api.github.com/repos/hashicorp/consul-helm/tags | grep "name"
$ cd # switch to home dir$ export CONSUL_HELM_VERSION=0.11.0$ curl -LOs https://github.com/hashicorp/consul-helm/archive/v${CONSUL_HELM_VERSION}.tar.gz ...Read now
Unlock full access