Autoscale Applications with KEDA and Prometheus Scalerautoscaling

To use Kubernetes Event-Driven Autoscaling (KEDA) along with Prometheus to scale applications in Kubernetes cluster Applications running inside the Kubernetes cluster need to be scaled according to the load it encounters with. Scaling is an important process for better performance of the application. Kubernetes provides Horizontal Pod Autoscaler (HPA) to scale applications with the help of resource […]

Setting Up Grafana with Prometheus

Grafana is an interactive web application used to monitor our systems. Grafana is open-source analytics and monitoring software. It helps to create, explore and share the data using the dashboards.  It helps us to query, visualize and understand the data. In this hands-on lab, we will set up Grafana and add Prometheus as a data source to it. You can refer to the […]

Introduction to Prometheus & Types of Metrics

Get started with Prometheus, its features, components and different type of metrics Overview Metrics is a way to measure something. The metrics provide an insight into the performance, and then based on these insights, we can take decisions to improve the infrastructure. There are many tools that are available for monitoring like AppDynamics, Datadog, New […]