Basics Flashcards
Consul is a distributed system designed to run on
a cluster of nodes
A node can be
a physical server, cloud instance, virtual machine, or container
Connected together, the set of nodes Consul runs on is called
a datacenter
Within the datacenter, Consul can run in two modes
server or client.
Server agents maintain _ for Consul.
the consistent state
Clients are _ that run on _.
a light-weight process
every node where services are running
A datacenter will have _ servers and many _.
between 3 - 5
clients
Draw a consul client-server architecture
https://learn.hashicorp.com/img/consul/consul-dc.png
Consul runs as a _. _ and Consul will still function.
single binary namedconsul
Any other files in the package can be safely removed