-
Per the operations guide, each member of a cluster should advertise its own cluster-accessible client URLs. However, from some testing, I noticed that having each member of the cluster advertise not only its own client URLs, but also the client URLs of all the other members of the cluster works just fine. Given that this is not the recommended setup per the operations guide, I wonder if this type of configuration could potentially open up the door to insidious, undefined behavior and should be avoided. I'm not an etcd expert, so I'm asking these questions out of curiosity for my own learning. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
@jmhbnz , @ahrtr , @serathius : I'd love to hear your thoughts on this. |
Beta Was this translation helpful? Give feedback.
-
For example, assuming you have an etcd cluster something like below,
Now if you incorrectly configured
|
Beta Was this translation helpful? Give feedback.
--advertise-client-urls
just advertise each member's client URLs for clients to connect to. If you configure wrong URLs, then the only issue is that it may mislead the clients. Other than this, there is no other security issue.For example, assuming you have an etcd cluster something like below,