tadata
Back to home

Cloud & DevOps in 2026: Ecosystem, Tools & Best Practices

#cloud#devops#aws#gcp#azure#open-source#kubernetes
AWS
GCP
Azure
EU / FR
Open Source
Mini Map

Taxonomy inspired by the MAD 2025 Landscape by Matt Turck / FirstMark. Interactive — pan and zoom to explore.

The Cloud & DevOps landscape continues to evolve around Kubernetes, Infrastructure as Code, and platform engineering. The shift from "you build it, you run it" to internal developer platforms (IDPs) is reshaping how teams deliver software.

At a Glance

CategoryAWSGCPAzureEU / FROpen Source
ContainersEKS, ECS, App RunnerGKE, Cloud RunAKSScaleway Kapsule/Kosmos, OVH MKSKubernetes, k3s, Nomad, OpenStack
IaCCloudFormation, CDKDeployment ManagerBicepTerraform, OpenTofu, Pulumi
CI/CDCodePipeline + CodeBuildCloud BuildAzure PipelinesGitHub Actions, GitLab CI, ArgoCD
ObservabilityCloudWatch, X-RayCloud OperationsAzure MonitorPrometheus, Grafana, OTel, Loki
SecurityGuardDutySecurity Command CenterDefenderOPA, Trivy, Sigstore, Kyverno
Platform Eng.ProtonService CatalogBackstage, Crossplane, OpenStack

Container Orchestration

Kubernetes has won the orchestration war, and every cloud offers a managed distribution.

AWS EKS (Elastic Kubernetes Service) provides managed Kubernetes with deep AWS integration — IAM roles for service accounts, ALB ingress, and EBS/EFS storage classes. EKS Anywhere extends this to on-premises. AWS also offers ECS (Elastic Container Service) as a simpler, AWS-native alternative for teams that don't need full Kubernetes flexibility.

GCP GKE (Google Kubernetes Engine) is widely regarded as the most mature managed Kubernetes offering, with GKE Autopilot providing a fully managed node experience. GCP's heritage as the birthplace of Kubernetes gives GKE an edge in features and integration.

Azure AKS (Azure Kubernetes Service) integrates tightly with Azure Active Directory, Azure Monitor, and Azure Policy. AKS automatic mode (similar to Autopilot) simplifies cluster management.

European sovereign cloud: Scaleway Kapsule provides managed Kubernetes in Paris and Amsterdam with a free control plane (pay only for nodes). Scaleway Kosmos goes further with multi-cloud Kubernetes, allowing nodes from different providers in a single cluster. OVHcloud Managed Kubernetes Service (MKS) offers CNCF-certified Kubernetes with a free control plane in French and European datacenters. Both are strong options for data sovereignty requirements under GDPR.

Open source: Vanilla Kubernetes with k3s (lightweight) or k0s for edge deployments. Talos Linux provides a Kubernetes-focused immutable OS. OpenStack remains the leading open-source cloud infrastructure platform — used by OVHcloud, Scaleway, and many European providers as their foundation layer. It provides compute (Nova), networking (Neutron), storage (Cinder/Swift), and identity (Keystone) services. For local development, kind and minikube remain essential.

Infrastructure as Code (IaC)

Declaring infrastructure as code is non-negotiable in 2026.

Terraform (by HashiCorp, now IBM) remains the dominant multi-cloud IaC tool with its provider ecosystem. However, the BSL license change has pushed some organizations toward OpenTofu, the open-source fork maintained by the Linux Foundation.

AWS CloudFormation and AWS CDK serve AWS-only environments. CDK lets teams define infrastructure in TypeScript, Python, or Go, which appeals to development-heavy teams.

GCP offers Deployment Manager (legacy) and encourages Terraform or Pulumi. Azure has Bicep, a domain-specific language that compiles to ARM templates and is tightly integrated with the Azure ecosystem.

