Blog
You can become a superhero of automation and development by learning and practicing. This is our blog from our learnings and practice.
We are consultants and trainers in Cloud Foundry, devops automation and continous delivery. We have the best jobs in the world helping you have the best job in the world.
When we originally released Subway – a service broker that allows you to scale out single-server service brokers for Cloud Foundry – we showed how to deploy it as a Cloud Foundry app. That was convenient because deploying apps to Cloud Foundry is convenient. Unfortunately, everytime you scaled out your backend service – say a
What happens when bosh reports that a disk doesn’t exist that clearly does? This is an issue that we encountered using vSphere and the troubleshooting was a little interesting. The symptoms We have a client with a rather large deployment in vSphere. While building the pipeline, we noticed that occasionally a microbosh deployment would fail
Earlier this week we announced Subway – a Cloud Foundry service broker that allowed you to scale out another Service Broker that is single-node only. Below is an animated gif demo of Subway in action. The user is provisioning 20 service instances of PostgreSQL database – each will run in an isolated Docker container. In
Introducing… TL;DR OMG YOU DIDN’T READ THE POST?! this post introduces Subway a Cloud Foundry service broker that allows you to horizontally scale out simple service brokers that don’t support horizontal scaling. A single server service broker can only hold a limited number of service instances. To scale up the number of service instances –
Recently when working with a client we encountered a situation where it would be beneficial run a Mac VM on our Mac laptops, so I decided to investigate. I was in luck! It turns out this is actually really easy to do. To get started, download Yosemite from the App Store. Fair warning: the download
A little over a year ago, Ruben Koster unleashed the bare-metal-bosh-lite project on us all, and showed us how to use it. Since then, things have changed a bit in the world of bosh-lite. It no longer uses Chef for setup – that is now handled by the bosh-provisioner project. As such, it was time
We’ve recently been asked to explore introducing Rundeck into an organization that heavily invested in Puppet for their IT automation. What the heck is Rundeck? You can follow the link above for more details, but basically Rundeck is an API and user interface for performing operations tasks. It provides access controls, job scheduling and the
This is another interesting day in the life of modern platforms (BOSH and Cloud Foundry) and automation (Concourse). The Problem Recently we ran into an issue with Concourse. After building a seemingly successful pipeline and using it to deploy the microbosh to AWS, we ran into a snag where the deploys always failed for the
While Cloud Foundry BOSH release is getting bigger and bigger, and more components are added, it is becomming harder to understand the dependencies between jobs. Soon with the addition of BOSH links, BOSH will hopfully be smarter about the order in which to start the components in a new deployment. But untill BOSH links land