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 →

In the era of modern application development, developers use containers to develop, build, and deploy applications to the cloud. Most modern application takes the approach of microservices to distribute the monolithic application into different services. So as a task of development or release of application developers need to create aRead More →

Azure Kubernetes Service is a managed service offering provided by Azure for customers to run microservices applications. AKS is the easiest way to create a fully functional Kubernetes cluster in a few minutes. The difference with AKS and on-premises or Kubernetes deployed on top of VMs are, with AKS AzureRead 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 →

No matter who you are a developer or and IT Professional, we need to have tools to optimize the day-to-day works with VS Code. When you install VS Code for the first time you feel like its just another text editor, but the true power of VS Code comes withRead More →

Containers and Kubernetes are getting popular and enterprises are moving their monolithic applications to micro service architecture. There for enterprise use Docker, Kubernetes & etc, to run their micro service application. With the demand and popularity gain for container orchestration to manage thousands of containers, Kubernetes has the biggest marketRead More →

Azure Monitor for container provides a real time view in to Azure Kubernetes Service (AKS) resources. It view real time stdout/stderr without using kubectl command line tool. We can configure logs for three different methods of control access AKS without Kubernetes RBAC authorization enabled AKS enabled with Kubernetes RBAC authorizationRead More →

Application high availability is critical for enterprise, because unavailability of application may cost the organizations. So in a microservices applications, each of the services scale different rate. Its important to adjust the application infrastructure to handle such kind of application scale. Azure Kubernetes Service (AKS) is a managed Kubernetes (K8s)Read More →

Introduction to Prometheus/Grafana Prometheus Prometheus is an open source system for monitoring and alerting. This was initially developed at SoundCloud in 2012. For this system developers of the prometheus takes the inspiration of Googles Borgmon. In Prometheus it uses multidimensional time series data model for metrics and events. Following areRead More →