CloudWiki
Rules
Critical

Ensure there is no unrestricted inbound access to TCP port 10259 (kube-scheduler)

Security & Compliance
No items found.
Description

TCP port 10259 is used by the kube-scheduler component of Kubernetes, which is responsible for scheduling new pods onto available nodes in the cluster. The kube-scheduler communicates with the Kubernetes API server to obtain information about the cluster's current state and make scheduling decisions based on that information. To ensure the security of a Kubernetes cluster, it is important to restrict access to TCP port 10259 to only authorized users and systems. Unrestricted inbound access to this port can potentially allow attackers to read or modify critical scheduling data, execute arbitrary code, and even gain control of the scheduler and affect the overall availability of the cluster.

Remediation

Here are the remediation steps to ensure there is no unrestricted inbound access to TCP port 10259 (kube-scheduler):

  1. Identify all systems that require access to the kube-scheduler through TCP port 10259.
  2. Implement firewall rules and access control lists (ACLs) to block all incoming traffic to port 10259, except for authorized hosts or IP addresses that require access to the kube-scheduler.
  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 kube-scheduler 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 10259.
  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 10259 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.