HashiCorp Consul Operations

From NovaOrdis Knowledge Base
Revision as of 23:24, 2 October 2023 by Ovidiu (talk | contribs) (→‎Overview)
Jump to navigation Jump to search

Internal

Overview

Running Consul with podman

podman pull hashicorp/consul
podman run -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