You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
An 'ocean' of Dockerfiles, orchestrated trivially (we're talking one host afterall)
Otto (Hashicorp's Vagrant successor; uses Vagrant beneath-the-scenes)
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:
Dockerfiles, orchestrated trivially (we're talking one host afterall)Disadvantages
Advantages