Files
kube-hunter/docs/_kb/KHV034.md

700 B

vid, title, categories
vid title categories
KHV034 Etcd is accessible using insecure connection (HTTP)
Unauthenticated Access

{{ page.vid }} - {{ page.title }}

Issue description

The etcd server (Kubernetes database) port is accessible over plain HTTP, and therefore unencrypted and potentially insecured.

Remediation

Ensure your setup is exposing etcd only on an HTTPS port by using the etcd flags --key-file and --cert-file.

References