Cluster Networking
The cluster in this document consists of three nodes.

In this example, a three-node etcd cluster is deployed in static configuration mode. Replace the example IP addresses with actual ones. The following table lists the node information:
Node |
Type |
OS |
IP Address |
|---|---|---|---|
Node 1 |
Leader |
openEuler |
10.208.71.111 |
Node 2 |
Follower |
openEuler |
10.208.107.205 |
Node 3 |
Follower |
openEuler |
10.208.72.182 |
Change the node names and view the IP addresses. The names and IP addresses of the nodes to be deployed in this document are as follows:
etcd01: 10.208.71.111 etcd02: 10.208.107.205 etcd03: 10.208.72.182
Parent topic: Cluster Principles and Networking