The Next Cloud Revolution: Why Kubernetes Operators Change Everything

The hyperscalers won with developer convenience, not better infrastructure—and European cloud companies failed trying to copy them. But Kubernetes operators change the game: operational knowledge encoded as portable software that runs on any provider. Cloud spend follows the same trajectory, but the distribution shifts. Commodities get priced as commodities (where European providers compete fine), and the service layer flows to software development instead of proprietary lock-in. Europe doesn't need its own AWS. We need the ecosystem that makes AWS optional.

By Jurg van Vliet

Amazon and Microsoft didn't win the cloud war with better virtual machines. They won with developer convenience and a fundamental shift from capex to opex. Click a button, get a database. Call an API, send an email. No hardware procurement, no capacity planning, no upfront investment. The infrastructure disappeared behind managed services that simply worked, billed by the hour.

European cloud companies saw this and tried to copy it. Build another AWS. Build another Azure. Build another GCP. But they lacked the commitment—the grit and the financial backing—to compete in a race defined by the hyperscalers. Billions in R&D. Thousands of engineers. Decades of runway. The European challengers brought knives to a gunfight and wondered why they kept losing.

Here's the thing: we don't have to fight that battle anymore.

We can redefine the game. Rewrite the rules entirely.

The New Distribution Model

Kubernetes changed everything, but not in the way most people think. The real revolution wasn't containers or orchestration—it was the operator pattern. Operators encode operational knowledge into software. They watch, reconcile, and heal. They turn complex stateful systems into something that behaves like a managed service.

CloudNativePG gives you production-grade PostgreSQL. Strimzi gives you Kafka. Redis, RabbitMQ, MongoDB—operators exist for all of them. These aren't toys. They're battle-tested systems running critical workloads, maintained by communities and vendors with deep expertise.

This is the paradigm shift: software distribution is becoming the new managed service.

Instead of paying a hyperscaler for their proprietary database service, you deploy an operator that manages the database for you. The operational complexity doesn't disappear—it gets encoded into portable software that runs on any Kubernetes cluster, on any infrastructure provider, in any jurisdiction.

Developer convenience, reimagined. Solid production databases, managed the GitOps way, on a European Kubernetes cloud.

Follow the Money

The total cloud spend will follow the same trajectory. Enterprises aren't going back to running their own data centers. The shift from capex to opex is permanent. The question isn't whether the money gets spent—it's where it flows.

In the hyperscaler model, compute is a loss leader. The margins are in the managed services—the proprietary APIs that create lock-in and justify premium pricing. European cloud providers competing on compute alone were always fighting for scraps.

The operator model redistributes this spend:

Commodities get priced as commodities. Compute, storage, network—these become interchangeable. European providers like Scaleway, OVHcloud, and Hetzner compete just fine on infrastructure. When Kubernetes is the abstraction layer, the underlying provider matters less. Price, performance, jurisdiction—pick what matters to you.

The service layer goes to software. The money that used to flow to AWS for RDS and SQS? It can flow to software development instead. To the companies and communities building operators. To the engineers encoding operational knowledge. If we play it right, this means open source—sustainable, foundation-governed projects that benefit everyone.

Investment stays local. Instead of filling overseas coffers, we build our own digital muscle. European engineers, European companies, European open source communities—all strengthened by redirected cloud spend.

The New Cloud Stack

The future isn't one provider offering everything. It's a composable stack:

Layer 1: Kubernetes as the universal runtime. Scaleway Kapsule, OVHcloud Managed Kubernetes, Exoscale SKS—they're all running the same API, the same ecosystem. The managed Kubernetes market is already commoditizing.

Layer 2: Operators as portable managed services. Database? Deploy an operator. Message queue? Deploy an operator. Certificate management, secrets, identity? All operators. The software comes from specialists who focus on doing one thing exceptionally well.

Layer 3: Commodity external services. DNS, email delivery, CDN, DDoS protection—these benefit from global scale but are also commodities with standard APIs. Use them without lock-in.

Layer 4: Specialist infrastructure. GPU clusters for AI. High-memory instances for analytics. Edge nodes for low latency. Different providers excel at different things. Kubernetes lets you consume them all through a unified interface.

This model inverts cloud economics. The generalist providers offer the compute foundation. Specialists offer differentiated capabilities. And operators—portable, open source, community-driven—deliver the managed service experience.

No single provider controls the stack. No single jurisdiction controls the data.

Why Europe Wins This Game

The operator model plays to European strengths:

Open source is in our DNA. European developers and companies are deeply embedded in the CNCF ecosystem. The operators powering this revolution—Flux, cert-manager, CloudNativePG, Strimzi—are community-built, foundation-governed. European values around collaborative development align naturally with this model.

We don't need hyperscaler scale. A specialist provider with the best GPU infrastructure can compete on that strength alone. A regional provider with low-latency edge compute can serve local markets profitably. Kubernetes democratizes participation in the cloud economy.

Sovereignty becomes architecture. When your "managed services" are operators running in your cluster, on your chosen provider, in your chosen jurisdiction—sovereignty isn't a feature request. It's the default.

Competition keeps everyone honest. Operators are portable. If your provider doubles their prices, you migrate. The switching cost is infrastructure, not application rewriting. This pressure benefits customers and prevents the kind of lock-in that hyperscalers depend on.

Accelerating the Transition

The operator ecosystem is maturing fast, but gaps remain. Not every managed service has a production-ready operator equivalent. The developer experience isn't yet as smooth as a cloud console. Operational knowledge is still being encoded.

This is where sharing accelerates everything.

Every team that deploys operators in production and publishes their configurations reduces friction for the next team. Every contribution to operator projects improves the software for everyone. Every scaffold and tutorial that shows "here's how we run this on European infrastructure" builds the ecosystem.

I've open-sourced a Kubernetes scaffold for Scaleway that embodies this approach: OpenTofu for infrastructure, Flux for GitOps, operators handling what they can. It's a starting point. Fork it. Improve it. Share what you build.

The Revolution Is Already Here

The next cloud revolution isn't about who builds the biggest data centers. It's about how software gets distributed and operated.

When operational knowledge travels as code—as operators anyone can deploy—the hyperscaler managed service advantage evaporates. What remains is infrastructure: compute, storage, network. Commodities. And on that playing field, European providers compete just fine.

The hyperscalers will adapt. They'll push proprietary Kubernetes extensions, try to lock in through AI services, find new vectors. But the fundamental shift toward portable, composable infrastructure favors diversity over monopoly.

Europe doesn't need to build its own AWS. We tried that. It didn't work.

Instead, we build the ecosystem that makes AWS optional. We redirect cloud spend from overseas lock-in to local capability. We turn the commodity trap into a commodity advantage.

The Kubernetes operator revolution is that ecosystem. The rules have changed.

Time to play a different game.


The Scaleway Project Scaffold is available at github.com/aknostic/scaleway-project-scaffold under the Apache 2.0 license.