_CORE
AI & Agentic Systems Core Information Systems Cloud & Platform Engineering Data Platform & Integration Security & Compliance QA, Testing & Observability IoT, Automation & Robotics Mobile & Digital Banking & Finance Insurance Public Administration Defense & Security Healthcare Energy & Utilities Telco & Media Manufacturing Logistics & E-commerce Retail & Loyalty
References Technologies Blog Know-how Tools
About Collaboration Careers
CS EN
Let's talk

GCP Cloud Run

19. 08. 2025 1 min read intermediate

Cloud Intermediate

GCP Cloud Run

GCPCloud RunServerless 3 min read

Serverless kontejnery na Google Cloud Run. Deploy, autoscaling a konfigurace.

Deploy

# Build a push image
gcloud builds submit --tag gcr.io/my-project/myapp

# Deploy
gcloud run deploy myapp \
  --image gcr.io/my-project/myapp \
  --platform managed \
  --region europe-west1 \
  --allow-unauthenticated \
  --memory 512Mi \
  --min-instances 1 \
  --max-instances 100

Advantages

  • Scale to zero — platíte jen za použití
  • Automatický HTTPS
  • Revision-based deployment
  • Knative kompatibilní

Summary

Cloud Run = nejjednodušší cesta k serverless kontejnerům. Pay-per-use, zero ops.

Need Help with Implementation?

Our team has experience designing and implementing modern architectures. We’re happy to help.

Free Consultation

Share:

CORE SYSTEMS tým

Stavíme core systémy a AI agenty, které drží provoz. 15 let zkušeností s enterprise IT.