Frank Scholten

    Frank Scholten
    3 min read

    minimesos 0.5.0 - Mac OS X support

    minimesos 0.4.0 - Marathon Support

    MiniMesos 0.4.0 has been released today and is available via Jitpack. MiniMesos is part of our work on Mantl, the Microservices Infrastructure platform from Cisco Cloud. The goal of minimesos is to ma...

    4 min read

    MiniMesos - Testing Infrastructure for Mesos Frameworks

    7 min read

    How Protocol Buffers are Used in Mesos Framework Development

    In this blog I will discuss the role of protocol buffers in Mesos framework development. Protocol buffers are used extensively for messaging and serialization inside Mesos and when developing Mesos fr...

    4 min read

    How to build Docker images with Gradle

    In this blog I will show you how to build Docker images from a Gradle task. A number of Docker plugins have been created for Gradle. I discuss the one from Benjamin Muschko which we use to build the s...

    3 min read

    How to run Gradle wrapper from any subdir with Gdub

    Gradle is a popular and flexible build system for JVM-based languages. We use Gradle as the build system for Mesos Elasticsearch. In this blog I discuss two Gradle concepts: the Gradle wrapper and Gdu...

    Configuring resource offers on Mesos

    The other day I was working on Mesos Elasticsearch and encountered a problem while running the framework. The framework did not accept any offers from slaves because I had not properly configured the ...

    1 min read

    Things we learned - Proxy problems in Docker 1.5

    One of our clients is a large organization which run its systems behind a proxy. This means the developers have to set environment variables like http_proxy and https_proxy to get many *NIX tools work...

    7 min read

    Docker Code Walkthrough - What Happens During a Docker Run?

    In this blog I will answer the following question: What happens inside Docker during a docker run command?