Posts about devops

, ,

Docker Compose Config

Diving into docker compose files () there is a lot of keywords used. Some are obvious, others not. Here’s a little cheat sheet, not at all…


, , , , ,

Sticky Porperties on Azure

A while ago I wrote about Deployment Slots – A short intro on Azure. In that post I complained about that there was no way to keep some…


, , , ,

Hubot, Slack and Azure deployments - Part 2 - Getting TeamCity to Build

In the first post, Hubot, Slack and Azure deployments – Part 1, we looked at how to get Hubot up and running on Heroku and jacked into Slack…


, , , ,

Hubot, Slack and Azure deployments - Part 1

I’m aiming at doing this a multipart series (this being the first part). I will update this intro with links to the follow up posts as I…


,

Adding IP-address to Windows Azure Load Balancer

Background We’re running a cluster of linux boxes as Virtual machines on Windows Azure. They are load balanced using the Azure Load Balnacer…


, , ,

Azure Deployment Slots - a short intro

We are running a lot of our API endpoints and websites running node.js hosted on Windows Azure as Azure WebSites. A while back Microsoft…