Loading...

IBM Power Virtual Server and Microsoft Azure Multi-cloud Integration Patterns

IBM Power Virtual Server and Microsoft Azure Multi-cloud Integration Patterns

 IBM Power Virtual Server and Microsoft Azure Multi-cloud Integration Patterns                                                             

                                Pradip Roychowdhury ([email protected])

                                Charbak Roy ([email protected])

                                Ashwin Srinivas ( [email protected])

                                Subrata Ghosh ([email protected])

                                Ricardo Galvan ([email protected])

                                Poom Nupong ([email protected])

                                Bhaskar Bandam ([email protected])

Introduction:

As enterprises further embrace a hybrid cloud strategy, it’s critically important that applications have the flexibility to be deployed anywhere across this landscape to reap the full benefits. This flexibility allows enterprises to use the continuous innovation that’s happening across public cloud providers along with the security, data privacy and reliability of enterprise’s own data center.

 

IBM® Power® Virtual Server (IBM PowerVS) is a leading, enterprise scale, Infrastructure as Service (IaaS) offering from IBM that is used by hundreds of enterprises to run mission critical IBM Power workloads together with IBM Cloud.  Many enterprises would like to combine the enterprise scale of IBM PowerVS and cloud native workloads running in a hyperscale cloud such as Microsoft Azure.

 

This article will cover two potential patterns of application modernization and hybrid multi-cloud deployment. This hybrid multi-cloud connectivity model can offer clients the option to optimize (or eliminate) on-premises data center spend while at the same time extend application value by enabling the flexibility to locate workloads (or parts of workloads) on the best infrastructure based upon the specific needs of the application.  For example, consider a distributed order management system application where data is exchanged between a front-end mobile or web tier running on cloud native infrastructure in Microsoft Azure with the core back-end system running on IBM i on Power servers in IBM PowerVS.

 

With IBM PowerVS, clients will benefit from the ability to run core mission critical workloads off premises without the need to re-platform coupled with the security, resiliency, and enterprise scale provided by IBM Power Virtual Server.  In addition, clients gain access to 200+ IBM Cloud services available on the IBM Cloud catalog including AI, ML, analytics, and container platforms. With Microsoft Azure, clients have access to a rich set of cloud native x86 infrastructure from a leading hyperscale cloud provider.  A vital component in connecting such multi-cloud environments are services from a network exchange provider such as Megaport. With Megaport, clients can access fast, flexible, on-demand secure network connections with wide global coverage.

See the following links to learn more about:

- 8 steps to build a successful multi-cloud strategy 

Multicloud connectivity for regulated industry workloads on IBM Cloud 

- Planning a multi-cloud connectivity model for Connecting IBM Power Virtual Server to Microsoft Azure using Megaport

- Megaport's Multicloud Connectivity: A Complete Guide

The following two patterns describe an architectural view of integrating these workloads running on two different cloud platforms to realize end to end business use case.

Patterns:

  1. API Based Integration
  2. Event Driven Integration Pattern

Pattern: API Based Integration

Use Case: Front-end applications running on Microsoft Azure (monolithic or cloud-native) connecting to System of Record (SoR) applications running on IBM PowerVS via API-integration.

Benefits:

 1. Decoupling and Modernization: By separating the front-end applications from the SoR applications such as core banking system, insurance policy administration system, you can modernize and refactor the front-end without affecting the underlying SoR, reducing the risk of disrupting critical business operations.

2. Scalability and Flexibility: Microsoft Azure provides a scalable and flexible infrastructure for the front-end applications, allowing you to quickly respond to changing business demands and user traffic.

3. Improved User Experience: By hosting the front-end applications in Microsoft Azure, you can leverage Microsoft Azure's global presence and edge computing capabilities to reduce latency and improve the overall user experience.

4. Data Consistency and Integrity: The SoR applications on IBM PowerVS remain the single source of truth for critical business data, ensuring data consistency and integrity.

5. Security and Compliance: IBM PowerVS provides a secure and compliant environment for the SoR and superior IaaS when compared to other clouds with Power Servers.  Microsoft Azure customers needing to connect Microsoft Azure resources to IBM Power resources can leverage multi-cloud connectivity to connect directly to IBM PowerVS. 

 

Variations:

1. Multi-cloud Front-end: In addition to Microsoft Azure, the front-end applications can be deployed across multiple cloud providers (e.g. IBM Cloud, AWS, Google Cloud, Oracle Cloud) as part of the multi-cloud architecture to take advantage of each cloud's strengths and avoid vendor lock-in.

2. Containerized SoR: Containerize the SoR applications on IBM PowerVS using Docker and Red Hat OpenShift, allowing for greater portability and easier management of the SoR environment.

3. API Gateway on IBM Cloud: Move the API gateway to IBM Cloud, closer to the SoR applications running on IBM PowerVS, to reduce latency and improve security by minimizing the exposure of the SoR to the public internet.

4. Event-driven Architecture: Implement an event-driven architecture, where the front-end applications publish events to a message broker (e.g. Microsoft Azure Service Bus, IBM MQ) and the SoR.

 

 

 

bhbandam_0-1725549086555.png

Fig 1: API Based integration from Microsoft Azure API management to get SoRs from IBM PowerVS

 

Architecture Description:

1. Front-end Applications: Monolithic or cloud-native applications running on Microsoft Azure, providing user interfaces and business logic.

2. API Gateway: An API gateway (e.g. Microsoft Azure API Management) in Microsoft Azure, responsible for managing API requests, authentication, and rate limiting.

3. API Integration: RESTful APIs or other integration mechanisms (e.g., messaging queues) connecting the front-end applications to the SoR applications on IBM PowerVS.

4. SoR Applications: AIX-based applications running on IBM PowerVS, serving as the single source of truth for critical business data.

5. Multi-cloud Network Connectivity: Secure, dedicated connectivity between Microsoft Azure and IBM PowerVS, provided by Megaport, ensuring high-performance and low-latency data exchange.

 

Pattern: Event Driven Integration Pattern

Use Case: Microservice applications on Microsoft Azure pulling data from IBM PowerVS asynchronously via event-driven architecture using Microsoft Azure Event Bus at Microsoft Azure and Kafka at IBM cloud.

 Benefits of Event-Driven Architecture:

  1. Decoupled Systems Integration:
    • By leveraging event-driven architecture, the integration between Microsoft Azure microservices and AIX-based applications on IBM PowerVS becomes decoupled. This decoupling allows for independent evolution and scaling of each component without impacting the other, thereby minimizing the risk of disruption to critical business operations.  
  1. Scalability and Elasticity:
    • Microsoft Azure's event-driven services like Microsoft Azure Event Grid and Microsoft Azure Event Hubs provide scalable and elastic infrastructure for handling event streams. This capability enables seamless scaling of microservices in response to varying workloads and business demands, ensuring optimal performance and resource utilization.  
  1. Real-Time Data Processing and Responsiveness:
    • Event-driven architecture facilitates real-time data processing by enabling immediate consumption of events as they occur. This responsiveness enhances the overall system agility, allowing Microsoft Azure microservices to react swiftly to changes in data from AIX-based applications on IBM PowerVS.  
  1. Fault Tolerance and Resilience:
    • By distributing events through durable event brokers such as Microsoft Azure Event Hubs and Kafka on IBM Cloud, the architecture enhances fault tolerance and resilience. It ensures that even if components fail temporarily, events are reliably delivered and processed once the system recovers, maintaining system availability and reliability.  
  1. Enhanced Integration Capabilities:
    • Event-driven patterns promote seamless integration across diverse systems and platforms. Microsoft Azure's ecosystem supports a wide range of connectors and adapters for integrating with various data sources and services, facilitating smoother interactions between Microsoft Azure microservices and AIX-based applications on IBM PowerVS.  
  1. Operational Efficiency and Cost Optimization:
    • Event-driven architecture optimizes resource consumption by processing events asynchronously and on-demand. This operational efficiency reduces idle resource times and minimizes infrastructure costs, making the solution cost-effective and scalable as per business needs.  
  1. Future-Proof and Extensible Design:
    • The modular and loosely coupled nature of event-driven architecture future-proofs the system by accommodating future changes and enhancements with minimal disruption. It supports evolving business requirements and technological advancements, ensuring long-term viability and adaptability of the integrated solution. 

Variations on Event-Driven Architecture:

  1. Multi-cloud Front-end:
    • Description: Deploy front-end applications across multiple cloud providers such as IBM Cloud, Microsoft Azure, AWS, Google Cloud, and Oracle Cloud as part of the multi-cloud architecture. Each cloud provider can host different components of the application stack, leveraging their respective strengths.  
    • Benefits:
      • Vendor Flexibility: Avoid vendor lock-in by utilizing multiple cloud providers, choosing services that best fit specific application needs.
      • Geographical Reach: Distribute front-end components closer to users in different regions, improving latency and user experience.
      • High Availability: Ensure redundancy and failover across multiple cloud environments, enhancing application resilience.  
  1. Containerized System of Record (SoR):
    • Description: Containerize SoR applications on IBM PowerVS using Docker and Red Hat OpenShift, allowing for greater portability and easier management of the SoR environment 
    • Benefits:
      • Portability: Easily move and deploy SoR applications across different environments, including on-premises and various cloud platforms.
      • Scalability: Kubernetes orchestrates containerized applications, automatically scaling based on workload demands.
      • Management Efficiency: Simplify deployment, management, and updates of SoR applications through containerization, enhancing operational efficiency.  
  1. API Gateway on IBM Cloud:
    • Description: Host the API gateway (e.g. using Microsoft Azure API Management or similar) on IBM Cloud, closer to the SoR applications running on IBM PowerVS.  
    • Benefits:
      • Latency Reduction: Minimize latency by keeping API requests and responses within the same cloud environment as the SoR applications.
      • Security Enhancement: Enhance security by reducing exposure of critical APIs to the public internet, leveraging IBM Cloud’s security features and network controls.
      • Compliance: Ensure compliance with data sovereignty regulations by keeping sensitive data and APIs within designated cloud regions. 

