Prometheus: Setting up Monitoring and Alerting for Application

Introduction: Prometheus is the open source monitoring solution which gives powerful metrics and alerts. When to use? Time Series Data: It works well for numeric time series data. Multidimensional Data: If the organization follows Microservice architecture, Prometheus is a great tool to monitor multi-dimensional data. Machine Centric Monitoring: It is used for the machine-centric monitoring […]

Modern CI CD Kubernetes Docker deployment pipeline

modern ci cd kubernetes docker deployment pipeline

There are several benefits of moving to a container based architecture including faster code deployments and reduction in operational cost. Kubernetes has evolved as the de-facto orchestration tool for managing containers. First, we will list the key principles and then go into details on how to build a modern CI CD Kubernetes Docker deployment pipeline. […]