How it works
Reliably CLI (Managed)
The default deployment strategy. Experiments runs locally on the same machine as a server.
Reliably CLI (Manual)
Reliably relies on Chaos Toolkit to run experiments. It means you can benefit from its versatility and run Reliably pretty much anywhere. Use the Reliably CLI in your environment, as a CI/CD, a container, or a terminal, and it will get everything it needs from your plan and deployment.
To run an experiment with the Reliably CLI, create a Reliably CLI deployment and use it in a plan.
Docker
Use Docker to run experiments without having to set up anything. Reliably will start a Docker container and use it as your execution environment.
Kubernetes
Use Kubernetes to run experiments without having to set up anything. Reliably will create a Kubernetes Job and use it as your execution environment.
To run an experiment in a Kubernetes cluster, create a Kubernetes deployment and use it in a plan.
GitHub Workflows
Use Github Workflows to run experiments without having to set up anything. Reliably will create a GitHub workflow and use it as your execution environment. Additional billing from GitHub might occur depending on your usage.
To run an experiment as a GitHub Workflow, create a GitHub deployment and use it in a plan.