Information
That’s because 2379
is the port of ETCD to which API server connects to There are multiple concurrent connections so that API server can process multiple etcd operations simultaneously.
2380
is only for etcd peer-to-peer connectivity when you have multiple controlplane nodes. In this case we don’t.