K8s: Pod, Deployment & Services

Summary In this article we will learn about Pod, Replication Controller, Deployment and Services. Perquisite Linux Physical or virtual machine for Master and Linux/Windows physical or virtual machine as Nodes (Minions) PODs:  Atomic unit of deployment and scaling in Kubernetes. POD is ring fenced environment (Sandbox or Namespace) to run Containers. It contains Network Stack, […]

Kubernetes: Master & Minions

Summary In this article we will learn Kubernetes Master and Node (Minions) basic concepts. Perquisite Linux Physical or virtual machine for Master and Linux/Windows physical or virtual machine as Nodes (Minions) Kubernetes : Introduction Kubernetes was designed and developed by Google. In 2014, Google donated Kubernetes to CNCF (Cloud Native Computing Foundation) Kubernetes lives on […]

AKS Lab: Working with AKS Cluster

Summary In this Lab article we will create Deployment with Service (Basic Load Balancer) for IIS website Prerequisites Azure subscription for Azure Azure Kubernetes Cluster, Azure Container Registry, kubeclt and Azure CLI module for Windows Step by Step process 1. Add Azure Container Registry to ASK Cluster az aks update -n “azureCluster” -g aksGroup –attach-acr […]