Categorygithub.com/twa16/josh
modulepackage
2.0.2+incompatible
Repository: https://github.com/twa16/josh.git
Documentation: pkg.go.dev

# README

logo

Build Status GoDoc GoReportCard

Chaos Monkey randomly terminates virtual machine instances and containers that run inside of your production environment. Exposing engineers to failures more frequently incentivizes them to build resilient services.

Chaos Monkey is an example of a tool that follows the Principles of Chaos Engineering.

Requirements

This version of Chaos Monkey is fully integrated with Spinnaker, the continuous delivery platform that we use at Netflix. You must be managing your apps with Spinnaker to use Chaos Monkey to terminate instances.

Chaos Monkey should work with any backend that Spinnaker supports (AWS, GCP, Azure, Kubernetes, Cloud Foundry). It has been tested with AWS and Kubernetes.

Install locally

To install the Chaos Monkey binary on your local machine:

go install github.com/Netflix/chaosmonkey/bin/chaosmonkey

How to deploy

See the wiki for instructions on how to configure and deploy Chaos Monkey.

Support

Simian Army Google group.

# Packages

No description provided by the author
Package cal has calendar-related functions.
Package clock provides the Clock interface for getting the current time.
Package command contains functions that can be invoked via command-line e.g.
Package config exposes configuration information.
No description provided by the author
Package deploy contains information about all of the deployed instances, and how they are organized across accounts, apps, regions, clusters, and autoscaling groups.
Package deps holds a set of interfaces.
Package env contains a no-op implementation of chaosmonkey.env where InTest() always returns false.
No description provided by the author
Package grp holds the InstanceGroup interface.
No description provided by the author
Package mock contains helper functions for generating mock objects for testing.
No description provided by the author
Package outage provides a default no-op outage implementation.
No description provided by the author
Package schedule implements a schedule of terminations.
Package spinnaker provides an interface to the Spinnaker API.
Package term contains the logic for terminating instances.
Package tracker provides an entry point for instantiating Trackers.

# Functions

NewAppConfig constructs a new app configuration with reasonable defaults with specified accounts enabled/disabled.

# Constants

App grouping: Chaos Monkey kills one instance per app per day.
Cluster grouping: Chaos Monkey kills one instance per cluster per day.
Stack grouping: Chaos Monkey kills one instance per stack per day.

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author