Ensure that the --peer-cert-file and --peer-key-file arguments are set as appropriate (etcd)
etcd should be configured to make use of TLS encryption for peer connections. etcd is a highly-available key value store used by Kubernetes deployments for persistent storage of all of its REST API objects. These objects are sensitive in nature and should be encrypted in transit and also amongst peers in the etcd clusters.
Updated 7 months ago