Skip to content
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

Update: AKS public standard load balancer outbound port calculation #72

Open
m8yng opened this issue Oct 24, 2024 · 1 comment
Open
Labels

Comments

@m8yng
Copy link

m8yng commented Oct 24, 2024

Type of issue

Other (describe below)

Feedback

Original calucaltion:

64,000 ports per IP / <outbound ports per node> * <number of outbound IPs> = <maximum number of nodes in the cluster>.

Propose change:

The maximum number of nodes in the cluster = (sum of the maximum or fixed node counts across all agent pools) + (one buffer node for each agent pool)
To figure out ports/IPs: (64,000 ports per IP / <outbound ports per node>) * <number of outbound IPs> >= <maximum number of nodes in the cluster>

Page URL

https://learn.microsoft.com/en-us/azure/aks/load-balancer-standard#configure-the-allocated-outbound-ports

Content source URL

https://github.com/MicrosoftDocs/azure-aks-docs/blob/main/articles/aks/load-balancer-standard.md

Author

@asudbring

Document Id

6e30ff27-5ab1-75a8-23a0-13e3927d888a

@m8yng
Copy link
Author

m8yng commented Nov 27, 2024

Hi, is there any further details require for this update? I can provide more context, just let me know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant