Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add LoadBalancerSourceRanges Field and Validation Logic for TenantControlPlane #610

Closed
jds9090 opened this issue Oct 23, 2024 · 0 comments · Fixed by #611
Closed

Add LoadBalancerSourceRanges Field and Validation Logic for TenantControlPlane #610

jds9090 opened this issue Oct 23, 2024 · 0 comments · Fixed by #611

Comments

@jds9090
Copy link
Contributor

jds9090 commented Oct 23, 2024

In cloud environments, security and network access control are critical concerns, especially for services exposed via LoadBalancer. Without proper access restrictions, services such as API servers could be exposed to unnecessary risks, such as:

Unrestricted Public Access:

  • By default, a LoadBalancer service may allow access from any IP address (0.0.0.0/0), which increases the attack surface.

This feature enables:

  • Reduced exposure to unauthorized traffic, enhancing the overall security of the cluster.
@clastix clastix locked and limited conversation to collaborators Oct 23, 2024
@prometherion prometherion converted this issue into discussion #612 Oct 23, 2024

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant