CodeMonkey

  • About

Docker Labels

April 16, 2015

Since Docker 1.6.0 there is a concept called ‘labels’, which is pretty much exactly what I need for service discovery. As I have mentioned before, I’m (ab)using ENV-vars for this. That works fine, but that has the (probably undesired) side effect that the container itself has access to these variables.

Continue reading

Conclusions and Future work

April 9, 2015

Explore other configuration sources.

We’ve focused only on the docker daemon now, but other configuration sources might make sense too, like listening for services in a Kubernetes cluster

Continue reading

Service Discovery

April 2, 2015

Service Discovery is an old problem, but one that has gotten much more attention recently because of the popularity of microservices.

Continue reading

Consul

April 1, 2015

Consul is a distributed data store, it is similar to tools like etcd or zookeeper, but unlike those stores it is specifically targeted at service discovery.

Continue reading

Service Discovery with OSGi

March 18, 2015

OSGi is (among other things) a Java dynamic service discovery tool.

Continue reading
Next

Powered by Jekyll with Type Theme