Docker Swarm with Azure Container Services and Azure Resource Manager

    Docker Swarm with Azure Container Services and Azure Resource Manager In an earlier post we explained how easy it is to setup a Docker Swarm cluster in Azure using Azure Container Services and Terrafo...

    5 min read

    Docker Swarm with Azure Container Services

    Docker Swarm with Azure Container Services As part of setting up a Docker Swarm cluster for one of our customers in their public cloud provider, Microsoft Azure, we learned how easy it was to set it u...

    Working with Habitat as a cloud native developer, part 1

    In the last two months, I've worked together with Chef (the company) to evaluate Habitat from a cloud native developer perspective. This is the first blog in a series of three where I'll share my expe...

    Monitoring Kubernetes with DataDog

    Monitoring is a crucial part of any production application, and it’s importance is increasing as we move towards cloud native. For all the benefits of distributed, microservice applications, there are...

    minimesos 0.13.0 - Support for Marathon application groups

    4 min read

    minimesos 0.12.0 - Local DNS for development with the .mm domain

    3 min read

    minimesos 0.11.1 - Docker on Mac and improved default resources

    Kubernetes Quick Tip: Whitelisting Source IP with Ingress in Kubernetes

    If you are using Ingress on your Kubernetes cluster it is possible to restrict access to your application based on dedicated IP addresses. One possible use case would be that you have a development se...

    Surprise at Golang Thread Scheduling

    A few days ago I had a problem with high CPU usage in one of my Go-based microservices. The microservice has evolved into two distinct components: a HTTP web-app and a batch processing service. At som...