MEDIUM
Source
CloudSploit
ID
ack-private-cluster-enabled

ACK Private Cluster Enabled

Ensure that Kubernetes clusters are created with private cluster enabled.

Private cluster restricts access to the Kubernetes API server from the public internet, making it more secure. In a private cluster, the API Server Public Network Endpoint is not exposed to the internet. This reduces the risk of unauthorised access and helps protect sensitive data and workloads. It is recommended to have Private Cluster enabled for better security.

Recreate Kubernetes clusters with public access disabled.