Compare / Google Cloud Run vs Netcup VPS / Root Server
Google Cloud Run vs Netcup VPS / Root Server
Pre-calculated from hand-checked data — Google Cloud Run checked 2026-08-06, Netcup checked 2026-08-06.
The short version
Google Cloud Run wins more of our comparison points, but Netcup VPS / Root Server still fits if european projects that want the most NVMe and RAM per euro and can live with German contract formalities describes you.
Price Tie
Google Cloud Run costs less while you're starting out, but Netcup VPS / Root Server works out cheaper once traffic grows.
Ease Google Cloud Run
Google Cloud Run is easier to get running: run `gcloud run deploy --source .` — buildpacks containerize the app, or push any Docker image; GitHub continuous deployment is built in.
Control Netcup VPS / Root Server
Netcup VPS / Root Server gives you more control over the stack — the flip side of the convenience trade.
Free tier Google Cloud Run
Google Cloud Run has a free tier; Netcup VPS / Root Server doesn't.
Features Google Cloud Run
Google Cloud Run comes out ahead on 10 of the 15 features we track, versus 2.
What developers say about this matchup
We couldn't find a substantive first-person discussion comparing this exact pair. We leave the section empty instead of filling it with vendor marketing or generic SEO comparisons.
At a glance
| Google Cloud Run | Netcup VPS / Root Server | |
|---|---|---|
| Best for | Container apps with spiky or low traffic that want scale-to-zero economics and can manage billing discipline. | European projects that want the most NVMe and RAM per euro and can live with German contract formalities. |
| How deploys work | Run `gcloud run deploy --source .` — buildpacks containerize the app, or push any Docker image; GitHub continuous deployment is built in. | You get root on a bare server: bring your own setup; the Server Control Panel handles images, snapshots, and a remote console. |
| The tradeoff | The best free tier and autoscaling here, attached to a billing system with no hard cap and real horror stories. | Best-in-class specs per euro, but 12-month terms, strict signup checks, and an unforgiving abuse process. |
| Free tier | Always free: 2M requests, 180k vCPU-seconds, 360k GiB-seconds per month, plus a $300/90-day new-customer credit. | None |
What you'd realistically pay
| Project stage | Google Cloud Run | Netcup VPS / Root Server | Cheaper |
|---|---|---|---|
| Just starting | Free Free tier — A scale-to-zero service with hobby traffic typically rounds to $0 — the always-free tier absorbs it. | ≈€5.91/mo VPS 500 G12 — Incl. 19% VAT. 2 shared vCores, 4 GB DDR5 RAM, 128 GB NVMe, unmetered traffic. Also available hourly at €0.010/h. | Google Cloud Run |
| Steady traffic | ≈$10/mo Pay-as-you-go + 1 warm instance — One min-instance (1 vCPU, 512 MiB at the idle rate) is ~$10/month; request costs on top are usually small. | ≈€12.79/mo RS 1000 G12 — Incl. 19% VAT. 4 dedicated EPYC cores, 8 GB RAM, 256 GB NVMe — dedicated cores at a shared-core price. | Google Cloud Run |
| Growing | ≈$58/mo Always-on + Cloud SQL — ~$50/month for an always-on 1 vCPU / 1 GiB service (instance-based billing) plus ~$7.67 for a db-f1-micro Cloud SQL instance. | ≈€19.25/mo VPS 2000 G12 — Incl. 19% VAT. 8 shared vCores, 16 GB RAM, 512 GB NVMe, unmetered traffic. | Netcup VPS / Root Server |
Google Cloud Run pricing notes
- Egress: first 1 GiB/month free, then $0.12/GiB to NA/EU/Asia.
- Tier 2 regions cost more; committed-use discounts take ~17% off.
- The $300 new-customer credit runs 90 days and cannot produce a bill — the account closes instead of charging you.
Netcup VPS / Root Server pricing notes
- Every plan has an hourly-billed variant with no minimum term (VPS 500: €0.010/h) — slightly pricier per month but cancellable anytime.
- IPv6-only saves €0.60/month, but you cannot add a public IPv4 later.
- Non-EU locations (US, Singapore) and Vienna carry a small surcharge (about €0.90/month on the entry plan).
Our ratings
Ease of use Google Cloud Run
Pricing clarity Netcup VPS / Root Server
Free tier Google Cloud Run
Scaling Google Cloud Run
Control Netcup VPS / Root Server
Feature by feature
Google Cloud Run wins 10, Netcup VPS / Root Server wins 2, with 3 even.
Deploy workflow
| Google Cloud Run | Netcup VPS / Root Server | |
|---|---|---|
| Deploy from Git push | Yes Built-in continuous deployment from GitHub, or deploy from source with gcloud. | No No deploy pipeline — bring your own CI or scripts. |
| Preview deploys | Partial Every deploy creates a tagged revision you can hit directly and split traffic to — but no automatic PR previews. | No Nothing built in. |
| Official CLI | Yes `gcloud run` covers deploys, revisions, and traffic splits. | Partial The Server Control Panel exposes a webservice API; there is no first-class official CLI. |
| Instant rollbacks | Yes Shift traffic back to any previous revision instantly. | Partial Manual copy-on-write snapshots restore machines; no automatic backups, no deploy-level rollback. |
Platform
| Google Cloud Run | Netcup VPS / Root Server | |
|---|---|---|
| Custom domains + HTTPS | Partial Domain mappings exist but Google steers production setups toward a load balancer, which adds cost and setup. | Yes Point DNS at the server; TLS is yours via certbot or a proxy. |
| Built-in CDN / edge network | Partial Cloud CDN is available but requires fronting Cloud Run with a load balancer. | No No CDN product — put Cloudflare in front if needed. |
| Serverless functions | Yes The whole platform is serverless; Cloud Run functions cover event-driven code. | No Not a VPS feature. |
| Docker containers | Yes Runs any container image — that is the product. | Yes Install Docker yourself on any image. |
| SSH / shell access | No No servers to reach. | Yes Full root SSH. |
| EU hosting region | Yes A dozen-plus EU regions, four of them at Tier 1 pricing. | Yes Vienna, Nuremberg, and Amsterdam are the core locations. |
Runtime & operations
| Google Cloud Run | Netcup VPS / Root Server | |
|---|---|---|
| Automatic scaling | Yes Scales per request from zero to your max-instances setting. | No Manual plan upgrades only. |
| Scale to zero | Yes Idle services cost nothing unless you set min-instances. | No The contract bills until cancelled, powered off or not. |
| Scheduled jobs | Yes Cloud Scheduler triggers services; Cloud Run jobs handle batch work. | Yes Classic cron on the box. |
| Managed database | Yes Cloud SQL from ~$7.67/month (no SLA at that size); Firestore and AlloyDB nearby. | No No managed database product — the closest thing is a fully managed vServer. |
| Logs & metrics built in | Yes Cloud Logging, Monitoring, and request traces are built in. | Partial Basic graphs in the Server Control Panel; app-level monitoring is yours. |
Watch out for
Google Cloud Run
- There is no hard spend cap anywhere in Google Cloud — budgets only send alerts. The community horror stories ($4.6k on an idle setup, $18k against a $7 budget) are real.
- Min-instances are the classic trap: a warm instance bills around $10/month, and old revisions can silently keep their own min-instances.
- Egress costs $0.12/GiB after the first free GiB — heavy traffic gets expensive fast.
- Since March 2026 Google can automatically raise your spending-tier quotas, which amplifies leaked-API-key incidents.
Netcup
- Regular rates have a 12-month minimum term; cancellation must arrive at least 31 days before term end or the contract renews.
- An hourly-billed model with no minimum term exists — pick it deliberately if you want flexibility.
- The abuse team can suspend servers instantly (including Friday night) and works Mon–Fri office hours; out-of-hours phone support costs €40 per 15 minutes.
- Sign-up identity checks are strict and some orders get rejected.
- Prices are displayed including 19% German VAT — your actual VAT depends on your country.
Read the full reviews: Google Cloud Run and Netcup. Or answer four questions to see what fits your project.