Bringing it all together with Cloud Operations Sandbox
Cloud Operations Sandbox is an open source tool developed by Google to help you learn SRE-based operations with hands-on practice. It's available at https://cloud-ops-sandbox.dev.
Cloud Operations Sandbox includes the following:
- A demo application built using microservices architecture
- An automated script for deploying and configuring the demo environment on GCP, including Cloud Monitoring, Cloud Tracing with OpenTelemetry, Cloud Profiling, Logging, Error Reporting, and Debugging
- A load generator to simulate production traffic on the service
- A set of pre-built chaos engineering tasks that introduce intentional errors in the app for you to find the root cause through GCP operations tools
- An interactive walk-through
Using the sandbox is very easy. You can simply go to the preceding URL and click on Open in Google Cloud Shell. This will create a new Google Cloud project and immediately kick off...