Thijs Schnitger

    Thijs Schnitger
    Thijs Schnitger is coach and lead mentor at Container Solutions.
    13 min read

    Terraform-Mesos module explained

    In a previous post, we showed you how to set up your own Mesos cluster with Terraform by using our Terraform-Mesos module. In this post we'll be shedding some light on how the module is structured.

    12 min read

    How to deploy a web container on a Google powered Mesos cluster

    Lately I've been getting my hands dirty deploying applications on Mesos clusters, using Marathon to run Docker containers. I appreciate how it enables you to deploy a wide variety of applications usin...