Consul

Consul has three main functionalities, 1. Service registration and discovery 2. Health check 3. Key-value store

Consul has two main components,

  • server nodes: maintains the cluster state.

  • agent nodes: performs health checks on nodes and the services running on them.

Last updated