仅欧洲替代方案 Render.
Render positioned itself as the modern Heroku — same developer experience, more reasonable pricing, faster cold starts. Render Inc. is a US Delaware corporation; the Frankfurt region is EU-located but US-controlled, with the underlying infrastructure ultimately on AWS. The CLOUD Act analysis is identical to Heroku and to direct AWS usage. For EU teams that picked Render specifically for its DX, the sovereign alternative is Coolify or a managed PaaS on Hetzner / OVH — same DX, EU jurisdiction, dramatically cheaper at scale.
"欧盟区域"不等于主权。四个问题决定一切。
数据驻留告诉你数据在哪里。主权告诉你哪个法律体系可以强制访问。四个答案都必须成立——否则该技术栈就不主权。
数据物理存储在哪里?
不是"在云中"——而是哪个数据中心、在哪个国家、受哪个司法管辖区管辖。
您的数据路径中还有谁?
每一个接触数据的供应商:CDN、邮件中继、错误追踪、分析管道。
哪些法律可以强制披露?
美国总部的供应商受 FISA 702 和 CLOUD Act 管辖——即使数据存放在法兰克福。
谁实际持有加密密钥?
如果云供应商同时持有数据和密钥,无论 DPA 如何,他们都能读取数据。
在司法管辖权和密钥托管上失败。
欧盟数据、美国母公司、默认路径中的美国次级处理者、供应商管理的密钥。
四项全部通过。
托管在欧盟、由欧盟总部基础设施提供。默认路径中零美国次级处理者。客户持有或欧盟 KMS 密钥。在您的第 28 条 DPA 中按名称列出。
为什么团队正在退出 Render
Render exits are usually triggered by a customer audit (SaaS/B2B) flagging the AWS-Frankfurt-via-Render data path, or by cost reviews where Render's usage-based pricing crosses into "we should self-host" territory. Render's product is well-engineered, and the migration is mostly mechanical — Render uses standard buildpacks and Docker, which port directly to Coolify or any EU PaaS.
Render 服务及其仅欧盟等效方案
迁移不是"换一个盒子"。下面的映射是我们为离开以下平台的客户运行的 Render 基于 Schrems II — 完全欧盟司法管辖权,数据路径中没有美国母公司。
| Render 服务 | 仅欧盟替代方案 | 工程说明 |
|---|---|---|
| Web Services | Coolify on Hetzner, Scaleway Serverless Containers, Dokku | Coolify is the closest DX equivalent; Scaleway is the most "Render-like" managed option in the EU sovereign space. |
| Background Workers | Coolify worker services, Kubernetes deployments on EU K8s, systemd services on bare VMs | Render workers are essentially long-running containers; the migration is a redeploy. |
| Cron Jobs | Coolify scheduled services, K8s CronJobs, systemd timers | Standard cron scheduling on all EU options. |
| Render Postgres | OVH Managed PostgreSQL, Aiven, self-managed PostgreSQL | Logical replication for zero-downtime cutover. |
| Render Redis | OVH Managed Redis, Aiven Redis, self-managed Redis | Standard Redis migration patterns. |
| Static Sites | Bunny.net + EU object storage, Coolify static apps, GitLab Pages EU | Bunny pull zone in front of EU storage is the cheapest production-grade pattern. |
| Private Services | EU private networks (Hetzner, OVH vRack), Coolify internal networks | Service-to-service communication on a private network is standard. |
| Disks (persistent) | Hetzner Volumes, OVH Block Storage, Scaleway Block Storage | Standard NVMe-backed volumes everywhere. |
| Preview Environments | Coolify preview deployments per PR, GitLab Review Apps | Coolify has built-in PR-based preview environments. |
| Render Blueprints (IaC) | Docker Compose, Kubernetes manifests, Coolify config | Render Blueprints are essentially declarative service configs; equivalent on any EU PaaS. |
我们如何迁移离开 Render
典型的中端市场迁移分三个阶段进行。以下数字假设一个 6-10 人的工程团队和中等复杂的应用程序技术栈。
Inventory
List Render services, databases, disks, environment variables and Blueprints. Render setups are typically small and clean — inventory takes less than a day.
Soft swap
Database replicas pre-staged on EU managed PostgreSQL. Object storage / static site files mirrored. CI/CD updated to deploy to both targets in parallel.
Cutover
Coolify (or chosen PaaS) configured with same env vars and build commands. Database cut over via logical replication. DNS shift to new endpoints. Render account decommissioned after verification.
5-year TCO on Render exits: 50–75% cheaper. Render's usage-based pricing scales linearly; self-hosted Coolify on a single Hetzner CCX21 (€10/month) replaces what is typically $200-500/month on Render for small-to-medium workloads.
常见问题
Render has a Frankfurt region — does that solve GDPR?
Residency yes, sovereignty no. Render Inc. is US-headquartered, the underlying compute is AWS Frankfurt (also US-jurisdictional), and the CLOUD Act applies to both layers. For Schrems II–strict workloads, the Frankfurt region is not sufficient.
Can Coolify really replace Render's UX?
For 90% of Render workloads, yes. Coolify supports git-push deploys, automatic SSL, preview environments per PR, environment variable management, secrets, and webhook deploys. The areas where Render is still ahead: integrated metrics dashboards (Coolify's are more basic) and zero-config TLS (parity here).
What about Fly.io as an alternative?
Fly.io is also US-headquartered (Delaware), so it doesn't solve sovereignty — see /alternatives/fly-io for that specific migration. For sovereign PaaS, the EU options are Coolify, Dokku, Caprover, or a managed equivalent.
How long does a Render migration take?
For a typical workload (3–10 services, 1–2 databases, static sites): 1–3 weeks elapsed. With managed-partner support: 1 week. Render's small product surface keeps the migration clean.
Can we run a hybrid during transition?
Yes — common pattern. New deployments go to the EU PaaS; existing services stay on Render until each is verified. Database can be replicated read-only to the EU side during the transition period.
What if we want fully managed (not self-hosted)?
Scaleway Serverless Containers is the closest "managed PaaS" in the EU sovereign space. For teams that want a Render-like experience without operating Coolify, a managed-partner relationship — where someone else operates the PaaS for you — is the third option.