tczekajlo / kube-consul-register

a tool to register Kubernetes PODs as Consul Services
Apache License 2.0
105 stars 50 forks source link

Registration in Clustered Consul #66

Open shivamnarula opened 1 year ago

shivamnarula commented 1 year ago

How does the registration occur when Consul is running in a Clustered mode? For example 5 nodes are running for Consul forming a Quorum. I can see pods are duplicated to multiple nodes if the leader is elected in an active Quorum. Is it expected? Can we do something about this?

abhiroop93 commented 1 year ago

@tczekajlo Can you help?