Azure Kubernetes Service (AKS0 was been there for a long time. AKS is the managed Kubernetes offering from Azure to host containerized applications. You can learn more about AKS from here. Now Azure supports running Generation 2 VMs. Therefore we can take advantage of using more secure and improved performanceRead More →

Azure Kubernetes Service aka AKS is the managed Kubernetes offering, Azure provide for the customers who need a robust container orchestration platform to run their micro service application. AKS has the capability of auto scale node, based on the demand need for the application or pods. With the recent announcementRead More →

Azure Virtual Machine Scale Sets (VMSS) VMSS let customers to create and manage identical, load balanced VM to distribute the application traffic among them. VMSS has the capability of automatic scale up based on the demand and scale down when the demand decreases. This will allow customers to keep theRead More →

Azure Managed Disk is the way we can deploy VMs disks without using storage account. In previous(Unmanaged) disks before we create a VM (ARM) we need to create a storage account to store those VMs disks. Managing storage account may be a difficult when it comes to large deployments. ByRead More →

Azure Scale Set in the Azure Compute resource type that you can use to deploy and manage a set of identical VMs. Those all VMs configured the same, and VMSS are designed to support true auto-scale without pre provisioning VMs. Because of that we can use VMSS to build large scaleRead More →