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.

Getting Started

Using Sandbox

Prerequisites

Set Up

Click the Cloud Shell button for automated one-click installation of a new Sandbox cluster in a new Google Cloud Project.

Open in Cloud Shell

Note: If installation stops due to billing account errors, set up the billing account and type: sandboxctl create.

Next Steps

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

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.