Tag: azure-devops

  • Self-hosted Azure DevOps agents in docker

    With more of our codebase moving to dotnet core, we can begin to see real cost savings from its multi-platform nature. We no longer required Windows only build agents, which means less rental costs and actual scalable infrastructure. Here’s how I recently moved a client’s self-hosted Azure DevOps agents to linux docker containers. Create the…

  • docker, kubernetes in aws 😡

    So, I had a problem. I decided to solve it with docker, now I had two problems. But, I’m a glutton for punishment, so I decided to orchestrate my containers with kubernetes, and ended up with 99 problems. What was I trying to solve? I wanted to have scalable self-hosted Azure DevOps agents. The examples…