Posts in 2016

  • Why Kubernetes doesn’t use libnetwork

    Thursday, January 14, 2016 in Blog

    Kubernetes has had a very basic form of network plugins since before version 1.0 was released — around the same time as Docker's libnetwork and Container Network Model (CNM) was introduced. Unlike libnetwork, the Kubernetes plugin system still …

    Read more

  • Simple leader election with Kubernetes and Docker

    Monday, January 11, 2016 in Blog

    Overview Kubernetes simplifies the deployment and operational management of services running on clusters. However, it also simplifies the development of these services. In this post we'll see how you can use Kubernetes to easily perform leader …

    Read more

Posts in 2015