Consul role in the cluster
Bothcluster-n03 and cluster-n04 run Consul server agents. These form part of the wider Consul server cluster used for:
- Service discovery
- Configuration / key-value storage
- Integrations with tools like Traefik
Consul on cluster-n03
- Service:
consul.service(enabled, active) - Binary / mode (from systemd command):
/home/consul/consul agent -server-config-dir=/home/consul/consul-config/-data-dir=/home/consul/consul-data/-node=node03.cluster.devops.arabiaweather.com-bind=94.130.9.47
/etc/consul.d directory; configuration is kept under /home/consul/consul-config/.
Consul on cluster-n04
- Service:
consul.service(enabled, active) - Binary / mode:
/home/consul/consul agent -server-config-dir=/home/consul/consul-config/-data-dir=/home/consul/consul-data/-node=node04.cluster.devops.arabiaweather.com-bind=94.130.88.29
cluster-n03, with node/bind addresses adjusted.
Traefik
On both nodes:- No local Traefik binary is installed (
traefikand/usr/local/bin/traefikare missing). - There is no
/etc/traefikconfiguration directory.

