You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a 3-node kubernetes cluster, with internal ETCD installed on that (TLS connection). The question is that, the traffic between etcd nodes on port 2380 and 2379 is too high (200 packets in second). Is it normal ?
There are no pods, no deployments, no other resources on the cluster, and its completely pure. Calico CNI is installed, and I think the traffic is just for RAFT, Internal Sync and ... between ETCD nodes and not about changing keys, or polling them.
Is there any configuration to decrease the traffic between nodes ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi Everyone,
I have a 3-node kubernetes cluster, with internal ETCD installed on that (TLS connection). The question is that, the traffic between etcd nodes on port 2380 and 2379 is too high (200 packets in second). Is it normal ?
There are no pods, no deployments, no other resources on the cluster, and its completely pure. Calico CNI is installed, and I think the traffic is just for RAFT, Internal Sync and ... between ETCD nodes and not about changing keys, or polling them.
Is there any configuration to decrease the traffic between nodes ?
I just add following lines to etcd yaml file:
But there are still traffic (high traffic) between ETCD nodes.
Thank you all
Beta Was this translation helpful? Give feedback.
All reactions