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

💡 Feature Request - Support Dynamic Outbound Rule Creation During Migration #50

Open
mbrat2005 opened this issue Apr 28, 2023 · 0 comments
Labels
Basic LB Migration enhancement New feature or request

Comments

@mbrat2005
Copy link
Contributor

Describe the solution you'd like

Because outbound rules can only associate a single backend pool to a single front end IP address, in the situation where an external load balancer has multiple backend pools, we are not able to create a generic outbound rule that applies to all backend pool members. Currently, the module issues a warning and instructs user to manually configure outbound rules post migration.

Potential solutions:

  • Distribute outbound rule allocated outbound ports across each backend pool (creating an outbound rule for each backend pool)
  • Allow user to create a new backend pool with the members from all of the LB's original backend pools; create an outbound rule associating this backend pool to the first front end IP
  • Allow user to map existing backend pools to front end IPs

Describe alternatives you've considered

Current state warns user to create outbound rules post migration.

Additional context

See #10

@mbrat2005 mbrat2005 added the enhancement New feature or request label Apr 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Basic LB Migration enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant