Computer Pathshalaकंप्यूटर पाठशाला
← All courses
Cloud DevOpsArchitect

Multi-Cloud DevOps Master

AWS + Azure + GCP, one mental model

Weeks
16
Lessons
74
Browser labs
22
Students
Rating
Tuition · INR
12,990
or 3× EMI · UPI accepted
Audit free
Free preview · 2 lessons

Try before you pay.

Two full lessons from Multi-Cloud DevOps Master — exact topics, hands-on lab pairings, same depth as the paid course. Watch the videos free; sign up to access labs + the rest of the curriculum.

Video coming soon · subscribe on YouTube to be notified
Lesson 0120 min

When multi-cloud is right (and when it's resume-driven)

Multi-cloud sounds strategic and is often a self-inflicted wound. We frame the three legitimate reasons to go multi-cloud and the four anti-patterns to refuse, with real client examples.

What this lesson teaches
  • · The three legitimate drivers: regulatory, cost-arbitrage, vendor-leverage
  • · The four anti-patterns: 'avoid lock-in', 'best-of-breed', 'one-team-one-cloud', mergers
  • · Cost reality: cross-cloud egress, control-plane multiplication, ops headcount
  • · The 'one primary, one DR' pattern that captures 80% of the value at 20% of the cost
Sign up free to access lab + sandbox →
Video coming soon · subscribe on YouTube to be notified
Lesson 0224 min

The portability layer — what survives across clouds

If multi-cloud is the goal, your portability strategy decides whether it's painful or sane. We map which workloads port cleanly (containers, S3-compatible storage), which don't (managed DBs, identity), and the trade-offs.

What this lesson teaches
  • · Containers + Kubernetes as the cleanest portability primitive
  • · Storage: S3 vs Azure Blob vs GCS — API compatibility surface
  • · Identity: federated SSO patterns that work across all three
  • · Why managed databases (RDS / Cosmos / Spanner) are usually pinned
  • · Terraform vs Pulumi vs Crossplane — picking the right abstraction
● Paired lab

Deploy the same containerised app to EKS, AKS and GKE using Helm + a unified Terraform module.

Sign up free to access lab + sandbox →

These are 2 of 74 lessons. Subscribe to @computerpathshala654 for new lessons + course launches. The full 72 remaining lessons are included with cohort enrolment, with a 7-day money-back guarantee.

What you’ll build

10 capstones. Reviewed by senior engineers.

01Build a VPC + EC2 from scratch● Lab
02Containerize a Node app & push to ECR● Lab
03Deploy to EKS with Helm● Lab
04Terraform a 3-tier app● Lab
05GitHub Actions: build → push → deploy● Lab
06Blue-green deploy with Route53● Lab
07Set up Prometheus + Grafana on EKS● Lab
08SLO-based alerting● Lab
09Chaos test with AWS FIS● Lab
10Cost-optimize an EC2 fleet● Lab
Curriculum

74 lessons across 16 weeks

Week 01Multi-cloud strategy & decision framework5 lessons
  • 01When multi-cloud is right (and when it's resume-driven)video20mFREE
  • 02The portability layer — what survives across cloudsvideo24mFREE
  • 03Egress cost math: when AWS→Azure traffic kills the ROIvideo18m
  • 04Org-chart preconditions: when one cloud is the right team sizevideo16m
  • 05Reading: real client multi-cloud audit (anonymised, with numbers)reading25m
Week 02Identity, SSO and the cross-cloud trust fabric5 lessons
  • 06Federated identity 101 — SAML, OIDC, OAuth in plain languagevideo22m
  • 07Workforce SSO: Okta / Entra ID / Google Workspace as the anchorvideo20m
  • 08Workload identity: how EKS pods get AWS credentials without keysvideo24m
  • 09Cross-cloud federation — assume-role across AWS / Azure / GCPvideo22m
  • 10Lab: federate Okta → AWS + Azure + GCP via OIDClab120m
Week 03Networking: connecting clouds without going broke5 lessons
  • 11Cloud-internal vs inter-cloud vs internet — three networksvideo18m
  • 12VPN vs Direct Connect vs ExpressRoute vs Interconnectvideo24m
  • 13The egress trap — design patterns that minimise itvideo22m
  • 14Service mesh for cross-cloud (Istio multi-primary)video26m
  • 15Lab: connect AWS VPC + Azure VNet + GCP VPC with mTLSlab150m
Week 04Kubernetes as the portability primitive5 lessons
  • 16EKS vs AKS vs GKE — the differences that actually mattervideo26m
  • 17Cluster API + Crossplane — declarative multi-cloud K8svideo22m
  • 18Storage portability: CSI drivers across the three cloudsvideo20m
  • 19LoadBalancer Service: what 'cloud controller manager' doesvideo18m
  • 20Lab: deploy same Helm chart to EKS + AKS + GKElab150m
Week 05Terraform across clouds — modules + Spacelift5 lessons
  • 21Module structure for multi-cloud: shared interface, per-cloud implvideo24m
  • 22Provider aliases: managing 6 providers in one workspacevideo18m
  • 23Spacelift / Terraform Cloud for run orchestrationvideo22m
  • 24OPA / Sentinel guardrails — blocking cross-cloud bad patternsvideo20m
  • 25Lab: refactor a cloud-specific module into a portable onelab120m
Week 06Container registries + image distribution4 lessons
  • 26ECR / ACR / Artifact Registry — feature parity checkvideo18m
  • 27Replication strategies: which registry is the source of truthvideo20m
  • 28Image signing with cosign + Sigstore (works on all three)video22m
  • 29Lab: multi-cloud image replication + signature verificationlab90m
Week 07CI/CD pipelines that target all three clouds4 lessons
  • 30GitHub Actions matrix for cross-cloud deployvideo22m
  • 31OIDC federation: no long-lived cloud keys in CIvideo24m
  • 32Deployment patterns: blue/green vs canary vs progressivevideo20m
  • 33Lab: build a CI/CD pipeline that deploys to EKS + AKS in parallellab150m
Week 08Observability across clouds5 lessons
  • 34The 'one Grafana, three Prometheus' patternvideo20m
  • 35OpenTelemetry Collector as the lingua francavideo24m
  • 36Per-cloud quirks: CloudWatch / Azure Monitor / Cloud Loggingvideo22m
  • 37Multi-cloud SLOs — when each cloud counts as a regionvideo18m
  • 38Lab: federated Prometheus + unified Grafana across 3 clusterslab120m
Week 09Disaster recovery + multi-cloud failover4 lessons
  • 39Active-passive vs active-active multi-cloud DRvideo22m
  • 40Data replication: cross-cloud Postgres, S3-to-Azure-Blobvideo26m
  • 41DNS-based failover with health checksvideo18m
  • 42Lab: design + run a multi-cloud failover drill end-to-endlab180m
Week 10Cost & FinOps across three clouds5 lessons
  • 43The 'three bills' problem — unified cost reportingvideo20m
  • 44Reservations across clouds: portfolio approachvideo24m
  • 45Spot / preemptible: which workloads work wherevideo22m
  • 46Vantage / Cloudability / CloudHealth — when each pays offvideo16m
  • 47Lab: build a unified cost dashboard from CUR + Azure exports + GCP billinglab150m
Week 11Multi-cloud security baseline4 lessons
  • 48CSPM tooling: Prowler + Azure Defender + Forsetivideo22m
  • 49Network policies: the unified mental modelvideo20m
  • 50Secrets across clouds — HashiCorp Vault as the equaliservideo24m
  • 51Lab: run Prowler + Defender simultaneously, triage findingslab120m
Week 12Data platforms: where to put the database4 lessons
  • 52Managed DB lock-in — RDS / Cosmos / Spanner are NOT portablevideo22m
  • 53Cross-cloud Postgres via Aurora Global / Crunchy / Patronivideo26m
  • 54Object storage: S3-compatible vs Blob vs GCS — pick one for lifevideo18m
  • 55Analytics: Snowflake / Databricks as the multi-cloud answervideo22m
Week 13Service mesh deep dive4 lessons
  • 56Istio multi-cluster vs Linkerd multi-clustervideo24m
  • 57mTLS across clouds — making it actually workvideo22m
  • 58Traffic shaping: shifting load between clouds gracefullyvideo20m
  • 59Lab: shift 20% of prod traffic from AWS to GCP for 1 hourlab120m
Week 14Edge + CDN strategy4 lessons
  • 60CloudFront vs Front Door vs Cloud CDN — feature parityvideo18m
  • 61Cloudflare on top of all three — when it's the right answervideo20m
  • 62Edge compute: Lambda@Edge vs Functions vs Cloud Runvideo22m
  • 63Lab: serve same site via 3 different CDNs, compare TTFBlab90m
Week 15Compliance & data residency4 lessons
  • 64DPDP Act / GDPR / HIPAA — what multi-cloud changesvideo24m
  • 65Data sovereignty: when you legally cannot use AWS for India usersvideo22m
  • 66Audit logs across clouds — unified evidence pipelinevideo20m
  • 67Lab: design a DPDP-compliant multi-cloud architecturelab120m
Week 16Capstone & architecture review7 lessons
  • 68Production-quality capstone — what 'good' looks likereading30m
  • 69Solutions Architect Professional interview prep (all three clouds)video30m
  • 70Live architecture review of your capstone with a senior engineervideo60m
  • 71Capstone: design + deploy a 3-tier app active-active across AWS + GCPproject720m
  • 72Common architecture mistakes I've seen in 4 years of auditsvideo28m
  • 73When to bring in an external consultant (and how)video18m
  • 74Cohort wrap-up + KS hiring pipeline introductionvideo30m
More from Cloud DevOps

Pair it with