Skip to content

cloudchaos/google-cloud-platform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CLOUD CHAOS

Chaos Engineering for google cloud platform

Slack GitHub stars GitHub issues

Getting started

Installation

# Installing Ansible
sudo apt update
sudo apt install software-properties-common
sudo apt install software-properties-common
sudo apt install ansible

List of chaos experiment

SERVICE_NAME CHAOS_EXPERIMENT_NAME CHAOS_EXPERIMENT_TYPE
COMPUTE ENGINE CPU UTILIZER cpu
COMPUTE ENGINE IO UTILIZER io

Running chaos experiment

bash ./scripts/runner.sh [SERVICE_NAME] [CHAOS_EXPERIMENT_TYPE] [CHAOS_DURATION(s)] [UNITS]

Example:
bash ./scripts/runner.sh compute_engine cpu 10 20

About

Chaos Engineering on Google Cloud Platform

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages