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

Quick Overview of Implementing Storage Accounts in Microsoft Azure

Azure Storage Accounts There are two types of Storage Accounts which are General Purpose Storage accounts and Blob Storage Accounts. General purpose Storage Accounts have got two tiers Standard (Supports Tables, Queues, Blobs and Azure Virtual Machine Disks) Blob Storage (Unstructured Object Data) Block Blobs (Storing documents, media files, backups etc. upto 200GB). Most Cost… Read More Quick Overview of Implementing Storage Accounts in Microsoft Azure

You must know, facts about implementing Microsoft Azure Virtual Machines

Virtual Machines are one of the services offered by Microsoft Azure. If you need more control 4 different ways to create azure virtual machines Azure Portal, Azure Resource Manager Template, Azure PowerShell & Azure CLI Visual Studio. Different type of Azure Virtual Machines D and Dv2 Series: are designed to run applications that demand higher… Read More You must know, facts about implementing Microsoft Azure Virtual Machines

5 reasons, why infrastructure as code is  important?

Here you go  Building infrastructure manually by point and click means you lose integrity between environmens , deployment and testing aspects of application becames harder. Unable to demonstrate that Dev, Test , Integration , Staging and production are configured in same way because humans are generally not very good in repetitive tasks rather they are… Read More 5 reasons, why infrastructure as code is  important?