The Google Cloud tier of the 2nth.ai stack is live in Johannesburg. Private compute and serverless containers, POPIA-aligned data residency, and a defence-in-depth architecture that keeps public traffic at the Cloudflare edge and business logic behind a closed door. Built for South African clients who need global-grade infrastructure without sending their data offshore.
For workloads that need full operating-system control — legacy applications, GPU work, long-running processes — 2nth runs private Compute Engine instances in africa-south1. Every VM comes up without a public IP address. Administrative access goes through Google's identity-aware tunnel, gated by IAM. No exposed SSH ports. No bastion hosts to maintain. No open attack surface for the internet to probe.
africa-south1 (a/b/c) — automatic failover without moving the workload out of the country.Good fit for: ERPNext / Frappe stacks, self-hosted databases, machine-learning training runs, GPU rendering, legacy .NET or Java applications, anything requiring a persistent filesystem or a custom kernel.
For anything that speaks HTTP — APIs, webhook handlers, internal tools, batch jobs, AI inference endpoints — 2nth uses Cloud Run. Ship a container, get a global HTTPS URL. When nobody's calling it, it costs nothing. When traffic arrives, it scales from zero to thousands of concurrent requests in seconds.
Good fit for: REST APIs, GraphQL endpoints, OAuth callback handlers, webhook consumers, scheduled batch jobs, AI model inference, internal admin tools, Gmail/Slack/Meta webhook receivers.
The 2nth stack separates what faces the internet from what holds your business logic. Cloudflare owns the public surface — TLS, DDoS protection, WAF, bot management, rate limiting, caching. Malicious traffic never reaches compute. Google Cloud holds the private core — application servers, databases, file storage, AI inference. No public endpoints, no attack surface.
User → Cloudflare edge ────→ Private Cloud Run / Compute Engine ────→ Private data plane
TLS · DDoS · WAF Auth-gated business logic Cloud SQL · BigQuery · GCS
Rate limit · Cache af-south1 (Johannesburg) All inside the VPC
Auth at the edge No public IP No public access
Why it matters: automated exploits against your application servers aren't just slower — they're impossible. The public internet literally can't see your compute. Every internal request is authenticated by identity; every external request is filtered at the edge. This is the same pattern hyperscalers use for their own control planes, made available to every 2nth project by default.
If you're a South African business that needs global-grade cloud infrastructure without the data-residency compromises, we'd like to talk. POPIA-aligned, production-ready, already validated in Johannesburg.