//= get_template_directory_uri()?> //= get_template_directory_uri()?> //= get_template_directory_uri(); ?>
This cheat sheet provides commands and instructions of installing the BOSH Command Line Interface that will grant you access to the components of BOSH and ensure efficient usage of your cloud deployments.
BOSH is an open-source tool chain that orchestrates the deployment process of distributed systems. It can be used to provision and deploy apps and services over several—even hundreds—VMs. BOSH can perform scaling, health monitoring, and recovery of failed instances, as well as provide updates with zero or near-zero downtime. It was originally designed to deploy Cloud Foundry, but can be used to package, install, and manage life cycle of other software.
This cheat sheet can help you to get familiar with:
Before explaining how to bootstrap a cloud with BOSH, the document also introduces a DevOps engineer to MicroBOSH and BOSH Director.