Gloo Shot is a chaos engineering framework for service meshes.
START pre-release notes >>>>>>>>>>>>>>>>>>>>>
:::: TODO ::::
- get CI running
- require approvals before commit
- cli
- documentation
- publish documentation to glooshot.solo.io
- demo app
- tutorial app
- fill in the Readme
- link with Squash (in demo at least)
- basic ui for demo purposes
- e2e tests
- Experiment specification
- Results report
- make test and check off list as features are implmented
- CLI should allow user to define an experiment
- CLI should allow user to start an experiment
- CLI should allow user to terminate an experiment
- CLI should allow user to schedule an experiment for later
- CLI should allow user to define auto-termination conditions for experiments
- CLI should allow user to view results??
- results will manifest as system metrics, what sort of report summary should Glooshot produce?
- Glooshot should watch Experiment CRDs and respond to their changes
- Glooshot should clean up all of its resources
- Glooshot should be able to deploy concurrent experiments
- Glooshot should be able terminate one experiment without affecting others
- Glooshot should be able to verify that an experiment is active
- (P2) CLI should provide simple before/during experiment stats
- watch experiment crds from glooshot
- create sample yamls for experiments
- document how to create experiments from cli (with kubectl)
- identify api gaps
- connect to istio
- connect to appmesh
- connect to linkerd
:::: Development Notes ::::
- see DEVELOPMENT
kubectl port-forward -n deploy/glooshot 8085
## check the dummy endpoints
curl localhost:8085
# expect "Hello from default"
curl localhost:8085/todo
# expect "TODO"
END pre-release notes <<<<<<<<<<<<<<<<<<<<<
Installation | Documentation | Blog | Slack | Twitter
- Harden your mesh: Gloo Shot allows you to test failure modes before they occur in production.
- Preview architectural changes: Real deployments have different performance characteristics than your production environment. Gloo Shot allows you to simulate your productionn environment (latency, faults, etc.) prior to deployment.
- Integration with the most popular service meshes: Gloo Shot was designed for service mesh environments. It leverages Supergloo for a consistent interface to multiple different service meshes.
- Join us on our slack channel: https://slack.solo.io/
- Follow us on Twitter: https://twitter.com/soloio_inc
- Check out the docs: https://gloo.solo.io
- Check out the code and contribute: Contribution Guide
- Contribute to the Docs
Gloo Shot would not be possible without the valuable open-source work of projects in the community. We would like to extend a special thank-you to Envoy.