Aug 20, 2025 · 7 min read · The Reality Check That Started Everything Picture this: You're confidently like, "Yeah, I'll just throw up a quick EKS cluster for database workloads. Should take maybe an hour, two tops." Two days later, you're debugging StatefulSet storage classes,...
Join discussion
Jun 21, 2025 · 5 min read · Yesterday, on Day 44 of my #90DaysOfDevOps journey, I introduced the EFK stack - Elasticsearch, Fluentd, and Kibana- and explained how it helps turn raw container logs into structured, searchable insights, complementing the metrics and alerts already...
Join discussion
Mar 30, 2025 · 5 min read · This guide covers setting up Fluentd to fetch data from Azure Event Hub using Kafka Fluentd plugin. Prerequisites Azure Portal account. Docker. Understanding Azure Event Hub Azure Event Hub is a real-time data streaming service similar to Apache ...
Join discussion
Feb 14, 2025 · 5 min read · Introduction In modern Kubernetes environments, log management is crucial for monitoring application health, debugging issues, and ensuring security compliance. One of the most popular logging solutions for Kubernetes is the EFK stack (Elasticsearch,...
Join discussionDec 29, 2024 · 4 min read · In today’s era of distributed systems, centralized log management is a cornerstone of observability and troubleshooting. Among the key players are Logstash, Fluentd, and Fluent Bit — three popular log aggregation tools that collect, parse, and ship l...
Join discussion
Nov 25, 2024 · 4 min read · Introduction Effective log management is critical for monitoring, troubleshooting, and analyzing applications in real-time. In this post, we’re beginning a series on logging and management by setting up a centralized logging solution using Elasticsea...
Join discussion
Jan 11, 2024 · 8 min read · Logging is a critical aspect of managing containerized applications in Kubernetes. Efficiently collecting, analyzing, and storing logs can provide valuable insights into the performance and health of your applications. In this guide, we will walk you...
Join discussion
Jul 27, 2023 · 7 min read · Introduction While developing software or testing a piece of code, your first instinct when something goes wrong or results in an error would be to check the logs associated with the piece of code that resulted in the error. The next step would be to...
Join discussion
May 23, 2023 · 6 min read · Introduction: The craze for analytics seems to be substantially growing. This means the significance of data has sky-rocketed like never before. I’d personally consider logging mechanism as a predominant contributor for data monitoring, analysis, deb...
Join discussion