Search code examples
ibm-cloudspinnaker

Spinnaker to deploy to Cloud Foundry/IBM Bluemix


I'm interested in using Spinnaker to deploy applications to IBM Bluemix. I've read the spinnaker doc about target deployment setup, and have tried that, but I don't understand the part about having to deploy the Spring Cloud Spinnaker app to IBM Bluemix. The cf push failed on Bluemix. It does work pushing to Pivotal.

My main lack of understanding is that I would like to install Spinnaker to a local physical machine and have it deploy microservice applications to IBM Bluemix. I thought I could follow the installation documentation and edit the spinnaker-local.yml file to have it point at Bluemix.

Has anybody used Spinnaker in a scenario like mine and have any advice? Is this feature available?


Solution

  • It's also possible to build and run Spring Cloud Spinnaker on your local machine, and then use it to deploy Spinnaker to any Cloud Foundry compliant instance you can see.

    Just be sure to have run ./build_spinnaker.sh all, or you won't have the Spinnaker modules for deployment.

    I personally haven't tested cf push on anything other than PWS and PCF, so I'm not sure why that doesn't work.