Description
Cloud Foundry BOSH is an open source tool for release engineering, deployment, lifecycle management, and monitoring of distributed systems.
BOSH alternatives and similar gems
Based on the "DevOps Tools" category.
Alternatively, view BOSH alternatives based on common mentions on social networks and blogs.
-
Chef
Chef Infra, a powerful automation platform that transforms infrastructure into code automating how infrastructure is configured, deployed and managed across any environment, at any scale -
Request-log-analyzer
Create reports based on your log files. Supports Rails, Apache, MySQL, Delayed::Job, and other formats. -
Rubber
A capistrano/rails plugin that makes it easy to deploy/manage/scale to various service providers, including EC2, DigitalOcean, vSphere, and bare metal servers. -
Einhorn
DISCONTINUED. Einhorn will open one or more shared sockets and run multiple copies of your process. You can seamlessly reload your code, dynamically reconfigure Einhorn, and more. -
itamae
Configuration management tool inspired by Chef, but simpler and lightweight. Formerly known as Lightchef. -
Blender
DISCONTINUED. A modular system orchestration framework with pluggable driver and host discovery. -
Kanrisuru
Kanrisuru helps you manage your remote servers with objected oriented ruby. Results come back as structured data, parsed, prepared and ready for you to easily use in your applications.
Judoscale - Save 47% on cloud hosting with autoscaling that just works

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of BOSH or a related project?
Popular Comparisons
README
BOSH
Cloud Foundry BOSH is an open source tool for release engineering, deployment, lifecycle management, and monitoring of distributed systems.
This repository is a Bosh Release, providing the necessary binaries and configuration templates for deploying a new Bosh Director instance, as instructed by some Bosh deployment manifest, to be applied by some Bosh CLI invocation or a pre-existing Bosh Director instance.
Quick start
Bosh is deployed by Bosh, and in order to bootstrap a new Bosh server from
scratch, the Bosh CLI acts as a lightweight Bosh server with the
bosh create-env
command. Please refer to this
Quick Start installation guide for more
details.
See also
Documentation:
- bosh.io/docs for installation & usage guide
- [docs/ directory](docs/) for developer docs
Slack: #bosh on https://slack.cloudfoundry.org
Mailing lists:
Related repos:
- Documentation source (docs-bosh)
- CLI v2 (bosh-cli)
- bosh-deployment Canonical tested repo of dependencies and opsfiles used to deploy bosh
- Stemcells: bosh-linux-stemcell-builder, bosh-windows-stemcell-builder, aws-light-stemcell-builder
- CPIs: AWS, Azure, Google, OpenStack, RackHD, SoftLayer, vSphere, vCloud, VirtualBox, Warden
- Agent (bosh-agent)
- Blobstores: bosh-davcli, bosh-s3cli, bosh-gcscli
- CPI libraries: bosh-cpi-ruby, bosh-cpi-go
- Go common packages (bosh-utils)
Contributions
Please read the contributors' guide