Best practices

K8s etcd is not using tls for peer communication

Description

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. Orca has detected that etcd is not configured to use TLS encryption for peer communication.