DigitalOcean Droplets
Compute Droplets
job "do" "droplet" {
config {
tag = "env:prod"
chaos = "terminate"
count = 1
}
}
chaos config:
- terminate: Finds droplets with specified tag and destroys them.
- reboot: Finds droplets with specified tag and reboots the instances.
- stop: Tries to shutdown gracefully the found droplets.
- poweroff: PowerOffs found droplets with tag.