The goodness of Azure CLI Interactive shell

The goodness of Azure CLI Interactive shell

BackgroundOff late I have been working a lot with terminal and command line interface (CLI) for things like Docker, Azure, Kubernetes etc. While working with these wonderful technologies they provide an easy way to auto-complete different commands. Without auto-completion its a nightmare to remember...
spacer
Provision Kubernetes cluster using AKS

Provision Kubernetes cluster using AKS

Background This is the first part of the series on building highly scalable multi-container apps using AKS. As mentioned in the earlier post I will be building this series using Kubernetes as an Orchestrator for managing the cluster on which our Docker containers will be running. I assume that the...
spacer
Highly scalable multi-container apps using AKS

Highly scalable multi-container apps using AKS

BackgroundEarlier I had written a series of posts on how to build a Continuous Deployment pipeline along with Continuous Integration for multi-container application using Docker and Visual Studio Team System (VSTS). Today I begin a new series of posts about building highly scalable application using...
spacer