3 min read

    Faster builds in Docker with Go 1.11

    About a month ago, Go version 1.11 was released. I’ve been looking forward to this release, because of the introduction of modules. These allow for a more efficient way of building Go applications wit...

    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.

    Deploying configurable frontend web application containers

    The approach for deploying a containerised application typically involves building a Docker container image from a Dockerfile once and deploying that same image across several deployment environments ...

    8 min read

    The Problem(s) with Cloud Computing

    This article was jointly written by Container Solutions engineer Anne Currie and Michelle Gienow. Once upon a time, the world’s most advanced technologies were attainable only by large enterprises. Co...

    The Cloud Native Engineer Role

    Cloud computing changed the required skills for software engineers and system administrators. IT departments that didn’t continuously researched and adopted new technologies are usually caught off-gua...

    5 min read

    What is Cloud Computing?

    Docker vs. Kubernetes: Is Infrastructure Still At War?

    Docker and Kubernetes are undoubtedly the biggest names in Cloud Native infrastructure right now. But: are they competing technologies, or complementary ones? Do we need to worry about joining the rig...

    6 min read

    Image Management & Mutability in Docker and Kubernetes

    Kubernetes is a fantastic tool for building large containerised software systems in a manner that is both resilient and scalable. But the architecture and design of Kubernetes has evolved over time, a...

    Using Google Container Registry with Kubernetes

    I recently got into orchestrating my Docker containers with Kubernetes. For one of our projects, I needed to pull docker images from the Google Container Registry (GCR). When using the Google Kubernet...