BOSH is an open source tool for release engineering, deployment, lifecycle management, and monitoring of distributed systems.
It's incredible. Huge companies are using it. Tiny companies are using it. You too could be using it.
This is the Ultimate Guide to BOSH.
It will place you in the middle of daily life with BOSH and gradually guide you toward understanding, and then deploying your own systems, and then through to deep understanding. You'll become a raving fan.
The guide is currently hosted at https://ultimateguidetobosh.com/. Each section finishes with a Next link to the next section. Press 'f' to activate search dropdown.
- CI pipeline deploys new commits to
master
branch to https://ultimateguidetobosh.com
This guide is built using mkdocs
using the material
theme. Once installed, you can continuously build and serve the tutorial
locally with:
mkdocs serve
mkdocs build
cd site
gsutil -m rsync -r -x '\.git.*' . gs://ultimateguidetobosh-com-website
View the site and live changes at https://localhost:8000.