To do a run of an OpenBMC build in the Kubernetes cloud it is a good idea to understand containers and to get some understanding of Kubernetes. Kubernetes clusters can be created on most cloud service providers and are currently in beta on Bluemix. They can also exist as VM's and Bare Metal machines.
Steps required to do an OpenBMC build on Kubernetes:
Kubernetes (K8s) is an open source container orchestration system.
If you would like to know more regarding Kubernetes look over these:
Since Kubernetes works using various nodes to run the builds it is best to use NFS or GlusterFS storage so that data will not be bound to one machine directly. This lets us not care about what node is currently running the container while maintaining access to the data we want.
PVs and PVCs are the way Kubernetes Mounts directories to containers. A script used to launch an NFS mount PV and PVC pair can be found here. There is one caveat to using external storage mounts, the folders used to do the actual build cannot be mounted to an external file system.