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 services has introduce new features to ease the management of the clusters from portal. following are few feature I noticed that added newly. Kubernetes Resource Management from the Portal If you navigate the AKS service (/Microsoft.ContainerService/managedClusters) we can find the section as Kubernetes Resources, in this section atRead More →

GitHub action allows developers and DevOps engineers to automate the software development workflows from the same code store. We can write individual tasks (actions) to create custom workflows. Workflows are custom automated procedures we can set up in the repository to build, test, packaged, released, and deployed. With the useRead More →

Azure Container Registry (ACR) is a manged, private container registry provided by Azure for storing Docker and Kubernetes images. This registry-based on the open-source Docker Registry 2.0 Image scanning is important for any Docker registry. This helps developers and administrates to visible the vulnerabilities affecting the images and they canRead More →

Every week, I publish my reading notes. Those are the articles, blog posts, podcasts, tech videos, and books that catch my interest and that I found interesting.  Blogs Announcing the preview of Azure Shared Disks for clustered applications SQL Server runs best on Azure. Here’s why. K8s Vertical Pod AutoscalingRead More →

Every week, I publish my reading notes. Those are the articles, blog posts, podcasts, tech videos, and books that catch my interest and that I found interesting.  Blogs Colorful Git Prompt for Azure Cloud Shell and Visual Studio Code Containerize your .NET Core app – the right way Backup ExplorerRead More →

Every week, I publish my reading notes. Those are the articles, blog posts, podcasts, tech videos, and books that catch my interest and that I found interesting.  Blogs Linked ARM Templates for a Multi Resource Azure Solution Linux Lift and Shift Hands-on Lab – Microsoft Cloud Workshop Azure Sentinel: automatingRead More →

To start with 2020, I will be speaking at Azure Squad January 2020 meetup. In this meetup, I deep dive into the Kubernetes Services networking concept called Services. I would like to invite all to participate in this meetup. Event LinkRead More →

This is a new blog series, Every week, I publish my reading notes. Those are the articles, blog posts, podcasts, tech videos, and books that catch my interest and that I found interesting. First blog for 2020. Blogs Deploying infrastructure automatically to the cloud using Terraform and Azure pipelines TutorialRead More →

When organizations are deploying the application in microservice architecture to Kubernetes it has multiple service components. Some services may communicate each within the cluster services and some services need to expose to the internet. In Kubernetes, to expose service to the internet can possible with the use of LoadBalance serviceRead More →