GCP Command Probe Templates
Pre-built Command Probe templates for GCP infrastructure validation
Pre-built Command Probe templates for validating Google Cloud Platform infrastructure health and status during chaos experiments. These templates help you quickly set up probes to monitor GCP resources like Cloud SQL instances, Compute Engine VMs, and persistent disks.
Here are GCP probe templates that you can use in your chaos experiments.
GCP SQL Instance Status Check
Validates if a GCP Cloud SQL instance is in Running state.
Key environment variables:
SQL_INSTANCE_NAME: Name of the Cloud SQL instance to checkGCP_PROJECT_ID: GCP Project ID where the instance is located
GCP VM Disk Status Check
Validates if a GCP Compute Engine persistent disk is in ready to use state.
Key environment variables:
DISK_VOLUME_NAMES: Comma-separated list of persistent disk names (one of this orDISK_VOLUME_LABELrequired)DISK_VOLUME_LABEL: Label of the persistent disk (one of this orDISK_VOLUME_NAMESrequired)GCP_PROJECT_ID: GCP Project ID where the disk is locatedZONES: Comma-separated list of GCP zones where the disk is deployed
GCP VM Instance Status Check
Validates if a GCP Compute Engine VM instance is in Running state.
Key environment variables:
VM_INSTANCE_NAMES: Comma-separated list of VM instance names (one of this orINSTANCE_LABELrequired)INSTANCE_LABEL: Label of the VM instance (one of this orVM_INSTANCE_NAMESrequired)GCP_PROJECT_ID: GCP Project ID where the VM is locatedZONES: Comma-separated list of GCP zones where the VM is deployed
Last updated
Was this helpful?