CloudWiki
Rules
Critical

Ensure there is no unrestricted inbound access to TCP port 10250 (kubelet API)

Security & Compliance
No items found.
Description

TCP port 10250 is used by the Kubelet API, which is a component of Kubernetes that manages the state of individual nodes in a cluster. It exposes a read-only API that allows users to retrieve information about the node, such as its status, health, and configuration.To ensure the security of a Kubernetes cluster, it is essential to restrict access to TCP port 10250 to only authorized users and systems. Unrestricted inbound access to this port can potentially allow attackers to read or modify critical configuration data, execute arbitrary code, and even gain full control of the node.‍

Remediation

Here are the remediation steps to ensure there is no unrestricted inbound access to TCP port 10250 (kubelet API):

  1. Identify all systems that require access to the Kubelet API through TCP port 10250.
  2. Implement firewall rules and access control lists (ACLs) to block all incoming traffic to port 10250, except for authorized hosts or IP addresses that require access to the Kubelet API.
  3. Use a network security group (NSG) to filter traffic to the Kubernetes cluster's network interface, and configure it to only allow traffic from authorized sources.
  4. Enable Transport Layer Security (TLS) encryption for all communication to and from the Kubelet API to protect against eavesdropping and man-in-the-middle attacks.
  5. Regularly monitor the network traffic to the Kubernetes cluster to detect any unauthorized attempts to access the TCP port 10250.
  6. Regularly review and update the firewall rules, access control lists, and network security groups to ensure they are up to date and configured correctly.

By following these remediation steps, you can ensure that the Kubernetes cluster is secured, and that access to the TCP port 10250 is restricted only to authorized sources, reducing the risk of unauthorized access, data loss, and other security incidents.

Enforced Resources
Note: Remediation steps provided by Lightlytics are meant to be suggestions and guidelines only. It is crucial to thoroughly verify and test any remediation steps before applying them to production environments. Each organization's infrastructure and security needs may differ, and blindly applying suggested remediation steps without proper testing could potentially cause unforeseen issues or vulnerabilities. Therefore, it is strongly recommended that you validate and customize any remediation steps to meet your organization's specific requirements and ensure that they align with your security policies and best practices.