Lesson 1: Hello, Cloud Run!
This is where the magic happens. We are going to deploy a simple container to Google Cloud Run.
The Goal
Deploy a public web server that says "Hello, World!" (or something similar).
Step-by-Step Guide
-
Open your AI Assistant
Open Antigravity (or your configured MCP client).
-
Start the Interaction
Type the following prompt:
I want to start learning Cloud Run. What is the first step? -
Follow the Instructions
The agent will check your status. It will likely ask you to run a command like:
gcloud run deploy hello-world --image us-docker.pkg.dev/cloudrun/container/hello --allow-unauthenticated(Don't just copy this! Read what the agent tells you.)
-
Verify with the Agent
Once the command finishes, tell the agent "I did it." The agent will run its own verification tools to confirm the service is live.
🎉 What Success Looks Like
You will have a URL ending in .run.app. When you click it, you'll see a web page running in
the cloud!
Ready for more? Ask the agent "What's next?" to continue to Lesson 2.