Skip to content

Instantly share code, notes, and snippets.

@mrb
Created April 14, 2014 18:28
Show Gist options
  • Save mrb/10671803 to your computer and use it in GitHub Desktop.
Save mrb/10671803 to your computer and use it in GitHub Desktop.

My basic point is that currently, configuration management code manifests as a giant, unverifiable pile of mud. The languages we use lack types and are weak at making non-runtime assertions. With the modicum of sanity that a proper module system and types can bring to the table, we would be considerably better off.

@b
Copy link

b commented Apr 14, 2014

The Docker linking model is strictly local and extremely primitive (that is primitive in the stone axe sense, not primitive in the you can build on it sense). This is not surprising as their networking story is nonexistent. Yes, it's a container (3 layers of container, actually), but that is the easiest part of this problem. Probably why it gets solved over and over, while the hard parts of networking and orchestration are consistently broken. Solaris Crossbow, which arrived 5 years after Zones is a good start on the problem and an indicator of just how difficult it is to do the networking properly. Some sort of conception mashup between Erlang supervision trees and Crossbow is a what I keep imagining.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment