Skip to main content

GCP Cloud Run: Notes

Containers without infrastructure. Cloud Run on GCP (or Fargate on AWS).

Always Free Cloud Run Limitation

Source: https://cloud.google.com/free/docs/gcp-free-tier#always-free-usage-limits


List verified domains

gcloud domains list-user-verified

Verify domain "practicehabits.net" in powershell

$BASE_DOMAIN = "practicehabits.net"
gcloud domains verify $BASE_DOMAIN