For the past month, I have been working on making docker-machine work on Azure using our azure-sdk-for-go. Read More →
For the past month, I have been working on making docker-machine work on Azure using our azure-sdk-for-go. Read More →
Even for someone who does not care about Microsoft Azure at all, I think the “Virtual Machine Extensions” concept is something pretty darn interesting and other cloud providers do not have an equivalent. Read More →
I am honored to give a talk at my most favorite dev conference ever, DockerCon 2015 Europe! When I got the email saying my proposal got accepted, I thought it was going to be the happiest moment of my year.
I was proved wrong when my talk turned out to be the top rated session of the conference! The video recording and the slides are finally here. Get your popcorn ready, sit back and enjoy the show! Read More →
wagl
is a DNS server which allows microservices running
as containers on a distributed Docker Swarm cluster to find and talk to
each other. It is minimalist and works as a drop-in container in your cluster.
This article is intended to describe inner workings of wagl
and give a
broader sense of the state of service discovery problem in today’s container
clusters.
Read More →
We just had another fantastic Docker Seattle Meetup last week with speakers from Microsoft, Datadog and SumoLogic. I presented my latest side project “wagl” –a DNS service discovery tool for Docker Swarm. I open sourced it live on stage and did a demo of it (I’ll write about this in my next blog post).
The video recording is available on Vimeo —skip to 22:00 for my presentation: Read More →
Instance metadata service is a server available to virtual machines hosted on the cloud providers (often at http://169.254.169.254/). It provides useful information about the VM itself and its environment, which the VM typically does not have access to.
It is often used to configure and distinguish VM instances from each other in scripts and helps a great deal in bootstrapping cluster orchestrators such as Kubernetes, Mesos etc. Read More →