SlideShare a Scribd company logo
1 of 42
Cloud & AI
Conference 2023
Asia's Largest
17 - 18, November 2023
IIT Madras Research Park, Chennai
Architecting Multi Cloud Ready applications
Swaminathan Vetri
Senior Solution Architect – Maersk Technology Centre
About Me
 Dad of 2 little princess 
 Senior Solution Architect @ Maersk Technology
Center
 Organiser of .NET and Azure user groups in
Bangalore
 GitHub/LinkedIn/Instagram/YouTube -
@swaminathanvetri
 Twitter - @svswaminathan
 Blogging, Public speaking, Traveling, Photography,
Dance, Table Tennis, Home automation
Agenda
 What are Multi cloud applications?
 Why Multi Cloud ?
 Architectural choices for multi cloud ready apps
 Tools & Technologies that enables multi cloud
What is Multi-cloud?
 Multi-cloud refers to using services from more than one public cloud provider
at the same time.
 A multi-cloud environment allows your cloud environments to be private,
public, or a combination of both.
 The primary goal of a multi-cloud strategy is to give you flexibility to operate
with the best computing environment for each workload.
Hybrid Cloud vs Multi-Cloud?
Hybrid Cloud
 Common workloads are deployed
across Private and Public cloud
 Combines Private Cloud (on-
premise Datacenter) with Public
Cloud (Azure, AWS, GCP etc.,)
Multi-Cloud
 Using cloud computing service
from more than one public cloud
for different workloads
 Interconnects different services
across clouds and without having
to connect the clouds themselves
Why Multi-cloud?
Leverage Best of each cloud
Avoids Vendor lock in
Cost efficiency
Innovative Technology
Advanced security and regulatory compliance
Increased reliability and resiliency
Increased performance
Types of Multi-cloud applications
• Deployed one app to one cloud and another
to a different cloud
Multi-cloud
enterprises
• Same applications are deployed to different
clouds
Cloud-agnostic
applications
• Single application distributed across multiple
clouds
Multi-cloud
application
Every other company does it 😁
Why should you go Multi-cloud ???
Multicloud usage stats
Orgs deploy apps on two or more
IaaS providers
Orgs agrees multiple cloud
providers delivers strategic
benefits
esg_ebook_google_cloud_multicloud_application_deployment_february_2023.pdf
Orgs agrees app env will be
distributed across multiple
locations
Multicloud usage stats
esg_ebook_google_cloud_multicloud_application_deployment_february_2023.pdf
Multicloud usage stats
esg_ebook_google_cloud_multicloud_application_deployment_february_2023.pdf
Multi-cloud Architectural choices
• Same applications are deployed to different clouds
Cloud-agnostic applications
Simplified Cloud solution architecture
Hosting Infrastructure
Azure AWS GCP
Azure Virtual Machines Amazon EC2 Compute Engine
Azure VM Scale sets AWS Auto scaling Compute Engine Auto scaler
Azure Batch AWS Batch Batch
Azure Container Apps Amazon Elastic Container
Service (ECS)
Cloud Run
Azure Kubernetes Service
(AKS)
Amazon Elastic Kubernetes
Service (EKS)
Kubernetes Engine (GKE)
Azure Functions AWS Lambda Cloud Functions
Self managed (Iaas) Managed k8s (PaaS)
Serverless Container runtimes
(CaaS)
Networking
Azure AWS GCP
Virtual Network Virtual Private Cloud (VPC) Virtual Private Network
Azure NAT Gateway NAT Gateways Cloud NAT
Azure Load Balancer Network Load Balancer Cloud Load Balancer
Azure Traffic Manager Route 53 Global Cloud Load Balancer
Azure Private Link AWS Private Link Private Service Connect
Application Workloads
Azure AWS GCP
Azure App Service Elastic Beanstalk App Engine
Azure Functions AWS Lambda Cloud Functions
Static Web Apps AWS Amplify App Engine
API Management - API Gateway/Azure API Management / Apigee
Container runtimes – Azure Container Apps/Elastic Container service/Cloud Run
Container Orchestration - Azure Kubernetes Service/Elastic Kubernetes Service/Google Kubernetes
Engine
Messaging/Eventing services
Azure AWS GCP
Azure Event Grid Amazon Event Bridge
Cloud Pub/Sub
Azure Service Bus Amazon Simple Notification
Service (SNS)
Azure Event Hubs Amazon Kinesis
Managed Kafka/Active MQ/Rabbit MQ
Databases
Azure AWS GCP
Azure Cosmos DB Dynamo DB Cloud Spanner
Azure Cosmos DB
- No SQL API
- Table storage
- Simple DB - Cloud BigTable
Azure Cosmos API for Mongo Amazon Document DB Cloud Firestore
Azure Cosmos API for Cassandra Amazon Keyspaces NA
Azure Database for MariaDB RDS for MariaDB NA
Azure SQL/RDS for SQL Server/Cloud SQL for SQL Server
Azure Database for MySQL/RDS for MySQL/Cloud SQL for MySQL
Azure Database for PostgresQL/RDS for Postgres/Cloud SQL for Postgres/AlloyDB
Mongo DB Atlas
Observability
Azure AWS GCP
Azure Monitor Amazon Cloud Watch Operations
Application Insights X-Ray Cloud Trace/Cloud Profiler
Azure Log Analytics Cloud Watch Cloud Logging
Managed Service for Prometheus/DataDog/Sites24*7 etc.,
DevOps Tools
Azure AWS GCP
Azure DevOps
• Azure Repos
• Azure Pipelines
• Azure Artifacts
• Code Commit
• Code Build
• Code Pipeline
• Code Deploy
• Cloud Source Repositories
• Cloud Build
Azure Resource Manager Cloud Formation Cloud Deployment Manager
Azure CLI AWS CLI Gcloud CLI
CI/CD : GitHub Actions/GitLab/Other Cloud agnostic DevOps tools
IaC: Terraform/Pulumi/Chef/Puppet/Ansible
Multi-cloud Governance - Azure
Azure Arc overview - Azure Arc | Microsoft Learn
Multi-cloud Governance - GCP
Anthos (GKE Enterprise) technical overview | Google Cloud
Putting it all together
Multi-cloud architecture
Can’t we leverage CNCF toolset for Multi-cloud ??
Of course, Yes!!!
Courtesy : landscape.png (8680×6840) (cncf.io)
Multi-cloud apps - Challenges
Choosing LCD from every cloud
Management Complexity (Monitoring/Operations)
Consistent Security
Integrating Software environments
Consistent performance & reliability
Consistent developer experience
Governance across multiple clouds
Multi-cloud challenges stats
esg_ebook_google_cloud_multicloud_application_deployment_february_2023.pdf
To Be, or Not To Be
Why not if the business benefits outweighs challenges …
Multi-cloud is NOT a silver bullet
Like any other tech buzzword 
Tools & Tech to build multi-cloud apps
Dapr - Distributed Application Runtime
Dapr is a portable, event-driven runtime that makes it easy for any developer to
build resilient, stateless, and stateful applications that run on the cloud and edge
and embraces the diversity of languages and developer frameworks
Overview | Dapr Docs
Dapr – Building Blocks
docs/daprdocs/static/images/building_blocks.png at v1.12 · dapr/docs · GitHub
Dapr - Components
docs/daprdocs/static/images/concepts-components.png at v1.12 · dapr/docs · GitHub
Radius
Radius is an open-source, cloud-native, application platform that enables developers and
the operators that support them to define, deploy, and collaborate on cloud-native
applications across public clouds and private infrastructure
**Early release and not production ready toolset
Radius (radapp.io)
Radius - Capabilities
Recap
Enterprises are embracing Multi-Cloud
Multi-cloud architecture is challenging and trade-offs to be carefully evaluated
Go for Multi-Cloud ONLY if the business benefits outweighs Challenges
Use Cloud agnostic services to attain multi-cloud readiness
Use CaaS over PaaS over IaaS
Containerization – most popular means; though not the only means to achieve multi-cloud
References
 Introduction to hybrid and multicloud - Cloud Adoption Framework | Microsoft Learn
 What Is multicloud? Definition and benefits | Google Cloud
 Cloud Native Landscape (cncf.io)
 40 cloud computing stats and trends to know in 2023 | Google Cloud Blog
 esg_ebook_google_cloud_multicloud_application_deployment_february_2023.pdf
 Multi-Cloud: Reaching the Tipping Point (vmware.com)
 Google Cloud to Azure services comparison - Azure Architecture Center | Microsoft Learn
 AWS to Azure services comparison - Azure Architecture Center | Microsoft Learn
 Azure Arc overview - Azure Arc | Microsoft Learn
 Anthos Powers Enterprise Container Platforms | Google Cloud
 Overview | Dapr Docs
 Radius Docs (radapp.io)
Gold Partner
Silver Partner
Swaminathan Vetri
Senior Solution Architect @ Maersk Technology Center
Architecting Multi Cloud Ready Applications

More Related Content

Similar to Architecting multi-cloud ready applications

Ppt on cloud computing
Ppt on cloud computingPpt on cloud computing
Ppt on cloud computingPradeep Bhatia
 
The Evolution of Cloud Architectures: Focusing More on the Business Logic
The Evolution of Cloud Architectures: Focusing More on the Business LogicThe Evolution of Cloud Architectures: Focusing More on the Business Logic
The Evolution of Cloud Architectures: Focusing More on the Business LogicScott Weber
 
ArchitectNow - Designing Cloud-Native apps in Microsoft Azure
ArchitectNow  -  Designing Cloud-Native apps in Microsoft AzureArchitectNow  -  Designing Cloud-Native apps in Microsoft Azure
ArchitectNow - Designing Cloud-Native apps in Microsoft AzureKevin Grossnicklaus
 
Meetup HybridCloud successful 14.12.2016 #hybridcloudsuccessful
Meetup HybridCloud successful 14.12.2016 #hybridcloudsuccessfulMeetup HybridCloud successful 14.12.2016 #hybridcloudsuccessful
Meetup HybridCloud successful 14.12.2016 #hybridcloudsuccessfulSebastian Straube
 
Microsoft-Azure-Overvi2222222222222ew.pptx
Microsoft-Azure-Overvi2222222222222ew.pptxMicrosoft-Azure-Overvi2222222222222ew.pptx
Microsoft-Azure-Overvi2222222222222ew.pptxsaidbilgen
 
Cloud application architecture with sql azure and windows azure
Cloud application architecture with sql azure and windows azureCloud application architecture with sql azure and windows azure
Cloud application architecture with sql azure and windows azureEduardo Castro
 
The Ultimate Guide to Cloud Migration - A Whitepaper by RapidValue
The Ultimate Guide to Cloud Migration - A Whitepaper by RapidValueThe Ultimate Guide to Cloud Migration - A Whitepaper by RapidValue
The Ultimate Guide to Cloud Migration - A Whitepaper by RapidValueRapidValue
 
Providing Microsoft Azure Functions And Microsoft Dataverse Resources With Cl...
Providing Microsoft Azure Functions And Microsoft Dataverse Resources With Cl...Providing Microsoft Azure Functions And Microsoft Dataverse Resources With Cl...
Providing Microsoft Azure Functions And Microsoft Dataverse Resources With Cl...ShapeBlue
 
Introduction to Cloud Computing (New)
Introduction to Cloud Computing (New)Introduction to Cloud Computing (New)
Introduction to Cloud Computing (New)Chathuranga Bandara
 
Cloud comparison - AWS vs Azure vs Google
Cloud comparison - AWS vs Azure vs GoogleCloud comparison - AWS vs Azure vs Google
Cloud comparison - AWS vs Azure vs GooglePatrick Pierson
 
ArchitectNow - Migrating Legacy .NET Apps to Azure
ArchitectNow - Migrating Legacy .NET Apps to AzureArchitectNow - Migrating Legacy .NET Apps to Azure
ArchitectNow - Migrating Legacy .NET Apps to AzureKevin Grossnicklaus
 
Comparison Between Top Five Cloud Service Provider In 2020
Comparison Between Top Five Cloud Service Provider In 2020Comparison Between Top Five Cloud Service Provider In 2020
Comparison Between Top Five Cloud Service Provider In 2020Abu Hasnat Md. Shakik Prodhan
 
DevOps and BigData Analytics
DevOps and BigData Analytics DevOps and BigData Analytics
DevOps and BigData Analytics sbbabu
 
마이크로소프트 애저 및 클라우드 트렌드 소개 (부제: Beyond IaaS)
마이크로소프트 애저 및 클라우드 트렌드 소개 (부제: Beyond IaaS)마이크로소프트 애저 및 클라우드 트렌드 소개 (부제: Beyond IaaS)
마이크로소프트 애저 및 클라우드 트렌드 소개 (부제: Beyond IaaS)Ian Choi
 
Scenarios for building Hybrid Cloud
Scenarios for building Hybrid CloudScenarios for building Hybrid Cloud
Scenarios for building Hybrid CloudPracheta Budhwar
 

Similar to Architecting multi-cloud ready applications (20)

Ppt on cloud computing
Ppt on cloud computingPpt on cloud computing
Ppt on cloud computing
 
Cloud1 Computing 01
Cloud1 Computing 01Cloud1 Computing 01
Cloud1 Computing 01
 
The Evolution of Cloud Architectures: Focusing More on the Business Logic
The Evolution of Cloud Architectures: Focusing More on the Business LogicThe Evolution of Cloud Architectures: Focusing More on the Business Logic
The Evolution of Cloud Architectures: Focusing More on the Business Logic
 
cloud computing
cloud computingcloud computing
cloud computing
 
ArchitectNow - Designing Cloud-Native apps in Microsoft Azure
ArchitectNow  -  Designing Cloud-Native apps in Microsoft AzureArchitectNow  -  Designing Cloud-Native apps in Microsoft Azure
ArchitectNow - Designing Cloud-Native apps in Microsoft Azure
 
Cloud computer
Cloud computerCloud computer
Cloud computer
 
Meetup HybridCloud successful 14.12.2016 #hybridcloudsuccessful
Meetup HybridCloud successful 14.12.2016 #hybridcloudsuccessfulMeetup HybridCloud successful 14.12.2016 #hybridcloudsuccessful
Meetup HybridCloud successful 14.12.2016 #hybridcloudsuccessful
 
CC ASSIGNMENT 01.docx
CC ASSIGNMENT 01.docxCC ASSIGNMENT 01.docx
CC ASSIGNMENT 01.docx
 
Cloud computing
Cloud computingCloud computing
Cloud computing
 
Microsoft-Azure-Overvi2222222222222ew.pptx
Microsoft-Azure-Overvi2222222222222ew.pptxMicrosoft-Azure-Overvi2222222222222ew.pptx
Microsoft-Azure-Overvi2222222222222ew.pptx
 
Cloud application architecture with sql azure and windows azure
Cloud application architecture with sql azure and windows azureCloud application architecture with sql azure and windows azure
Cloud application architecture with sql azure and windows azure
 
The Ultimate Guide to Cloud Migration - A Whitepaper by RapidValue
The Ultimate Guide to Cloud Migration - A Whitepaper by RapidValueThe Ultimate Guide to Cloud Migration - A Whitepaper by RapidValue
The Ultimate Guide to Cloud Migration - A Whitepaper by RapidValue
 
Providing Microsoft Azure Functions And Microsoft Dataverse Resources With Cl...
Providing Microsoft Azure Functions And Microsoft Dataverse Resources With Cl...Providing Microsoft Azure Functions And Microsoft Dataverse Resources With Cl...
Providing Microsoft Azure Functions And Microsoft Dataverse Resources With Cl...
 
Introduction to Cloud Computing (New)
Introduction to Cloud Computing (New)Introduction to Cloud Computing (New)
Introduction to Cloud Computing (New)
 
Cloud comparison - AWS vs Azure vs Google
Cloud comparison - AWS vs Azure vs GoogleCloud comparison - AWS vs Azure vs Google
Cloud comparison - AWS vs Azure vs Google
 
ArchitectNow - Migrating Legacy .NET Apps to Azure
ArchitectNow - Migrating Legacy .NET Apps to AzureArchitectNow - Migrating Legacy .NET Apps to Azure
ArchitectNow - Migrating Legacy .NET Apps to Azure
 
Comparison Between Top Five Cloud Service Provider In 2020
Comparison Between Top Five Cloud Service Provider In 2020Comparison Between Top Five Cloud Service Provider In 2020
Comparison Between Top Five Cloud Service Provider In 2020
 
DevOps and BigData Analytics
DevOps and BigData Analytics DevOps and BigData Analytics
DevOps and BigData Analytics
 
마이크로소프트 애저 및 클라우드 트렌드 소개 (부제: Beyond IaaS)
마이크로소프트 애저 및 클라우드 트렌드 소개 (부제: Beyond IaaS)마이크로소프트 애저 및 클라우드 트렌드 소개 (부제: Beyond IaaS)
마이크로소프트 애저 및 클라우드 트렌드 소개 (부제: Beyond IaaS)
 
Scenarios for building Hybrid Cloud
Scenarios for building Hybrid CloudScenarios for building Hybrid Cloud
Scenarios for building Hybrid Cloud
 

More from Swaminathan Vetri

BDotNet - Microsoft Build 2023 After Party
BDotNet - Microsoft Build 2023 After Party BDotNet - Microsoft Build 2023 After Party
BDotNet - Microsoft Build 2023 After Party Swaminathan Vetri
 
AzureContainerAppswithDotNet_Pune_2022.pptx
AzureContainerAppswithDotNet_Pune_2022.pptxAzureContainerAppswithDotNet_Pune_2022.pptx
AzureContainerAppswithDotNet_Pune_2022.pptxSwaminathan Vetri
 
Microservices and Service Mesh
Microservices and Service MeshMicroservices and Service Mesh
Microservices and Service MeshSwaminathan Vetri
 
Infrastructure automation with .NET
Infrastructure automation with .NETInfrastructure automation with .NET
Infrastructure automation with .NETSwaminathan Vetri
 
Azure infra automation using pulumi
Azure infra automation using pulumiAzure infra automation using pulumi
Azure infra automation using pulumiSwaminathan Vetri
 
Cross platform dotnet development using dotnet core
Cross platform dotnet development using dotnet coreCross platform dotnet development using dotnet core
Cross platform dotnet development using dotnet coreSwaminathan Vetri
 
Unicom DevCon - CI/CD for Asp.net core apps using Docker
Unicom DevCon - CI/CD for Asp.net core apps using DockerUnicom DevCon - CI/CD for Asp.net core apps using Docker
Unicom DevCon - CI/CD for Asp.net core apps using DockerSwaminathan Vetri
 
CI/CD for Asp.net core apps using Docker
CI/CD for Asp.net core apps using DockerCI/CD for Asp.net core apps using Docker
CI/CD for Asp.net core apps using DockerSwaminathan Vetri
 
Deploying .net core apps to Docker - dotnetConf Local Bengaluru
Deploying .net core apps to Docker - dotnetConf Local BengaluruDeploying .net core apps to Docker - dotnetConf Local Bengaluru
Deploying .net core apps to Docker - dotnetConf Local BengaluruSwaminathan Vetri
 
Rapid mobile app development using Ionic framework
Rapid mobile app development using Ionic frameworkRapid mobile app development using Ionic framework
Rapid mobile app development using Ionic frameworkSwaminathan Vetri
 
Entity Framework for Cross platform apps
Entity Framework for Cross platform appsEntity Framework for Cross platform apps
Entity Framework for Cross platform appsSwaminathan Vetri
 
Xamarin Dev Days - Intro to Xamarin
Xamarin Dev Days - Intro to XamarinXamarin Dev Days - Intro to Xamarin
Xamarin Dev Days - Intro to XamarinSwaminathan Vetri
 

More from Swaminathan Vetri (18)

BDotNet - Microsoft Build 2023 After Party
BDotNet - Microsoft Build 2023 After Party BDotNet - Microsoft Build 2023 After Party
BDotNet - Microsoft Build 2023 After Party
 
AzureContainerAppswithDotNet_Pune_2022.pptx
AzureContainerAppswithDotNet_Pune_2022.pptxAzureContainerAppswithDotNet_Pune_2022.pptx
AzureContainerAppswithDotNet_Pune_2022.pptx
 
Microservices and Service Mesh
Microservices and Service MeshMicroservices and Service Mesh
Microservices and Service Mesh
 
Infrastructure automation with .NET
Infrastructure automation with .NETInfrastructure automation with .NET
Infrastructure automation with .NET
 
Azure infra automation using pulumi
Azure infra automation using pulumiAzure infra automation using pulumi
Azure infra automation using pulumi
 
CI/CD with GitHub Actions
CI/CD with GitHub ActionsCI/CD with GitHub Actions
CI/CD with GitHub Actions
 
Bye bye WCF, hello gRPC
Bye bye WCF, hello gRPCBye bye WCF, hello gRPC
Bye bye WCF, hello gRPC
 
Building cloud native apps
Building cloud native appsBuilding cloud native apps
Building cloud native apps
 
Azure dev ops
Azure dev opsAzure dev ops
Azure dev ops
 
.Net Standard 2.0
.Net Standard 2.0.Net Standard 2.0
.Net Standard 2.0
 
Cross platform dotnet development using dotnet core
Cross platform dotnet development using dotnet coreCross platform dotnet development using dotnet core
Cross platform dotnet development using dotnet core
 
Unicom DevCon - CI/CD for Asp.net core apps using Docker
Unicom DevCon - CI/CD for Asp.net core apps using DockerUnicom DevCon - CI/CD for Asp.net core apps using Docker
Unicom DevCon - CI/CD for Asp.net core apps using Docker
 
CI/CD for Asp.net core apps using Docker
CI/CD for Asp.net core apps using DockerCI/CD for Asp.net core apps using Docker
CI/CD for Asp.net core apps using Docker
 
Deploying .net core apps to Docker - dotnetConf Local Bengaluru
Deploying .net core apps to Docker - dotnetConf Local BengaluruDeploying .net core apps to Docker - dotnetConf Local Bengaluru
Deploying .net core apps to Docker - dotnetConf Local Bengaluru
 
Rapid mobile app development using Ionic framework
Rapid mobile app development using Ionic frameworkRapid mobile app development using Ionic framework
Rapid mobile app development using Ionic framework
 
Entity Framework for Cross platform apps
Entity Framework for Cross platform appsEntity Framework for Cross platform apps
Entity Framework for Cross platform apps
 
Xamarin Dev Days - Intro to Xamarin
Xamarin Dev Days - Intro to XamarinXamarin Dev Days - Intro to Xamarin
Xamarin Dev Days - Intro to Xamarin
 
Getting Started with Ionic
Getting Started with IonicGetting Started with Ionic
Getting Started with Ionic
 

Recently uploaded

IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAndikSusilo4
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...HostedbyConfluent
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 

Recently uploaded (20)

IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & Application
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 

Architecting multi-cloud ready applications

  • 1. Cloud & AI Conference 2023 Asia's Largest 17 - 18, November 2023 IIT Madras Research Park, Chennai
  • 2. Architecting Multi Cloud Ready applications Swaminathan Vetri Senior Solution Architect – Maersk Technology Centre
  • 3. About Me  Dad of 2 little princess   Senior Solution Architect @ Maersk Technology Center  Organiser of .NET and Azure user groups in Bangalore  GitHub/LinkedIn/Instagram/YouTube - @swaminathanvetri  Twitter - @svswaminathan  Blogging, Public speaking, Traveling, Photography, Dance, Table Tennis, Home automation
  • 4. Agenda  What are Multi cloud applications?  Why Multi Cloud ?  Architectural choices for multi cloud ready apps  Tools & Technologies that enables multi cloud
  • 5. What is Multi-cloud?  Multi-cloud refers to using services from more than one public cloud provider at the same time.  A multi-cloud environment allows your cloud environments to be private, public, or a combination of both.  The primary goal of a multi-cloud strategy is to give you flexibility to operate with the best computing environment for each workload.
  • 6. Hybrid Cloud vs Multi-Cloud? Hybrid Cloud  Common workloads are deployed across Private and Public cloud  Combines Private Cloud (on- premise Datacenter) with Public Cloud (Azure, AWS, GCP etc.,) Multi-Cloud  Using cloud computing service from more than one public cloud for different workloads  Interconnects different services across clouds and without having to connect the clouds themselves
  • 7. Why Multi-cloud? Leverage Best of each cloud Avoids Vendor lock in Cost efficiency Innovative Technology Advanced security and regulatory compliance Increased reliability and resiliency Increased performance
  • 8. Types of Multi-cloud applications • Deployed one app to one cloud and another to a different cloud Multi-cloud enterprises • Same applications are deployed to different clouds Cloud-agnostic applications • Single application distributed across multiple clouds Multi-cloud application
  • 9. Every other company does it 😁 Why should you go Multi-cloud ???
  • 10. Multicloud usage stats Orgs deploy apps on two or more IaaS providers Orgs agrees multiple cloud providers delivers strategic benefits esg_ebook_google_cloud_multicloud_application_deployment_february_2023.pdf Orgs agrees app env will be distributed across multiple locations
  • 13. Multi-cloud Architectural choices • Same applications are deployed to different clouds Cloud-agnostic applications
  • 15. Hosting Infrastructure Azure AWS GCP Azure Virtual Machines Amazon EC2 Compute Engine Azure VM Scale sets AWS Auto scaling Compute Engine Auto scaler Azure Batch AWS Batch Batch Azure Container Apps Amazon Elastic Container Service (ECS) Cloud Run Azure Kubernetes Service (AKS) Amazon Elastic Kubernetes Service (EKS) Kubernetes Engine (GKE) Azure Functions AWS Lambda Cloud Functions Self managed (Iaas) Managed k8s (PaaS) Serverless Container runtimes (CaaS)
  • 16. Networking Azure AWS GCP Virtual Network Virtual Private Cloud (VPC) Virtual Private Network Azure NAT Gateway NAT Gateways Cloud NAT Azure Load Balancer Network Load Balancer Cloud Load Balancer Azure Traffic Manager Route 53 Global Cloud Load Balancer Azure Private Link AWS Private Link Private Service Connect
  • 17. Application Workloads Azure AWS GCP Azure App Service Elastic Beanstalk App Engine Azure Functions AWS Lambda Cloud Functions Static Web Apps AWS Amplify App Engine API Management - API Gateway/Azure API Management / Apigee Container runtimes – Azure Container Apps/Elastic Container service/Cloud Run Container Orchestration - Azure Kubernetes Service/Elastic Kubernetes Service/Google Kubernetes Engine
  • 18. Messaging/Eventing services Azure AWS GCP Azure Event Grid Amazon Event Bridge Cloud Pub/Sub Azure Service Bus Amazon Simple Notification Service (SNS) Azure Event Hubs Amazon Kinesis Managed Kafka/Active MQ/Rabbit MQ
  • 19. Databases Azure AWS GCP Azure Cosmos DB Dynamo DB Cloud Spanner Azure Cosmos DB - No SQL API - Table storage - Simple DB - Cloud BigTable Azure Cosmos API for Mongo Amazon Document DB Cloud Firestore Azure Cosmos API for Cassandra Amazon Keyspaces NA Azure Database for MariaDB RDS for MariaDB NA Azure SQL/RDS for SQL Server/Cloud SQL for SQL Server Azure Database for MySQL/RDS for MySQL/Cloud SQL for MySQL Azure Database for PostgresQL/RDS for Postgres/Cloud SQL for Postgres/AlloyDB Mongo DB Atlas
  • 20. Observability Azure AWS GCP Azure Monitor Amazon Cloud Watch Operations Application Insights X-Ray Cloud Trace/Cloud Profiler Azure Log Analytics Cloud Watch Cloud Logging Managed Service for Prometheus/DataDog/Sites24*7 etc.,
  • 21. DevOps Tools Azure AWS GCP Azure DevOps • Azure Repos • Azure Pipelines • Azure Artifacts • Code Commit • Code Build • Code Pipeline • Code Deploy • Cloud Source Repositories • Cloud Build Azure Resource Manager Cloud Formation Cloud Deployment Manager Azure CLI AWS CLI Gcloud CLI CI/CD : GitHub Actions/GitLab/Other Cloud agnostic DevOps tools IaC: Terraform/Pulumi/Chef/Puppet/Ansible
  • 22. Multi-cloud Governance - Azure Azure Arc overview - Azure Arc | Microsoft Learn
  • 23. Multi-cloud Governance - GCP Anthos (GKE Enterprise) technical overview | Google Cloud
  • 24. Putting it all together
  • 26. Can’t we leverage CNCF toolset for Multi-cloud ?? Of course, Yes!!!
  • 27. Courtesy : landscape.png (8680×6840) (cncf.io)
  • 28. Multi-cloud apps - Challenges Choosing LCD from every cloud Management Complexity (Monitoring/Operations) Consistent Security Integrating Software environments Consistent performance & reliability Consistent developer experience Governance across multiple clouds
  • 30. To Be, or Not To Be Why not if the business benefits outweighs challenges …
  • 31. Multi-cloud is NOT a silver bullet Like any other tech buzzword 
  • 32. Tools & Tech to build multi-cloud apps
  • 33. Dapr - Distributed Application Runtime Dapr is a portable, event-driven runtime that makes it easy for any developer to build resilient, stateless, and stateful applications that run on the cloud and edge and embraces the diversity of languages and developer frameworks Overview | Dapr Docs
  • 34. Dapr – Building Blocks docs/daprdocs/static/images/building_blocks.png at v1.12 · dapr/docs · GitHub
  • 36. Radius Radius is an open-source, cloud-native, application platform that enables developers and the operators that support them to define, deploy, and collaborate on cloud-native applications across public clouds and private infrastructure **Early release and not production ready toolset Radius (radapp.io)
  • 38. Recap Enterprises are embracing Multi-Cloud Multi-cloud architecture is challenging and trade-offs to be carefully evaluated Go for Multi-Cloud ONLY if the business benefits outweighs Challenges Use Cloud agnostic services to attain multi-cloud readiness Use CaaS over PaaS over IaaS Containerization – most popular means; though not the only means to achieve multi-cloud
  • 39. References  Introduction to hybrid and multicloud - Cloud Adoption Framework | Microsoft Learn  What Is multicloud? Definition and benefits | Google Cloud  Cloud Native Landscape (cncf.io)  40 cloud computing stats and trends to know in 2023 | Google Cloud Blog  esg_ebook_google_cloud_multicloud_application_deployment_february_2023.pdf  Multi-Cloud: Reaching the Tipping Point (vmware.com)  Google Cloud to Azure services comparison - Azure Architecture Center | Microsoft Learn  AWS to Azure services comparison - Azure Architecture Center | Microsoft Learn  Azure Arc overview - Azure Arc | Microsoft Learn  Anthos Powers Enterprise Container Platforms | Google Cloud  Overview | Dapr Docs  Radius Docs (radapp.io)
  • 40.
  • 42. Swaminathan Vetri Senior Solution Architect @ Maersk Technology Center Architecting Multi Cloud Ready Applications

Editor's Notes

  1. Application runtimes Messaging & eventing services
  2. GCP has Datastax Cassandra via Market place GCP has Neo4J Aura via Market place
  3. - Add Application monitoring using LGTM stack
  4. Manage your entire environment together by projecting your existing non-Azure and/or on-premises resources into Azure Resource Manager. Manage virtual machines, Kubernetes clusters, and databases as if they are running in Azure. Use familiar Azure services and management capabilities, regardless of where your resources live. Continue using traditional ITOps while introducing DevOps practices to support new cloud native patterns in your environment. Configure custom locations as an abstraction layer on top of Azure Arc-enabled Kubernetes clusters and cluster extensions.
  5. Manage your entire environment together by projecting your existing non-Azure and/or on-premises resources into Azure Resource Manager. Manage virtual machines, Kubernetes clusters, and databases as if they are running in Azure. Use familiar Azure services and management capabilities, regardless of where your resources live. Continue using traditional ITOps while introducing DevOps practices to support new cloud native patterns in your environment. Configure custom locations as an abstraction layer on top of Azure Arc-enabled Kubernetes clusters and cluster extensions.