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 →

What is Azure Sentinel? Azure Sentinel is a cloud based security solution introduce by security team of Azure. With sentinel it provides a capabilities of a SIEM (Security Information Event Management) run on cloud native way. It provides customers, intelligent security analytics and threat intelligence across the enterprise, using aRead More →

Azure Kubernetes Service aka (AKS) is a managed service provided by Microsoft Azure to deploy micro-service applications quickly and managed those apps with less administrative efforts. With a Kubernetes release of v1.14 it enable the production level support for windows nodes and containers. With this announcement, AKS team announce theRead 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 →

Kubernetes is a containers orchestration platform used to manage and automate thousands of containers running on micro services architecture. Kubernetes Sri Lanka is a community dedicated to share knowledge about Kubernetes and technologies bind with it. In Kubernetes Sri Lanka February Meetup we have exciting topic to share among theRead More →

Introduction to Azure Monitor for AKS Monitoring is a crucial for any application or infrastructure deployment, whether its on-premises or cloud solution.Applications, Infrastructure  malfunctioning can be happens in any moment. So its better to have a monitoring solution to monitor and get relevant steps before such kind of failures. AzureRead More →

Azure container instance provide the fastest and simplest way to run containers in Azure. Its a managed service provided by  Azure, Its a serverless there for we don’t need to deploy and manage VMs for the container deployment. Azure Container Instances use cases   Continues integration build agents  Short lived experimentsRead More →