Public-facing UI rendering/gateway service (Cloud Run). Exposes the entry point via Cloud Load Balancing and routes requests downstream to internal tiers privately via Direct VPC Egress.
Tier 2..N application tier (internal microservices / business logic)
Private application services (Cloud Run). 100% isolated from the internet (Ingress: VPC-internal,
INGRESS_TRAFFIC_INTERNAL_ONLY
), reachable exclusively via upstream VPC routing (
egress = "ALL_TRAFFIC"
with Private Google Access on the subnet for
*.run.app
URLs, or
egress = "PRIVATE_RANGES_ONLY"
via an internal Application Load Balancer).
Data tier
Private Cloud SQL for persistent data and Memorystore for
Redis for caching, reachable exclusively from authorized application tiers.
Show more
Installs
832
Repository
google/skills
GitHub Stars
17.8K
First Seen
Jul 20, 2026
Security Audits
Gen Agent Trust Hub
Pass
Socket
Pass
Snyk
Fail