Reputation: 21
I am newbie to Cloud foundry and was looking for Autoscaling app in Opensource CF.
After setting out research found that Bosh v2 provides this capability and now I am trying to install Bosh V2 on Linux machine using links https://bosh.io/docs/cli-v2-install/ http://bosh.io/docs/cli-v2/ https://ottenwbe.github.io/bosh-install/manual-deployment.html,
After following steps mentioned, when I bosh –v
, I get the following error -bash: bosh: command not found
. Could someone please help me realize where I am going wrong and find possible solution? Thanks in advance
Upvotes: 1
Views: 99
Reputation: 6450
BOSH is an open source project that offers a tool chain for release engineering, deployment and life-cycle management of large-scale distributed services.
BOSH autoscaler (https://github.com/cloudfoundry-community/bosh-scaler-boshrelease ?) can scale BOSH deployments, for example number instances of diego-cell on which apps are running.
To scale apps use https://github.com/cloudfoundry/app-autoscaler (what Daniel Mikusa mentioned).
Upvotes: 0