Part 4 : Deploy and Run applications in Kubernetes

Goal Using Helm (The package manager for kubernetes) to deploy applications.  Run applications in Kubernetes cluster built using the Azure Container Service. Assumptions Running Kubernetes cluster and basic knowledge on Helm https://docs.helm.sh/helm/helm Azure container registry (Private) is used as image repository Pre-requisites Installing Helm (Client) and Tiller (Server) Now Check the version Make sure the output versions… Read More Part 4 : Deploy and Run applications in Kubernetes

Part 3 : Deploy kubernetes orchestrator with azure container service

Goal: Create kubernetes orchestrator with azure container service using acs-engine and validating the deployment by getting cluster info along with few kubectl commands. Assumptions: You have read through the Part 1 and Part 2 . If you missed the first two parts, please read. Pre-requisites: Cheat sheet : https://kubernetes.io/docs/reference/kubectl/cheatsheet/ Lets make sure the acs-engine and… Read More Part 3 : Deploy kubernetes orchestrator with azure container service

Part 2 : Creating azure container registry and uploading a docker image

Goal : Welcome to Part 2 of this series blog post, In this one we are going to demonstrate how to create an azure container registry and push the docker image to it that we built in Part 1 : Running nodejs app (welcomeapp) on Docker Containers Assumptions : Familiar with Azure Containers Az Cli… Read More Part 2 : Creating azure container registry and uploading a docker image

Migrating Microsoft Azure Cosmos DB collections between different Azure subscriptions

This article will help migrating the azure cosmos db data between different accounts and subscription. 3 Simple steps: Download dt.exe https://cosmosdbportalstorage.blob.core.windows.net/datamigrationtool/2018.02.28-1.8.1/dt-1.8.1.zip Replace appropriate values in the below script Run the script and check the results The dt.exe can handle different types of sources JSON files MongoDB SQL Server CSV files Azure Table storage Amazon DynamoDB HBase… Read More Migrating Microsoft Azure Cosmos DB collections between different Azure subscriptions

Building Azure Dashboards using ARM Template and Deploy via Octopus Deploy

The process of  building dashboard in azure is really easy by pining the area to the dashboards. Normally engineers login to the portal to create the dashboards. I have been promoting this model at various people I work with. Again, one of the things which kept me striking was how best and far we can go… Read More Building Azure Dashboards using ARM Template and Deploy via Octopus Deploy