Attention: The documentation of Cloud Ops Sandbox has moved. Please see the project's documentation at our Github repo for the latest updates.
This website has been deprecated with version 0.9.0, and will be taken down in June 2023.
This website has been deprecated with version 0.9.0, and will be taken down in June 2023.
Getting Started
Using Sandbox
Prerequisites
- Create and enable Cloud Billing Account.
Set Up
Click the Cloud Shell button for automated one-click installation of a new Sandbox cluster in a new Google Cloud Project.
Note: If installation stops due to billing account errors, set up the billing account and type: sandboxctl create
.
Next Steps
- Explore your Sandbox deployment and its architecture
- Follow the User Guide to start using Cloud Operations
- Learn more about Cloud Operations using Code Labs
Clean Up
When you are done using Cloud Operations Sandbox, you can tear down the environment by deleting the GCP project that was set up for you. This can be accomplished in any of the following ways:
- Use the
sandboxctl
script:
sandboxctl destroy
- If you no longer have the Cloud Operations Sandbox files downloaded, delete your project manually using
gcloud
gcloud projects delete $YOUR_PROJECT_ID
- Delete your project through Google Cloud Console’s Resource Manager web interface
For Developers
If you are a developer and want to contribute to the Sandbox, you can refer to CONTIBUTING.md.
This is not an official Google project.
Last modified February 4, 2022: updated open in cloud shell links to use new format (7c465b92)