<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Microservices on Netdata</title><link>https://www.netdata.cloud/tags/microservices/</link><description>Recent content in Microservices on Netdata</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Sat, 22 Aug 2026 13:58:56 +0300</lastBuildDate><atom:link href="https://www.netdata.cloud/tags/microservices/index.xml" rel="self" type="application/rss+xml"/><item><title>Microservices Monitoring Tool Without Sampling</title><link>https://www.netdata.cloud/solutions/use-cases/microservices-observability/</link><pubDate>Thu, 18 Dec 2025 00:00:00 +0000</pubDate><guid>https://www.netdata.cloud/solutions/use-cases/microservices-observability/</guid><description>Netdata delivers comprehensive microservices observability with per-second metrics, ML-based anomaly detection, and AI-powered troubleshooting - all without the complexity, cost overruns, or tool sprawl that plague traditional solutions.</description></item><item><title>Service Mesh Observability Without Overhead</title><link>https://www.netdata.cloud/solutions/use-cases/service-mesh-observability/</link><pubDate>Thu, 18 Dec 2025 00:00:00 +0000</pubDate><guid>https://www.netdata.cloud/solutions/use-cases/service-mesh-observability/</guid><description>Netdata revolutionizes service mesh observability with true real-time monitoring, automatic anomaly detection, and transparent pricing - solving the cost explosion, performance overhead, and complexity that plague traditional solutions.</description></item><item><title>Consul Service Discovery Failures: Causes &amp; Fixes</title><link>https://www.netdata.cloud/academy/consul-service-discovery-failures/</link><pubDate>Wed, 03 Sep 2025 00:00:00 +0000</pubDate><guid>https://www.netdata.cloud/academy/consul-service-discovery-failures/</guid><description>&lt;p&gt;It’s a scenario that keeps DevOps and SRE teams up at night: your application logs fill with connection errors, services start failing, and you realize a critical component can&amp;rsquo;t find the database it depends on. The culprit? A breakdown in your service discovery mechanism. For many, that mechanism is HashiCorp Consul, the backbone of modern microservice architectures. When Consul falters, your entire ecosystem can become unstable.&lt;/p&gt;&#10;&lt;p&gt;Understanding how to diagnose these failures is crucial. The problem often lies deep within the operational layers—agent communication issues, misconfigured health checks, or disruptions in the gossip protocol that maintains cluster state. In this guide, we&amp;rsquo;ll dissect the most common causes of Consul service discovery failures, providing you with the tools to troubleshoot and resolve them. More importantly, we&amp;rsquo;ll show you how to shift from a reactive, fire-fighting mode to a proactive one, using comprehensive monitoring to build a truly resilient Consul deployment.&lt;/p&gt;</description></item><item><title>What Is Distributed Tracing How It Works And Use Cases</title><link>https://www.netdata.cloud/academy/distributed-tracing/</link><pubDate>Tue, 10 Jun 2025 00:00:00 +0000</pubDate><guid>https://www.netdata.cloud/academy/distributed-tracing/</guid><description>&lt;p&gt;Your team has deployed a new feature, but users are reporting that a specific action in your application is painfully slow. You look at the metrics for your frontend service, and they seem fine. You check the logs for the user authentication service, and there are no errors. The database CPU usage is normal. So where is the bottleneck? In a modern distributed architecture built with microservices, a single user request can trigger a complex chain reaction across dozens of independent services. Finding the root cause of a problem can feel like searching for a needle in a global haystack.&lt;/p&gt;</description></item><item><title>What Is Container Orchestration &amp; Why Do We Need It</title><link>https://www.netdata.cloud/academy/container-orchestaration/</link><pubDate>Mon, 09 Jun 2025 00:00:00 +0000</pubDate><guid>https://www.netdata.cloud/academy/container-orchestaration/</guid><description>&lt;p&gt;If you&amp;rsquo;re building modern applications, you&amp;rsquo;re likely using containers. They&amp;rsquo;re lightweight, portable, and provide a consistent environment for your code. Deploying a single container is simple. Managing a handful is manageable. But what happens when your application grows from a few containers to hundreds or even thousands, all working together as a complex system of microservices?&lt;/p&gt;&#10;&lt;p&gt;This is where manual management breaks down. You face a storm of questions: How do you deploy updates without downtime? How do you scale to handle a sudden traffic surge? What happens if a server fails in the middle of the night? Answering these questions manually is an operational nightmare. This is precisely the problem that container orchestration was created to solve.&lt;/p&gt;</description></item><item><title>What Is Application Performance Monitoring (APM)?</title><link>https://www.netdata.cloud/academy/what-is-application-performance-monitoring-apm/</link><pubDate>Thu, 03 Oct 2024 00:00:00 +0000</pubDate><guid>https://www.netdata.cloud/academy/what-is-application-performance-monitoring-apm/</guid><description>&lt;p&gt;Ensuring that applications are functioning as expected is essential in the software-driven world of today. One sub-standard performance and your app can fail to win people over, ultimately drive them away or be the reason for debilitating first impressions. This is where Application Performance Monitoring (APM) comes in and helps developers, DevOps teams, and especially an SRE (Site Reliability Engineer) to monitor their application running live on systems, allowing them to identify the issues faster before they impact users.&lt;/p&gt;</description></item><item><title>DevOps Best Practices Playbook For Performance</title><link>https://www.netdata.cloud/academy/devops-playbook-best-practices-for-success/</link><pubDate>Wed, 22 May 2024 00:00:00 +0000</pubDate><guid>https://www.netdata.cloud/academy/devops-playbook-best-practices-for-success/</guid><description>&lt;p&gt;In software development and IT operations, DevOps has become a central practice, facilitating collaboration, increasing efficiency, and ensuring high-quality software delivery. However, the range of DevOps operations can be intimidating for beginners. This playbook aims to simplify DevOps by outlining best practices for developers and teams, enabling more efficient workflows and operational excellence.&lt;/p&gt;&#10;&lt;h2 id="devops-meaning-bridging-software-development--it-operations"&gt;Devops Meaning: Bridging Software Development &amp;amp; IT Operations&lt;/h2&gt;&#10;&lt;p&gt;DevOps is a cultural and technical shift that bridges the historically isolated worlds of software development and IT operations. The goal is to construct a fully automated pipeline for developing, testing, delivering, and maintaining software. Think of it as running a race where each runner hands off the baton seamlessly, boosting overall speed and efficiency.&lt;/p&gt;</description></item><item><title>Monitoring vs Observability: Key Differences</title><link>https://www.netdata.cloud/blog/monitoring-vs-observability/</link><pubDate>Tue, 24 Oct 2023 00:00:00 +0000</pubDate><guid>https://www.netdata.cloud/blog/monitoring-vs-observability/</guid><description>&lt;p&gt;As systems increasingly shift towards distributed architectures to deliver application services, the roles of monitoring and observability have never been more crucial. Monitoring delivers the situational awareness you need to detect issues, while &lt;a href="https://www.netdata.cloud/academy/what-is-observability/"&gt;observability goes a step further&lt;/a&gt;, offering the analytical depth to understand the root cause of those issues.&lt;/p&gt;&#10;&lt;p&gt;Understanding the nuanced differences between monitoring and observability is crucial for anyone responsible for system health and performance. In dissecting these methodologies, we&amp;rsquo;ll explore their unique strengths, dive into practical applications, and illuminate how to strategically employ each to enhance operational outcomes.&lt;/p&gt;</description></item><item><title>Envoy Monitoring</title><link>https://www.netdata.cloud/monitoring-101/envoy-monitoring/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.netdata.cloud/monitoring-101/envoy-monitoring/</guid><description>&lt;h2 id="envoy-monitoring"&gt;Envoy Monitoring&lt;/h2&gt;&#10;&lt;h3 id="what-is-envoy"&gt;What Is Envoy?&lt;/h3&gt;&#10;&lt;p&gt;Envoy is an open-source edge and service proxy, designed for cloud-native applications and microservices architectures. It plays a pivotal role in managing ingress and egress traffic between microservices, thus ensuring seamless communications within distributed systems. As a Layer 7 proxy, it provides advanced load balancing, traffic management, and observability features, crucial for high-availability applications.&lt;/p&gt;&#10;&lt;h3 id="monitoring-envoy-with-netdata"&gt;Monitoring Envoy With Netdata&lt;/h3&gt;&#10;&lt;p&gt;When it comes to monitoring Envoy proxies, the Netdata monitoring tool provides comprehensive insights into various metrics that are key to maintaining optimal performance. Netdata&amp;rsquo;s real-time monitoring capabilities allow you to track the health of your Envoy instances, detect anomalies, and troubleshoot issues promptly. With its ease of configuration and powerful visualization features, Netdata is an ideal solution for monitoring Envoy.&lt;/p&gt;</description></item></channel></rss>