Category: Database, Data, Kubernetes, Docker

Monitoring your infrastructure and applications is a must-have if you play your game seriously.

In this blog series, I will show you how we built our monitoring infra to monitor our cloud infrastructure, applications like Tableau Server and Deltek Maconomy, and data pipelines in Airflow, among others. In this part, we will build up the basic infrastructure monitoring with InfluxDB, Telegraf, and Grafana on Amazon’s managed Kubernetes service: AWS EKS.

To do this, we will install Telegraf on all nodes and ingest cpu, IO, docker metrics into our InfluxDB.

Related Articles