Pulumi offers a compelling alternative — real programming languages (TypeScript, Python, Go, C#) instead of HCL or YAML, with state management and a growing provider ecosystem.

CI/CD Pipelines

Continuous integration and delivery pipelines are the backbone of software delivery.

GitHub Actions has become the de facto standard for many teams, with a massive marketplace of reusable actions and tight repository integration.

GitLab CI/CD offers a fully integrated DevOps platform with built-in container registry, security scanning, and deployment pipelines.

AWS CodePipeline + CodeBuild provide native AWS CI/CD. GCP Cloud Build offers serverless builds with deep GCP integration. Azure DevOps Pipelines provides enterprise-grade CI/CD with strong Azure integration.

Open source: ArgoCD and Flux dominate GitOps-style continuous delivery for Kubernetes. Tekton provides cloud-native pipeline primitives. Jenkins, while aging, still powers many enterprise pipelines. Dagger offers a portable CI/CD engine that runs anywhere.

Observability & Monitoring

Modern observability spans metrics, logs, traces, and increasingly, profiling.

AWS CloudWatch provides metrics and logs with Container Insights for EKS. AWS X-Ray handles distributed tracing. AWS Managed Grafana and Managed Prometheus bring open-source observability to AWS.

GCP Cloud Operations (formerly Stackdriver) offers integrated monitoring, logging, and tracing. GCP Managed Prometheus provides a Prometheus-compatible metrics backend.

Azure Monitor with Application Insights provides end-to-end observability. Azure Managed Grafana integrates with Azure data sources.

Open source: The OpenTelemetry (OTel) project has become the industry standard for instrumentation. Prometheus + Grafana remain the gold standard for metrics and dashboards. Loki (for logs) and Tempo (for traces) from Grafana Labs complete the observability stack. Jaeger provides distributed tracing.

Platform Engineering

Platform engineering — building internal developer platforms (IDPs) — is the major organizational trend.

Tools like Backstage (from Spotify, now a CNCF project) provide a developer portal for service catalogs, documentation, and self-service infrastructure. Port and Humanitec offer commercial alternatives. Crossplane extends Kubernetes to manage cloud resources declaratively, enabling platform teams to offer infrastructure as internal APIs.

AWS Proton and GCP service catalog features attempt to address this space, but open-source solutions remain more flexible.

Security & Policy

DevSecOps has moved from aspiration to requirement.

AWS GuardDuty, GCP Security Command Center, and Azure Defender provide cloud-native threat detection. For Kubernetes, Open Policy Agent (OPA) with Gatekeeper enforces policies at admission time. Kyverno offers a Kubernetes-native policy engine as an OPA alternative.

Supply chain security tools like Sigstore (cosign, Rekor) for container signing, Trivy for vulnerability scanning, and SBOM generation are becoming mandatory in regulated industries.

Roadmap for 2026

  • Adopt platform engineering: Build internal developer platforms to reduce cognitive load on development teams
  • Standardize on OpenTelemetry: Vendor-neutral instrumentation pays dividends in flexibility
  • Evaluate OpenTofu vs. Terraform: If multi-cloud or license concerns matter, OpenTofu is a viable path
  • Embrace GitOps: ArgoCD or Flux for declarative, auditable Kubernetes deployments
  • Shift security left: Integrate policy-as-code and vulnerability scanning into CI/CD pipelines
  • Consider FinOps: Cloud cost optimization tools like OpenCost, Kubecost, or Infracost should be part of every platform

References

  • MAD 2025 Landscape — Matt Turck / FirstMark: comprehensive map of the ML, AI & Data ecosystem
  • CNCF Landscape — Cloud Native Computing Foundation interactive landscape
  • Kubernetes — container orchestration platform
  • Terraform — Infrastructure as Code by HashiCorp
  • OpenTofu — open-source Terraform fork by Linux Foundation
  • ArgoCD — declarative GitOps for Kubernetes
  • Backstage — open-source developer portal by Spotify / CNCF
  • OpenTelemetry — vendor-neutral observability framework
  • Grafana — open-source observability platform
  • Sigstore — software supply chain security
  • OpenCost — Kubernetes cost monitoring
  • OVHcloud — European sovereign cloud provider (FR)
  • Scaleway — European cloud with GPU instances and managed K8s (FR)
  • NumSpot — French sovereign cloud backed by Docaposte, Dassault, Bouygues
  • 3DS Outscale — SecNumCloud-qualified French IaaS
  • Clever Cloud — European PaaS for developers (FR)
  • Gaia-X — European data infrastructure framework
  • EU Data Act — European regulation on fair data access
  • Scaleway Kapsule — managed Kubernetes with free control plane (Paris, Amsterdam)
  • Scaleway Kosmos — multi-cloud Kubernetes with cross-provider nodes
  • OVHcloud Managed Kubernetes — CNCF-certified K8s with free control plane
  • OpenStack — open-source cloud infrastructure platform (compute, network, storage)

Pricing Comparison

Compute — General Purpose

ProviderService / SKUSpecsPriceUnitRegion
ScalewayDEV1-Mvcpu: 3 · memory: 4 GiB€0.022/1 HourPAR1 (Paris, FR)
OVHcloudb3-8vcpu: 2 · memory: 8 GiB€0.038/1 HourGRA (Gravelines, FR)
OVHcloudb3-16vcpu: 4 · memory: 16 GiB€0.077/1 HourGRA (Gravelines, FR)
ScalewayGP1-Svcpu: 8 · memory: 32 GiB€0.084/1 HourPAR1 (Paris, FR)
GCPn2-standard-4vcpu: 4 · memory: 16 GiB$0.194/heurope-west1
AWSm7i.xlargevcpu: 4 · memory: 16 GiB$0.202/Hrseu-west-3
AzureStandard_D4s_v5vcpu: 4 · memory: 16 GiB$0.230/1 Hourwesteurope
GCPn2-standard-8vcpu: 8 · memory: 32 GiB$0.389/heurope-west1
AWSm7i.2xlargevcpu: 8 · memory: 32 GiB$0.403/Hrseu-west-3
AzureStandard_D4s_v5vcpu: 4 · memory: 16 GiB$0.414/1 Hourwesteurope
AzureStandard_D8s_v5vcpu: 8 · memory: 32 GiB$0.460/1 Hourwesteurope
AzureStandard_D8s_v5vcpu: 8 · memory: 32 GiB$0.828/1 Hourwesteurope

Compute — Memory Optimized

ProviderService / SKUSpecsPriceUnitRegion
GCPn2-highmem-4vcpu: 4 · memory: 32 GiB$0.263/heurope-west1
AWSr7i.xlargevcpu: 4 · memory: 32 GiB$0.265/Hrseu-west-3
AzureStandard_E4s_v5vcpu: 4 · memory: 32 GiB$0.304/1 Hourwesteurope
AzureStandard_E4s_v5vcpu: 4 · memory: 32 GiB$0.488/1 Hourwesteurope
GCPn2-highmem-8vcpu: 8 · memory: 64 GiB$0.526/heurope-west1
AWSr7i.2xlargevcpu: 8 · memory: 64 GiB$0.529/Hrseu-west-3
AzureStandard_E8s_v5vcpu: 8 · memory: 64 GiB$0.608/1 Hourwesteurope
AzureStandard_E8s_v5vcpu: 8 · memory: 64 GiB$0.976/1 Hourwesteurope

Managed Kubernetes

ProviderService / SKUSpecsPriceUnitRegion
OVHcloudMKS-Control-PlaneFree/1 HourGRA (Gravelines, FR)
ScalewayKapsule-Control-PlaneFree/1 HourPAR1 (Paris, FR)
AzureAutomatic$0.010/1 Hourwesteurope
AzureAutomatic$0.011/1 Hourwesteurope
AWSEKS-Cluster$0.100/Hrseu-west-3
GCPGKE-Standard$0.100/heurope-west1

Network Egress

ProviderService / SKUSpecsPriceUnitRegion
OVHcloudEgress-Includeddirection: Egress · tier: Included (generous free tier)Free/1 GB/MonthGRA (Gravelines, FR)
ScalewayEgress-Standarddirection: Egress · tier: 75 GB free, then per GB€0.010/1 GB/MonthPAR (Paris, FR)
GCPInternet-Egress-EUdirection: Egress · tier: First 10 TB$0.085/GiByeurope-west1
AWSData-Out-Internetdirection: Egress · tier: First 10 TB$0.090/GBeu-west-3

Serverless / Functions

ProviderService / SKUSpecsPriceUnitRegion
GCPFunctions-Durationmetric: CPU Duration$0.0000/GHz-seurope-west1
ScalewayFunctions-Durationmetric: Duration€0.0000/GB-sPAR (Paris, FR)
AWSLambda-Durationmetric: Duration$0.0000/GB-Secondeu-west-3

Last updated: April 2, 2026 · Indicative on-demand prices, excl. tax. Check official sites for current rates.