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 →