要使用 nginx_status 的 BOSH 版本,首先需要将其上传到您的 BOSH:

  1. 执行 bosh target BOSH_HOST,以连接到 BOSH。

  2. 克隆仓库:git clone https://github.com/cloudfoundry-community/nginx_status-boshrelease.git

  3. 进入目录:cd nginx_status-boshrelease

  4. 上传发布包:bosh upload releases/nginx_status-1.yml

之后,您可以通过以下命令快速创建部署清单并部署集群:

  • templates/make_manifest warden bosh -n deploy

对于 AWS EC2,创建单个 VM:

  • templates/make_manifest aws-ec2 bosh -n deploy