Google Cloud Platform
Link
Google’s cloud hosting platform
Competitors
- AWS
- [Azure](…/Microsoft Azure/)
Resources
- Deploy a Python service to Cloud Run
- With the Google for Startups Cloud Program, receive up to $200,000 USD (up to $350,000 USD for AI startups) in cloud credits over 2 years, technical training and hands-on labs, dedicated startup experts, startup communities, and access Google-wide discounts
FAQ
How to use the CLI Docker image
Logging in
- This creates a volume with the (sensitive) authentication configuration.
podman run -ti --name gcloud-config gcr.io/google.com/cloudsdktool/google-cloud-cli:stable gcloud auth login
Executing commands
podman run -ti --volumes-from gcloud-config gcr.io/google.com/cloudsdktool/google-cloud-cli:stable gcloud compute instances create ...