HashiCorp Consul Operations

From NovaOrdis Knowledge Base
Revision as of 00:08, 3 October 2023 by Ovidiu (talk | contribs) (→‎Running Consul with podman)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Internal

Overview

Running Consul with podman

podman pull hashicorp/consul
podman run --rm -d -p 8500:8500 -p 8600:8600/udp --name=dev-consul hashicorp/consul agent -server -ui -node=server-1 -bootstrap-expect=1 -client=0.0.0.0

Accessing Consul Console

http://localhost:8500