ASOS New (DevOps) Look

    As part of the investigation for our new book "The Cloud Native Attitude" I interviewed a lot of expert practitioners to find out what they had tried, struggled with and achieved with Cloud Native. Be...

    7 min read

    Study: The Tech Transformation of the Financial Times

    Earlier this year as part of the preparation for my new book "The Cloud Native Attitude" I interviewed a lot of expert practitioners to find out what they had tried, struggled with and achieved. Over ...

    6 min read

    Where Do We Play and What Do Our Customers Value?

    ‘Container Solutions’ may, depending on your perspective, may be a misnomer. If you peel back the lid on our company, you see that we work at the intersection of containers, cloud infrastructure and r...

    It's The Productivity, Stupid

    Since March I have been interviewing enterprises, vendors and pundits about Cloud Native for my ebook, “The Cloud Native Attitude”, which came out last week and is currently available as a free downlo...

    The Cloud Native Attitude Mini-Book

    Introduction to This Blog In April this year, our CEO Jamie Dobson, CTO Pini Reznik and I were sitting around drinking Yorkshire tea and talking about how unclear the phrase “Cloud Native” was. What d...

    11 min read

    The Structure of Day 2 Problems

    Companies who adopt Cloud Native technologies and principles sooner or later (often sooner) bump into Day 2 problems. This is not because the tooling is bad but rather the opposite - the tooling is ex...

    10 min read

    Rolling updates with Docker Swarm

    Rolling updates with Docker Swarm Say that you have a set of services up & running in your Swarm cluster. Sooner rather than later there will come a time where you want to upgrade the version of y...

    7 min read

    Tagging Docker images the right way

    In our consultancy work, we often see companies tagging production images in an ad-hoc manner. Taking a look at their registry, we find a list of images like:

    Kubernetes deployment strategies

    In Kubernetes there are a few different ways to release an application, it is necessary to choose the right strategy to make your infrastructure reliable during an application update. Choosing the rig...