- For
v1.16+use the new Docker Hub verified image:hashicorp/consul- The
consulofficial image that was used in the course is no longer receiving updates afterv1.15 - FYI, the course demos were developed with
v1.12.0andv1.11.4
- The
consul.iosite- docs
- githubs
# query hashicorp repos with 'consul' in name
gh repo list --no-archived --limit 1000 \
--json 'name,description' \
--jq '.[] | select(.name | contains("consul"))' \
hashicorp \
| jq- In 2016, I published two courses about Consul:
- Examples (for both courses) are available via github: Consul Getting Started.
- 2nd Edition examples are new/modernized to compliment the 1st Edition examples.
- At this time I am only updating the 1st Edition
Getting Startedcourse.- That said, some updated materials may overlap with the
Deployingcourse.
- That said, some updated materials may overlap with the