Skip to Main Content
InterSystems Ideas

Have an idea, suggestion, or something that doesn’t work as expected in InterSystems products or services? Share it here on the InterSystems Ideas Portal.

The Ideas Portal is where community members can propose improvements, report bugs, and help influence the product roadmap across InterSystems products and the overall developer experience. 22% of submitted ideas are implemented by InterSystems or members of the Developer Community.

💡 Ideas and bugs are both welcome, no matter how big or small. You can submit feature requests, usability improvements, workflow suggestions, and bug reports. Whether you’re an experienced expert or just getting started, your fresh perspective is valuable.

🛠️ About bugs and fixes. If you have access to InterSystems WRC, please submit bugs there for immediate action. Bug reports submitted through the Ideas Portal are reviewed and tracked, but do not guarantee immediate resolution.

Start by sharing what could be better - the community and our teams will help take it from there.

Status Done by Community
Created by Eduard Lebedyuk
Created on Oct 10, 2023

Reference architectures for VIPs on SDNs in GCP

If you're running IRIS in a mirrored configuration for HA in the cloud, the question of providing a Mirror VIP (Virtual IP) becomes relevant. Virtual IP offers a way for downstream systems to interact with IRIS using one IP address. Even when a failover happens, downstream systems can reconnect to the same IP address and continue working.

The main issue, when deploying to most clouds, is that an IRIS VIP has a requirement of both mirror members being in the same subnet, from the docs:

To use a mirror VIP, both failover members must be configured in the same subnet, and the VIP must belong to the same subnet as the network interface that is selected on each system

However, to get HA, IRIS mirror members must be deployed to different availability zones, which means different subnets (as subnets can be in only one az). One of the solutions might be load balancers, but they (A) cost money, and (B) if you need to route non-HTTP traffic (think TCP for HL7), you'll have to use Network Load Balancers which might have port limits.

In this article, I provided a way to configure a Mirror VIP without the use of Network Load Balancing suggested in most other AWS reference architectures.


Need to verify this article for GCP:

Specifically:

  • Validate that the architecture works

  • How-to steps. I am especially interested in SDN specifics of GCP - can you root local /32 IPs or just entire local subnets as is the case in AWS

  • Working EmPy script for ZMIRROR

  • Minimum set of permissions to grant to an instance to make it work.

  • ADMIN RESPONSE
    May 25, 2024

    Thank you for submitting the idea.

    This idea was implemented by Developer Community member(s). Please check the solution in the comments.

  • Admin
    Vadim Aniskin
    May 25, 2024

    Eduard, thank you for this idea.

    Thank you as well in participation of it's implementation together with Mikhail Khomenko.

    The article describes implementation of this idea can be found here: VIP in GCP

    Welcome to the Ideas Portal Hall of Fame