惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

The GitHub Blog
The GitHub Blog
雷峰网
雷峰网
小众软件
小众软件
博客园 - 【当耐特】
J
Java Code Geeks
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Hugging Face - Blog
Hugging Face - Blog
腾讯CDC
Engineering at Meta
Engineering at Meta
aimingoo的专栏
aimingoo的专栏
A
About on SuperTechFans
H
Help Net Security
博客园_首页
P
Proofpoint News Feed
GbyAI
GbyAI
大猫的无限游戏
大猫的无限游戏
N
Netflix TechBlog - Medium
爱范儿
爱范儿
MyScale Blog
MyScale Blog
Blog — PlanetScale
Blog — PlanetScale
The Cloudflare Blog
MongoDB | Blog
MongoDB | Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
Google DeepMind News
Google DeepMind News

The Register - Off-Prem: PaaS + IaaS

AWS lets agents drive its virtual cloudy desktops Trump threatens UK with ‘big tariff’ over digital tech tax UK tribunal sends £2B claim accusing Microsoft of overcharging for licensing to trial £2B Microsoft licensing claim gets go-ahead from UK tribunal One of Europe's sovereign cloud picks may not be so-sovereign after all Europe picks 4 sovereign cloud providers, but one has Google Networks not ready for the challenges of AI traffic UK told its Big Tech habit is now a national security risk Commvault has a Ctrl+Z for rogue AI agents Amazon rejects AWS climate disclosure proposal Microsoft cuts cloudy desktop prices by 20 percent Google taps Intel for another round of custom network chips Nutanix thinks some Azure cloud desktops belong on-prem AWS would prefer to forget March in UAE region AWS would prefer to forget March in UAE region CMA dithers as Microsoft's cloud meter runs on your dime Microsoft startup credits are the gift that keeps on billing SAP's grand cloud escape plan €2B short of the runway Alibaba Cloud hikes prices by up to 34%, blames hardware costs and AI demand Alibaba Cloud lifts prices, blames AI and hardware costs Founder finds Azure startup credits don't apply to Claude Lloyds Banking Group apps play mix-and-match with customer transactions Oracle outage knocks TikTok offline for some US users Oracle outage knocks TikTok offline for some US users Bank of England says it can run £431M settlement system without Accenture AWS says drones hit two of its datacenters in UAE, urges users to move resources to different regions AWS says drones hit two of its datacenters in UAE Salesforce CEO 'SaaSquatch' Benioff says his company will monster the SaaSpocalypse Salesforce CEO declared victory over flagging software sales Former Amazon UK boss set to chair CMA
Founder drops AWS for Euro stack in bid for sovereignty
Carly Page Carly Page · 2026-02-20 · via The Register - Off-Prem: PaaS + IaaS

PaaS + IaaS

Founder ditches AWS for Euro stack, finds sovereignty isn't plug-and-play

Attempt to go 'Made in EU' offers big tech escapees a reality check where lower cloud bills come with higher effort

Building a startup entirely on European infrastructure sounds like a nice sovereignty flex right up until you actually try it and realize the real price gets paid in time, tinkering, and slowly unlearning a decade of GitHub muscle memory.

That's the takeaway from a blog post published on Friday in which one founder lays out what happened when they decided to ditch the US hyperscalers and piece together a "Made in EU" stack instead.

The experiment eventually turned into hank.parts, a cross-border car parts marketplace where buyers post what they need and sellers from around Europe pitch offers.

The motivation won't surprise anyone who's followed the sovereignty debate: keep data in Europe, avoid putting everything in the hands of a few US cloud giants, and see if a homegrown stack can actually hold up. Turns out it can – just with a few more hurdles along the way.

Compute ended up running on Hetzner, with Scaleway filling in gaps like email and container registries. Bunny.net handled CDN and edge duties, Nebius provided GPU capacity for AI inference, and German identity outfit Hanko took care of authentication. A long tail of tools – analytics, secrets management, CRM, error tracking – was self-hosted on Kubernetes, with Rancher acting as the control tower.

"Is self-hosting more work than SaaS? Obviously. But it means my data stays exactly where I put it, and I'm not at the mercy of a provider's pricing changes or acquisition drama," the founder said.

The trade-off is that every self-hosted component becomes your responsibility when something breaks, and the documentation rabbit hole can get pretty deep at the worst possible moment.

What really stands out in the post isn't the infrastructure choices so much as the ecosystem's pull.

"If you live in GitHub's ecosystem Actions, Issues, code review workflows, the social graph... walking away feels like leaving a city you've lived in for a decade," they wrote. "You know where everything is. Gitea is actually excellent, and I'd recommend it without hesitation for the core git experience. But you'll miss the ecosystem."

Not everything can be local, though. Getting an app onto phones still means handing a cut to Apple and Google, and finding users still tends to run through Google Ads. Social logins also keep bouncing through US systems because that's what people expect. And if you want the newest AI models, you're still making a call across the Atlantic.

It doesn't come across as a warning so much as a reminder of where things stand. Europe's cloud scene is clearly capable, but going all-in today still means a bit more hands-on work and fewer shortcuts. You get more control and often lower bills, but with a little less of the "it just works" magic.

Europe can run your stack perfectly well. It just hasn't quite figured out how to make it the default path yet. ®