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

Popular posts from this blog

hmailserver: Notes from the field

hmailserver is one of free open source mail servers running on Microsoft Windows operating system.

ManageEngine ServiceDesk Plus - Reset password

Let's reset the default administrator's password to 'admin'

Install Microsoft .NET Core SDK

.NET Core Software Development Kit (SDK) is a set of libraries and tools that allow developers to create .NET Core applications and libraries.