cloudfoundry-attic / bosh-lite

A lite development env for BOSH
Apache License 2.0
319 stars 244 forks source link

Future of bosh-lite: Docker, Otto, multiple Vagrant providers? #338

Open SamuelMarks opened 8 years ago

SamuelMarks commented 8 years ago

Discussion thread Bosh-lite is a great project for getting a development environment up and running moderately quickly.

Had to buy another 8GB of RAM for it, and then it only took ~90 minutes to install everything (cf v230 and diego). The VM allocated 6144MB of memory for itself, and 4 CPUs.

In production deployments there's a multitude of specialised nodes.

Why don't we make our dev install micro-service orientated?

Options Here are the primary options I can think of, add yours if its not below:

Disadvantages

Advantages

joek commented 8 years ago

I am not sure if the intend from bosh-lite is to setup your development environment. It is from my prespective more something to use, if you like to test bosh releases and depoyments on your local box (or on AWS, using the AWS Vagrant provider). The benefits are, the deployment is running a bit faster and it is using less resources.

SamuelMarks commented 8 years ago

Perhaps. Either way, my proposal that a new approach to bosh-lite is required is still to be addressed.

IMHO the Docker solution is probably the nicest, microservice all 12+ cf VMs and that should be useful for production usage [eventually] also. Obviously with some sort of overarching fs such as Ceph, Gluster or abstracted object storage (linking into S3 et al.).