Insecure (HTTP) access to Kubernetes API
The API Server port is accessible over plain HTTP, and therefore unencrypted and potentially insecured.
Recommended Actions
Ensure your setup is exposing kube-api only on an HTTPS port.
Do not enable kube-api’s --insecure-port
flag in production.
Links