From the course: Learning Google Cloud Run
Unlock this course with a free trial
Join today to access over 25,600 courses taught by industry experts.
Accessing and testing the deployed service - Google Cloud Tutorial
From the course: Learning Google Cloud Run
Accessing and testing the deployed service
- [Tutor] Now it's time to test if the deployed service is working correctly. So go to the cloud console, and go to Cloud Run. So, click on the service that you've recently created and deployed. And for every service that you create, you get a unique service URL. So copy the unique service URL. And you can either paste it in a new tab, or even better if you open an incognito window. You can open incognito window by clicking on three dots on the right side, and new incognito window, and paste the URL. As you can see, now there is a website that is up and running, and this is running within the container that got deployed to the Cloud Run service. And since this is a web URL, you can refresh, or click on multiple times just to make sure that the service is up and running. Although you have deployed and tested the service, it's important to understand a few key service settings. Let's review them one by one in the…