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

Question about gateway nodepool #624

Open
junpark12 opened this issue Jul 3, 2024 · 1 comment
Open

Question about gateway nodepool #624

junpark12 opened this issue Jul 3, 2024 · 1 comment

Comments

@junpark12
Copy link

Hi. I have questions about gateway nodepool.

  • if i configured two gateway VMSS instance with 2 public ip, what happen if the first VMSS instance shutdown due to hardware failure.
    In the figure below, can POD1 communicate externally through the secondary node? Or will the external connection fail until the first node is recreated?

image

  • What size should I set the gateway nodepool VM? Are there any general guide or load testing results etc?

Thanks.

@jwtty
Copy link
Contributor

jwtty commented Jul 10, 2024

For your first question, we have an LB in front of the instances and it balances traffic based on probes. If the first node is down, the probe won't work and LB will automatically route traffic to the 2nd instance so connection will still succeed.

We are doing load tests recently. Will share results later.

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

No branches or pull requests

2 participants