Tag : bosh-release

It’s time for some good jq magic. I need to know where a specific release is deployed in the current environment. I also need to know which version of that release is deployed in each spot. Specifically, I’m checking for shield, but you can change RELEASE_NAME to whatever you want. export BOSH_ENVIRONMENT=my-bosh-directorexport RELEASE_NAME=shield bosh deployments

Getting Started Currently, if you are interested in deploying Service Fabric on standalone linux clusters, you’ll need to create your own instance, install all of the packages and dependencies, configure the cluster appropriately via the xml spec, and run a few scripts. After all that, you’ll have a standalone cluster running on one physical instance.