Key Points of Integration:

  • Event-Driven Approach: Microservices on Microsoft Azure subscribe to events from Microsoft Azure Event Grid/Event Hubs, while Kafka on IBM Cloud facilitates event publication from AIX-based applications.
  • API Gateway Consideration: If necessary, an API gateway (like Microsoft Azure API Management) can still be utilized for exposing APIs to external clients or other services.
  • Network Connectivity: Ensuring secure and performant connectivity between Microsoft Azure and IBM Cloud is crucial for seamless data flow.

bhbandam_1-1725549086563.png

Fig 2: Kafka based integration with Event Bus with Kafka extension running on Microsoft Azure

 

Architecture Description:

  1. Microservices on Microsoft Azure:
    • Cloud-native microservices deployed on Microsoft Azure, handling specific functionalities or services.
  2. Event Bus:
    • Microsoft Azure Event Grid or Microsoft Azure Event Hubs used as an event bus within Microsoft Azure.
    • Kafka deployed on IBM Cloud used as an event bus on the IBM Cloud side.
  3. Event-Driven Integration:
    • Microservices on Microsoft Azure subscribe to relevant topics or events on Microsoft Azure Event Grid/Event Hubs.
    • Kafka topics on IBM Cloud are used for publishing events from the AIX-based applications on IBM PowerVS.
  4. SoR Applications:
    • AIX-based applications running on IBM PowerVS continue to serve as the SoR for critical business data.
  5. Multi-cloud Network Connectivity:
    • Secure, dedicated connectivity between Microsoft Azure and IBM Cloud (where Kafka is hosted), ensuring high-performance and low-latency data exchange.
    • Megaport or similar services can be used to establish this connectivity.

Conclusion:

IBM Power System houses enterprise’s mission-critical data. Running a modern cloud native application on an enterprise scale Kubernetes platform in Microsoft Azure or on Red Hat OpenShift in a virtual machine adjacent to AIX, IBM i or Linux virtual machines on a IBM Power system provides low-latency secured communication to enterprise data hosted in IBM PowerVS. This method provides superior performance due to fewer network hops. It also allows for highly secured communication between new cloud-native applications and enterprise data stores, as network traffic never has to leave the dedicated network path.

 

Published on:

Learn more
Azure Migration and Modernization Blog articles
Azure Migration and Modernization Blog articles

Azure Migration and Modernization Blog articles

Share post:

Related posts

Unified Routing – Diagnostics in Azure

You may (or may not) be aware that the diagnostics option in Unified Routing has been deprecated. It is being replaced by diagnostics in Azure...

9 hours ago

Service health and Message center: Azure Information Protection consolidation

This post is about the consolidation of Azure Information Protection communications under Microsoft Purview in Service Health and Message Cent...

10 hours ago

Switch to Azure Business Continuity Center for your at scale BCDR management needs

In response to the evolving customer requirements and environments since COVID-19, including the shift towards hybrid work models and the incr...

11 hours ago

Optimizing Azure Table Storage: Automated Data Cleanup using a PowerShell script with Azure Automate

Scenario This blog’s aim is to manage Table Storage data efficiently. Imagine you have a large Azure Table Storage that accumulates logs from ...

13 hours ago

Microsoft Fabric: Resolving Capacity Admin Permission Issues in Automate Capacity Scaling with Azure LogicApps

A while back, I published a blogpost explaining how to use Azure LogicApps to automate scaling Microsoft Fabric F capacities under the PAYG (P...

14 hours ago

The Azure Storage product group is heading to the SNIA Developer Conference 2024

The Azure Storage product group is heading to the SNIA Developer Conference (SDC) 2024 in Santa Clara, California, USA from September 16th thr...

1 day ago

ISSUE RESOLVED: Azure Lab Services - lab plan outage - September 12, 2024

Hello, Azure Lab Services is currently experiencing an outage affecting customers using Lab Plans for their service. Customers using Lab Accou...

3 days ago
Stay up to date with latest Microsoft Dynamics 365 and Power Platform news!
* Yes, I agree to the privacy policy