Thijs Schnitger

    Thijs Schnitger
    Thijs Schnitger is coach and lead mentor at Container Solutions.

    Running a Unifi Controller on AWS Fargate, a good idea?

    For a company that heavily depends on cloud infrastructure we’re pretty much depending on being able to connect to that cloud.

    9 min read

    Spinnaker for Kubernetes

    Part of our work is to be constantly on the lookout for tools that can ease cloud native development processes, that can make our work easier or faster. Just like when you are sailing a boat, you will...

    8 min read

    Terraform provider for Cobbler

    At Container Solutions we constantly push the boundaries of the tools we work with. While exploring programmable infrastructure we combine the available tools in new ways. Sometimes it works and somet...

    9 min read

    Cobbler in a Docker Container

    For one of our projects we found ourselves in need of a PXE server. In order to make proper use of a PXE server you will quickly find you need to change settings in your DHCP server. So we figured we'...

    Terraforming a Nomad cluster

    All the code from his blog is available on Git.

    6 min read

    Set the ip of the Docker bridge with Systemd

    Whenever you connect to a network you don't control, you will have to work with whatever network address you're offered. Sometimes you find yourself stuck on a network where the subnet addressing inte...

    6 min read

    Dynamic Zookeeper Cluster with Docker

    A while ago I came across a nice feature in Zookeeper, namely the ability to dynamically reconfigure a cluster. That means adding and removing nodes on the fly, something we've been looking for in our...

    6 min read

    Puppet in Docker

    At Container Solutions we're big fans of Arnold Schwarzenegger. His 6 rules of success are highly motivational to us and we keep them in mind in our daily work. Of course we like to joke about them a ...

    Pulling from a Private Docker Repository with Marathon

    Suppose you have a private repository on the Docker Hub, then how do you get Marathon to pull from that repository? It's easy if you use Marathon's Artifact Store!