-
Notifications
You must be signed in to change notification settings - Fork 53
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
[FE evolution] - IPv6 HA Integration #603
Comments
@antonin-a @qukuijin Need your help here, please take a look at this. |
Hello @alpersid , IPv6 support with ELB will come with Dedicated ELB (ELBv3) feature which is in roadmap for Q4 2021 (implementation has already started). |
Hello @alpersid , I just tested OBS RHEL 7.8 public image on a c6 with IPv6 and it seem to work: |
During our tests, after we have rebooted the VMs, we were not able to start them, the status have changed to faulty. |
Hello Alexandru @alpersid |
Hello Dafu SHI, Thanks for your feedback, much appreciated. I confirm that the faulty state issue was solved ( VMs were deleted ). Regarding the IPv6 implementation, we are now facing another issue with the virtual IP. Compared with IPv4, the Virtual IPv6 can only be assigned to a single server. However, the implementation of Virtual IPv6 for a single server seems that is not working properly. We have assigned multiples virtual IPs to the same NIC, but those IPs are not reachable from internet, only the primary IPv6 is working properly. Thanks, |
Hello @alpersid @DafuSHI , IPv4 VIP are managed by keepalived for HA ECS clusters. |
Hello, |
Hello @alpersid , thanks for the feedback. |
Hello guys,
I am in need of your technical expertise and maybe some advices.
We have the following architecture for our application
As you can see, we have implemented HA for all our elements, but also implemented the autoscaling feature for all elements which brings even a higher value.
We are in big need to integrate the IPv6 in our current architecture, however, is not real easy.
IPv6 was implemented only for ECS as following:
The only possible ways I've found to configure HA for IPv6 our current architecture are the followings:
1. Virtual IPv6 for multiple servers
With virtual IPv6 available for multiple servers we can configure keepalived ( or other virtual IP software ) which will switch the IPv6 to another server (MASTER/SLAVE ) in case something will go wrong with the VM.
Limitations:
Virtual IPv6 for multiple servers is not available.
2. IPv6 on ELB
As ELB is a multizone resource, implementing IPv6 on it will solve our need for high availability.
Limitations:
IPv6 on ELB is not available
Our only solution, given the limitation, is to have a single point of failure ( VM ) for IPv6.
As the amount of traffic is really big, and the application is critical, we don't want to configure it until we'll find a more reliable solution
Can you please give me some hints, maybe I've missed something, how can we configure IPv6 in HA mode?
Also, given the current implementation of IPv4, the most suitable will be to be implemented IPv6 in the ELB ( as it's multi AZ and the SLA is 100%).
Do you have any roadmap for the IPv6 implementation for ELB ?
Thank you in advance,
Alex
The text was updated successfully, but these errors were encountered: