Logo

Kube-hunter hunts for security weaknesses in Kubernetes clusters

View the Project on GitHub aquasecurity/kube-hunter

Lookup Vulnerability
All vulnerabilies

KHV006 - Insecure (HTTP) access to Kubernetes API

Issue description

The API Server port is accessible over plain HTTP, and therefore unencrypted and potentially insecured.

Remediation

Ensure your setup is exposing kube-api only on an HTTPS port.

Do not enable kube-api’s --insecure-port flag in production.

References