{"id":4854,"date":"2023-05-02T12:02:24","date_gmt":"2023-05-02T12:02:24","guid":{"rendered":"https:\/\/middleware.io\/backend\/?p=4854"},"modified":"2023-12-04T05:55:25","modified_gmt":"2023-12-04T05:55:25","slug":"kubernetes-observability","status":"publish","type":"post","link":"https:\/\/stage-site.middleware.io\/es\/kubernetes-observability\/","title":{"rendered":"Mastering Kubernetes Observability: A DevOps Engineer&#8217;s Guide"},"content":{"rendered":"\n<p>Kubernetes is the most utilized open-source tool for <a href=\"https:\/\/middleware.io\/blog\/what-is-container-orchestration\/\">container orchestration<\/a>, allowing the deployment of applications in their hundreds. <\/p>\n\n\n\n<p>DevOps engineers find it reliable and resilient for deploying, managing, and scaling their <a href=\"https:\/\/middleware.io\/product\/container-monitoring\/\">containerized applications<\/a>. Kubernetes also has a self-healing architecture enabling its clusters to add, remove, or replace pods.<\/p>\n\n\n\n<p>Despite these functionalities, Kubernetes is not omniscient\u2014Kubernetes manages the containers running several applications but does not monitor the health of the infrastructures that host the containers. <\/p>\n\n\n\n<p>These infrastructures include the nodes in the Kubernetes clusters, which are the physical and <a href=\"https:\/\/middleware.io\/blog\/what-is-virtual-machine\/\">virtual machines<\/a> connected over a network.<\/p>\n\n\n\n<p>This diversity of functions and numerous moving parts make the Kubernetes architecture complex and call for observability. <\/p>\n\n\n\n<p>This article highlights the importance of Kubernetes observability, the components to be observed, and <a href=\"https:\/\/middleware.io\/blog\/observability\/best-practices\/\">observability best practices<\/a>.<\/p>\n\n\n\n<div id=\"accordian\" class=\"table-of-content\">\n<div class=\"toc-heading accordion\" data-toggle=\"collapse\" data-target=\"#toc\">Table of Contents<\/div>\n<div id=\"toc\" class=\"collapse\" data-parent=\"#accordian\">\n<div class=\"toc-list\">&nbsp;<\/div>\n<\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-what-is-kubernetes-observability\">What is Kubernetes observability?<\/h2>\n\n\n\n<p>Kubernetes observability is the practice of monitoring and discerning the activities of the Kubernetes system and its infrastructures to detect and diagnose issues. It involves collecting data from all parts of the system and making it available for analysis. These data sources include metrics, logs, and traces.<\/p>\n\n\n\n<p>For a well-performing deployed application, it is essential to observe the health of your servers, including the disk space, memory, and CPU, and keep them patched. <\/p>\n\n\n\n<p>Even if you&#8217;re running on a public cloud, keeping track of the usage is important for provisioning additional capacities when needed. <\/p>\n\n\n\n<p><a href=\"https:\/\/middleware.io\/blog\/observability\/\" target=\"_blank\" rel=\"noreferrer noopener\">Observability<\/a> helps you make data-driven decisions that help maintain overall system health and availability while reducing the risk of downtime or system failure.<\/p>\n\n\n\n<p>As a DevOps engineer, an effective Kubernetes observability tool is important to your arsenal. It provides information that helps you identify bottlenecks and troubleshoot issues such as system resource contention, misconfigured pods, and network connectivity problems.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-the-role-of-metrics-logs-and-traces-in-kubernetes-observability\">The role of metrics, logs, and traces in Kubernetes observability<\/h2>\n\n\n\n<p>Metrics, logs, and traces are the triad pillars of observability in Kubernetes. The following is an overview of their role:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-1-metrics\">1. Metrics<\/h3>\n\n\n\n<p><a href=\"https:\/\/middleware.io\/product\/infrastructure-monitoring\/\" target=\"_blank\" rel=\"noreferrer noopener\">Kubernetes metrics<\/a> are quantitative data on the performance of the Kubernetes environment, such as CPU usage, network utilization, and memory consumption. <\/p>\n\n\n\n<p>When metrics are collected and stored by an observability tool, they are used to identify bottlenecks, troubleshoot performance issues, optimize resource allocation, and make informed decisions about scaling.&nbsp;<\/p>\n\n\n\n<p>Additionally, you can leverage metrics for capacity planning, forecasting, and alerting. Metrics are gathered using observability tools.&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-2-logs\">2. Logs<\/h3>\n\n\n\n<p><a href=\"https:\/\/middleware.io\/product\/log-monitoring\/\" target=\"_blank\" rel=\"noreferrer noopener\">Kubernetes logs<\/a> provide insight into the events and activities of nodes, containers, and other core components of the Kubernetes architecture. <\/p>\n\n\n\n<p>Logs can be used for debugging, troubleshooting, and auditing, as they offer a detailed view of errors, warnings, and other events. <\/p>\n\n\n\n<div class=\"container-cta\">\n    <img decoding=\"async\" src=\"\/images\/apm_cta.png\" alt=\"APM content CTA\">\n    <h3>Get Metrics, Logs and Traces data in one dashboard.<\/h3>\n    <a href=\"https:\/\/app.middleware.io\/auth\/register\/\" target=\"_blank\" rel=\"noopener\"><button class=\"primary white\">See it in action<\/button><\/a>\n<\/div>\n\n\n\n<p>You can use them to identify error messages, track changes in configuration settings, monitor resource consumption, and more.<\/p>\n\n\n\n<p>In addition to providing operational insights, logs are important to compliance and audit efforts. <\/p>\n\n\n\n<p>Organizations are often required to maintain records of system events, and logs provide an accurate snapshot of system activity at any given time. <\/p>\n\n\n\n<p>This kind of reporting can be particularly helpful in demonstrating compliance with security standards or legal requirements, which is why logging is considered a critical part of observability in Kubernetes.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-3-traces\">3. Traces<\/h3>\n\n\n\n<p><a href=\"https:\/\/middleware.io\/product\/apm\/\" target=\"_blank\" rel=\"noreferrer noopener\">Kubernetes traces<\/a> capture the flow of requests through the application or system, giving DevOps engineers insight into the cause of any issues that arise. <\/p>\n\n\n\n<p>In Kubernetes, traces are typically generated by applications and services deployed on the platform. They provide critical insights into the behavior of these applications and their interactions with the underlying Kubernetes infrastructure.&nbsp;<\/p>\n\n\n\n<p>They enable you to follow a user request as it flows through the system, helping you to identify which services are involved in the transaction and how long each request takes to complete. <\/p>\n\n\n\n<p>By analyzing the timing and duration of requests, you can identify areas for optimization. <\/p>\n\n\n\n<p>In addition, traces can be used to identify patterns of behavior that might indicate a security breach or other suspicious activity.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-kubernetes-observability-apm\">Kubernetes observability &amp; APM&nbsp;<\/h2>\n\n\n\n<p>As a DevOps engineer, effective APM is critical to ensuring the success of your organization&#8217;s applications. <\/p>\n\n\n\n<p>Below are some ways Kubernetes observability intersects with APM:&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-1-monitoring\">1. Monitoring<\/h3>\n\n\n\n<p><a href=\"https:\/\/middleware.io\/blog\/kubernetes-monitoring\/tools\/\">Kubernetes observability tools<\/a> provide DevOps engineers with a comprehensive view of the Kubernetes environment, from the application to the infrastructure level. <\/p>\n\n\n\n<p>By analyzing performance data over time, you can identify useful patterns and optimize infrastructure and service configurations accordingly. <\/p>\n\n\n\n<p>Real-time monitoring of application logs, metrics, and traces helps identify potential issues before they cause downtime and impact the business.&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-2-pinpointing-the-root-cause\">2. Pinpointing the root cause<\/h3>\n\n\n\n<p>If an issue arises, Kubernetes observability enables DevOps engineers to pinpoint the root cause of the problem quickly. Root cause analysis of problems helps you resolve issues promptly, reducing Mean Time to Repair (MTTR).<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-3-incident-management-and-troubleshooting\">3. Incident management and troubleshooting<\/h3>\n\n\n\n<p>Kubernetes observability tools like Middleware automatically detect and alert you when there is a problem with the application. You can leverage the data analytics capabilities of the platform to troubleshoot performance problems. <\/p>\n\n\n\n<p>This is vital because it reduces the scale of an incident by quickening resolution time. When issues persist, Kubernetes observability helps in incident management by identifying problem areas, isolating the issues, and containing the damage.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-4-capacity-planning\">4. Capacity planning<\/h3>\n\n\n\n<p>Kubernetes observability tools help DevOps engineers to plan for future growth by analyzing usage data, resource utilization, and application performance trends to <a href=\"https:\/\/middleware.io\/blog\/what-is-infrastructure-monitoring\/\">identify infrastructure bottlenecks<\/a> and capacity constraints. <\/p>\n\n\n\n<p>This enables you to scale the application and infrastructure as needed, ensuring that performance levels are maintained without overspending on infrastructure.<\/p>\n\n\n\n<div class=\"full-container-cta black\">\n    <div class=\"d-flex\">\n        <div class=\"img\">\n            <img decoding=\"async\" src=\"\/images\/full-cta-container.png\" alt=\"CTA banner\">\n        <\/div>\n        <div class=\"content-cta\">\n            <h3>Identify issues &amp; track down root causes behind them with our cloud-native observability platform<\/h3>\n            <a href=\"https:\/\/app.middleware.io\/auth\/register\/\" target=\"_blank\" rel=\"noopener\"><button class=\"primary white arrow\">Get started<\/button><\/a>\n        <\/div>\n    <\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-implementing-kubernetes-observability-with-middleware\">Implementing Kubernetes observability with middleware<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-pre-install-step\">Pre-install Step<\/h3>\n\n\n\n<p>1. Create a Middleware account <a href=\"https:\/\/app.middleware.io\/auth\/register\/\">here<\/a><\/p>\n\n\n\n<p>2. Keep logged into your account<\/p>\n\n\n\n<p>3. Access the Kubernetes cluster and Kubernetes client (i.e., kubectl)<\/p>\n\n\n\n<p>4. Install the Middleware agent on Kubernetes using our easy one-step installation or one-step auto instrumentation commands.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"540\" src=\"https:\/\/middleware.io\/backend\/wp-content\/uploads\/2023\/05\/Frame-1000002386-1024x540.jpg\" alt=\"How to install agent in Middleware\" class=\"wp-image-4865\" srcset=\"https:\/\/stage-site.middleware.io\/wp-content\/uploads\/2023\/05\/Frame-1000002386-1024x540.jpg 1024w, https:\/\/stage-site.middleware.io\/wp-content\/uploads\/2023\/05\/Frame-1000002386-300x158.jpg 300w, https:\/\/stage-site.middleware.io\/wp-content\/uploads\/2023\/05\/Frame-1000002386-768x405.jpg 768w, https:\/\/stage-site.middleware.io\/wp-content\/uploads\/2023\/05\/Frame-1000002386-1536x811.jpg 1536w, https:\/\/stage-site.middleware.io\/wp-content\/uploads\/2023\/05\/Frame-1000002386-2048x1081.jpg 2048w, https:\/\/stage-site.middleware.io\/wp-content\/uploads\/2023\/05\/Frame-1000002386-1200x633.jpg 1200w, https:\/\/stage-site.middleware.io\/wp-content\/uploads\/2023\/05\/Frame-1000002386-1980x1045.jpg 1980w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>Upon successful installation and\/or instrumentation, you will see all the applications running in your cluster along with their detected programming language. <\/p>\n\n\n\n<p>Select all the applications that you want to monitor and press &#8216;Save Changes,&#8217; and you will see all requisite information on ONE&nbsp; unified dashboard:&nbsp;<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"495\" src=\"https:\/\/middleware.io\/backend\/wp-content\/uploads\/2023\/05\/Frame-1000002391-1024x495.jpg\" alt=\"middleware dashboard\" class=\"wp-image-4866\" srcset=\"https:\/\/stage-site.middleware.io\/wp-content\/uploads\/2023\/05\/Frame-1000002391-1024x495.jpg 1024w, https:\/\/stage-site.middleware.io\/wp-content\/uploads\/2023\/05\/Frame-1000002391-300x145.jpg 300w, https:\/\/stage-site.middleware.io\/wp-content\/uploads\/2023\/05\/Frame-1000002391-768x372.jpg 768w, https:\/\/stage-site.middleware.io\/wp-content\/uploads\/2023\/05\/Frame-1000002391-1536x743.jpg 1536w, https:\/\/stage-site.middleware.io\/wp-content\/uploads\/2023\/05\/Frame-1000002391-2048x991.jpg 2048w, https:\/\/stage-site.middleware.io\/wp-content\/uploads\/2023\/05\/Frame-1000002391-1200x581.jpg 1200w, https:\/\/stage-site.middleware.io\/wp-content\/uploads\/2023\/05\/Frame-1000002391-1980x958.jpg 1980w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>The commands and other functions, such as verifying the status of the Kubernetes auto-instrumented agent or the status of the Kubernetes infrastructure agent, are available <a href=\"https:\/\/docs.middleware.io\/docs\/installing-on-kubernetes\">here<\/a>. <\/p>\n\n\n\n<p>Further details on how Kubernetes work with Middleware are available in <a href=\"https:\/\/docs.middleware.io\/docs\/kubernetes\">our Kubernetes <\/a>documentation.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-collecting-monitoring-logs-for-kubernetes-applications-with-middleware\">Collecting &amp; monitoring logs for Kubernetes applications with Middleware<\/h3>\n\n\n\n<p>1. Install the Middleware Agent on Kubernetes nodes or containers following the above steps.<\/p>\n\n\n\n<p>2. Once the Middleware Agent is deployed, no additional configuration is needed.<\/p>\n\n\n\n<p>3. Middleware aggregates the collected logs into a central location. This can be on the cluster or off-prem using a Middleware-offered cloud-based solution. The logs are buffered and persistently stored to ensure no logs are lost.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"495\" src=\"https:\/\/middleware.io\/backend\/wp-content\/uploads\/2023\/05\/Frame-1000002387-1024x495.jpg\" alt=\"Logs in K8s monitoring\" class=\"wp-image-4867\" srcset=\"https:\/\/stage-site.middleware.io\/wp-content\/uploads\/2023\/05\/Frame-1000002387-1024x495.jpg 1024w, https:\/\/stage-site.middleware.io\/wp-content\/uploads\/2023\/05\/Frame-1000002387-300x145.jpg 300w, https:\/\/stage-site.middleware.io\/wp-content\/uploads\/2023\/05\/Frame-1000002387-768x372.jpg 768w, https:\/\/stage-site.middleware.io\/wp-content\/uploads\/2023\/05\/Frame-1000002387-1536x743.jpg 1536w, https:\/\/stage-site.middleware.io\/wp-content\/uploads\/2023\/05\/Frame-1000002387-2048x991.jpg 2048w, https:\/\/stage-site.middleware.io\/wp-content\/uploads\/2023\/05\/Frame-1000002387-1200x581.jpg 1200w, https:\/\/stage-site.middleware.io\/wp-content\/uploads\/2023\/05\/Frame-1000002387-1980x958.jpg 1980w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>4. Now, you can search, view, filter, and analyze the logs collected. You can easily visualize the logs on the dashboard using various chart options, like histograms, pie charts, a heat map, and more.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-collecting-monitoring-k8s-metrics-with-middleware\">Collecting &amp; monitoring K8s metrics with Middleware<\/h3>\n\n\n\n<p>1. Install the Middleware Agent on Kubernetes nodes or containers where the workload is running.<\/p>\n\n\n\n<p>2. Once installed, you do not need to add\/configure anything else.&nbsp;<\/p>\n\n\n\n<p>3. You can specify the metrics you want to collect using the Middleware API. You can also create custom metrics with ease. Meanwhile, on the Middleware dashboard, you can view all Kubernetes workloads, such as pods, containers, services, and nodes.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"495\" src=\"https:\/\/middleware.io\/backend\/wp-content\/uploads\/2023\/05\/Frame-1000002388-1024x495.jpg\" alt=\"Kubernetes Metrics in Middleware\" class=\"wp-image-4868\" srcset=\"https:\/\/stage-site.middleware.io\/wp-content\/uploads\/2023\/05\/Frame-1000002388-1024x495.jpg 1024w, https:\/\/stage-site.middleware.io\/wp-content\/uploads\/2023\/05\/Frame-1000002388-300x145.jpg 300w, https:\/\/stage-site.middleware.io\/wp-content\/uploads\/2023\/05\/Frame-1000002388-768x372.jpg 768w, https:\/\/stage-site.middleware.io\/wp-content\/uploads\/2023\/05\/Frame-1000002388-1536x743.jpg 1536w, https:\/\/stage-site.middleware.io\/wp-content\/uploads\/2023\/05\/Frame-1000002388-2048x991.jpg 2048w, https:\/\/stage-site.middleware.io\/wp-content\/uploads\/2023\/05\/Frame-1000002388-1200x581.jpg 1200w, https:\/\/stage-site.middleware.io\/wp-content\/uploads\/2023\/05\/Frame-1000002388-1980x958.jpg 1980w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>4. You can also visualize application performance by tracking statistics like CPU usage, memory usage, network usage, and disk usage, among others, of the containers and pods. <\/p>\n\n\n\n<p>On the Middleware web-based dashboard, you can access various charts, tags and graphs showing vital metrics collected.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"495\" src=\"https:\/\/middleware.io\/backend\/wp-content\/uploads\/2023\/05\/Frame-1000002389-1024x495.jpg\" alt=\"Data filters in Middleware\" class=\"wp-image-4869\" srcset=\"https:\/\/stage-site.middleware.io\/wp-content\/uploads\/2023\/05\/Frame-1000002389-1024x495.jpg 1024w, https:\/\/stage-site.middleware.io\/wp-content\/uploads\/2023\/05\/Frame-1000002389-300x145.jpg 300w, https:\/\/stage-site.middleware.io\/wp-content\/uploads\/2023\/05\/Frame-1000002389-768x372.jpg 768w, https:\/\/stage-site.middleware.io\/wp-content\/uploads\/2023\/05\/Frame-1000002389-1536x743.jpg 1536w, https:\/\/stage-site.middleware.io\/wp-content\/uploads\/2023\/05\/Frame-1000002389-2048x991.jpg 2048w, https:\/\/stage-site.middleware.io\/wp-content\/uploads\/2023\/05\/Frame-1000002389-1200x581.jpg 1200w, https:\/\/stage-site.middleware.io\/wp-content\/uploads\/2023\/05\/Frame-1000002389-1980x958.jpg 1980w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-collecting-monitoring-k8s-traces-with-middleware\">Collecting &amp; monitoring K8s Traces with Middleware<\/h3>\n\n\n\n<p>1. Install the Middleware Agent on your Kubernetes nodes or containers.<\/p>\n\n\n\n<p>2. Create custom instrumentation for your Kubernetes workloads, and the tracing data is collected in real-time by the Middleware Agent.<\/p>\n\n\n\n<p>3. Visualize the trace data on the Middleware user-friendly dashboard. This dashboard displays detailed trace data, span details, and other useful information that can help you easily track flows of requests and identify the source of issues.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"495\" src=\"https:\/\/middleware.io\/backend\/wp-content\/uploads\/2023\/05\/Frame-1000002390-1024x495.jpg\" alt=\"Traces in Middleware\" class=\"wp-image-4870\" srcset=\"https:\/\/stage-site.middleware.io\/wp-content\/uploads\/2023\/05\/Frame-1000002390-1024x495.jpg 1024w, https:\/\/stage-site.middleware.io\/wp-content\/uploads\/2023\/05\/Frame-1000002390-300x145.jpg 300w, https:\/\/stage-site.middleware.io\/wp-content\/uploads\/2023\/05\/Frame-1000002390-768x372.jpg 768w, https:\/\/stage-site.middleware.io\/wp-content\/uploads\/2023\/05\/Frame-1000002390-1536x743.jpg 1536w, https:\/\/stage-site.middleware.io\/wp-content\/uploads\/2023\/05\/Frame-1000002390-2048x991.jpg 2048w, https:\/\/stage-site.middleware.io\/wp-content\/uploads\/2023\/05\/Frame-1000002390-1200x581.jpg 1200w, https:\/\/stage-site.middleware.io\/wp-content\/uploads\/2023\/05\/Frame-1000002390-1980x958.jpg 1980w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-creating-alerts-based-on-k8s-data\">Creating alerts based on K8s data<\/h3>\n\n\n\n<p>Middleware provides <a href=\"https:\/\/middleware.io\/platform\/alerts\/\" target=\"_blank\" rel=\"noreferrer noopener\">proactive alerting<\/a> for critical infrastructure and application issues. The DevOps team gets notifications about potential problems through customized alert rules before they escalate into production issues. <\/p>\n\n\n\n<p>It can also be configured to notify you when certain thresholds are breached, allowing you to take proactive measures to prevent downtime.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-key-challenges-of-kubernetes-observability\">Key challenges of Kubernetes observability<\/h2>\n\n\n\n<p>The following are key challenges associated with observability in Kubernetes:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"452\" src=\"https:\/\/middleware.io\/backend\/wp-content\/uploads\/2023\/05\/image-2-1024x452.png\" alt=\"Key challenges of Kubernetes observability\" class=\"wp-image-4857\" srcset=\"https:\/\/stage-site.middleware.io\/wp-content\/uploads\/2023\/05\/image-2-1024x452.png 1024w, https:\/\/stage-site.middleware.io\/wp-content\/uploads\/2023\/05\/image-2-300x133.png 300w, https:\/\/stage-site.middleware.io\/wp-content\/uploads\/2023\/05\/image-2-768x339.png 768w, https:\/\/stage-site.middleware.io\/wp-content\/uploads\/2023\/05\/image-2-1536x678.png 1536w, https:\/\/stage-site.middleware.io\/wp-content\/uploads\/2023\/05\/image-2-1200x530.png 1200w, https:\/\/stage-site.middleware.io\/wp-content\/uploads\/2023\/05\/image-2.png 1603w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-1-complexity\">1. Complexity<\/h3>\n\n\n\n<p><a href=\"https:\/\/middleware.io\/blog\/kubernetes-monitoring\/\">Monitoring Kubernetes<\/a> can be challenging because Kubernetes comprises several parts that must be monitored. Kubernetes distributes application components and services across multiple nodes, making it difficult to keep track of every component&#8217;s state, health, and associated resources. <\/p>\n\n\n\n<p>As the number of components grows, observability becomes challenging. Monitoring and identifying which components are causing issues can take much time and effort.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-2-large-data-volume\">2. Large data volume<\/h3>\n\n\n\n<p>Kubernetes generates a lot of data, including logs, metrics, and traces. It, therefore, requires a centralized observability solution that can efficiently collect, store, and analyze it. <\/p>\n\n\n\n<p>These solutions will include machine learning, artificial intelligence, and other complex algorithms to make sense of the available data for <a href=\"https:\/\/middleware.io\/blog\/devops-roadmap\/\">DevOps engineers<\/a>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-3-multi-tenancy\">3. Multi-tenancy<\/h3>\n\n\n\n<p>Kubernetes clusters are multi-tenant environments where multiple users can deploy their applications, services, and resources on shared infrastructure. <\/p>\n\n\n\n<p>The clusters are often used by teams from different departments working on projects. This multi-tenancy can cause conflicts, making it harder to monitor system usage accurately. <\/p>\n\n\n\n<p>Observability can become challenging when it comes to ensuring that teams have access only to the data that they are authorized to view.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-4-security-and-privacy-challenges\">4. Security and privacy challenges<\/h3>\n\n\n\n<p>The data processed within a Kubernetes cluster may be sensitive, requiring data privacy protection protocols. Organizations operating in the healthcare or finance sectors, for instance, impose strict requirements on data transmission and storage to maintain data integrity, confidentiality, and privacy. <\/p>\n\n\n\n<p>Kubernetes observability can present security and privacy challenges since it requires access to sensitive data such as logs, <a href=\"https:\/\/middleware.io\/product\/apm\/\">tracing data<\/a>, or critical system indicators. <\/p>\n\n\n\n<p>Sensitive data, in some instances, must be managed with advanced security measures to ensure that only authorized individuals have access to it.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-5-setting-the-right-k8s-monitoring-setup\">5. Setting the right K8s monitoring setup:&nbsp;<\/h3>\n\n\n\n<p>Operationalizing K8s observability requires a strategic approach that involves defining objectives, monitoring requirements, and monitoring tools to be used, among other things. <\/p>\n\n\n\n<p>Monitoring configuration, troubleshooting, and maintenance must be handled with careful planning to avoid situations that may cause performance or security issues. <\/p>\n\n\n\n<p>With a <a href=\"https:\/\/middleware.io\/blog\/cloud-strategy\/\">clear monitoring strategy<\/a> in place, teams may know where to start when monitoring their Kubernetes environment effectively.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-kubernetes-observability-best-practices\">Kubernetes observability best practices<\/h2>\n\n\n\n<p>Following best practices will optimize your chances of full and efficient Kubernetes observability. <\/p>\n\n\n\n<p>Below are key observability best practices to help you achieve better outcomes:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-1-define-key-performance-indicators\">1. Define key performance indicators<\/h3>\n\n\n\n<p>Defining and prioritizing critical performance indicators within your application stack is necessary to obtain insights into your application and infrastructure&#8217;s behavior effectively. <\/p>\n\n\n\n<p>Design and tailor the KPIs to your use cases and revisit them when necessary to reflect the application&#8217;s or infrastructure&#8217;s performance requirements. <\/p>\n\n\n\n<p>The KPIs should include metrics for resource utilization, <a href=\"https:\/\/middleware.io\/product\/apm\/\">application performance, and system health<\/a>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-2-establish-a-clear-monitoring-strategy\">2. Establish a clear monitoring strategy<\/h3>\n\n\n\n<p>To ensure the collation of the right data, you must develop a robust monitoring strategy that includes <a href=\"https:\/\/middleware.io\/product\/real-user-monitoring\/\">real-time user monitoring<\/a> and historical data analysis. This will greatly help you during analysis and decision-making.&nbsp;<\/p>\n\n\n\n<p>A monitoring strategy should establish monitoring requirements, define monitoring objectives, and select appropriate tools to achieve set objectives. <\/p>\n\n\n\n<p>The strategy should also establish procedures for <a href=\"https:\/\/middleware.io\/platform\/alerts\/\">handling alerts<\/a> and monitoring configurations to ensure that visibility and alerts are sent to the right parties.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-3-use-a-centralized-logging-solution\">3. Use a centralized logging solution<\/h3>\n\n\n\n<p>Kubernetes generates large data transmuted into logs, metrics, and events. It is stressful and counterproductive to monitor all these separately. <\/p>\n\n\n\n<p>A <a href=\"https:\/\/middleware.io\/blog\/what-is-log-monitoring\/\">centralized logging solution<\/a> harmonizes application information from all relevant sources and funnels them into a unified interface.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-4-utilize-distributed-tracing\">4. Utilize distributed tracing<\/h3>\n\n\n\n<p><a href=\"https:\/\/middleware.io\/product\/distributed-tracing\/\">Distributed tracing<\/a> provides a detailed view of how requests move through and across your applications or services. It can be useful when deciding which issues are urgent or which to prioritize for resolution.&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-5-monitor-resource-utilization\">5. Monitor resource utilization<\/h3>\n\n\n\n<p>To stay abreast of your infrastructure&#8217;s capacity usage and proactively scale resources when needed, you must collect real-time CPU, memory, and network usage data, among others.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-top-3-full-stack-kubernetes-observability-tools\">Top 3 full-stack Kubernetes observability tools<\/h2>\n\n\n\n<p>Three of the best Kubernetes observability tools are:&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-1-middleware\">1. Middleware<\/h3>\n\n\n\n<p>Middleware is a full-stack observability tool that allows users to monitor their applications, infrastructure, and networking from a single platform. <\/p>\n\n\n\n<p>It provides dynamic visualizations of Kubernetes clusters and real-time alerts for errors or performance issues.&nbsp;<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"495\" src=\"https:\/\/middleware.io\/backend\/wp-content\/uploads\/2023\/05\/Frame-1000002391-1-1024x495.jpg\" alt=\"Middleware, Kubernetes observability tool\" class=\"wp-image-4871\" srcset=\"https:\/\/stage-site.middleware.io\/wp-content\/uploads\/2023\/05\/Frame-1000002391-1-1024x495.jpg 1024w, https:\/\/stage-site.middleware.io\/wp-content\/uploads\/2023\/05\/Frame-1000002391-1-300x145.jpg 300w, https:\/\/stage-site.middleware.io\/wp-content\/uploads\/2023\/05\/Frame-1000002391-1-768x372.jpg 768w, https:\/\/stage-site.middleware.io\/wp-content\/uploads\/2023\/05\/Frame-1000002391-1-1536x743.jpg 1536w, https:\/\/stage-site.middleware.io\/wp-content\/uploads\/2023\/05\/Frame-1000002391-1-2048x991.jpg 2048w, https:\/\/stage-site.middleware.io\/wp-content\/uploads\/2023\/05\/Frame-1000002391-1-1200x581.jpg 1200w, https:\/\/stage-site.middleware.io\/wp-content\/uploads\/2023\/05\/Frame-1000002391-1-1980x958.jpg 1980w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>Middleware also includes log aggregation, metric analysis, and distributed tracing features. <a href=\"https:\/\/middleware.io\/blog\/devops-roadmap\/\">DevOps engineers<\/a> can identify and diagnose problems across the stack, from the application code to the underlying infrastructure. <\/p>\n\n\n\n<p>Middleware is highly extensible and easily customized to suit an organization&#8217;s needs.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-2-datadog\">2. Datadog<\/h3>\n\n\n\n<p><a href=\"https:\/\/middleware.io\/comparison\/datadog-alternative\/\">Datadog<\/a> is an observability platform that provides real-time monitoring and alerting for Kubernetes environments. It aggregates and organizes data from various sources to provide a clear picture of an organization&#8217;s Kubernetes infrastructure. <\/p>\n\n\n\n<p>Datadog also integrates with a wide range of other tools and services, making it easy to build a comprehensive observability strategy.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"509\" src=\"https:\/\/middleware.io\/backend\/wp-content\/uploads\/2023\/05\/Datadog-Dashboard-1024x509.jpeg\" alt=\"Datadog Dashboard\" class=\"wp-image-4872\" srcset=\"https:\/\/stage-site.middleware.io\/wp-content\/uploads\/2023\/05\/Datadog-Dashboard-1024x509.jpeg 1024w, https:\/\/stage-site.middleware.io\/wp-content\/uploads\/2023\/05\/Datadog-Dashboard-300x149.jpeg 300w, https:\/\/stage-site.middleware.io\/wp-content\/uploads\/2023\/05\/Datadog-Dashboard-768x382.jpeg 768w, https:\/\/stage-site.middleware.io\/wp-content\/uploads\/2023\/05\/Datadog-Dashboard-1536x764.jpeg 1536w, https:\/\/stage-site.middleware.io\/wp-content\/uploads\/2023\/05\/Datadog-Dashboard-2048x1018.jpeg 2048w, https:\/\/stage-site.middleware.io\/wp-content\/uploads\/2023\/05\/Datadog-Dashboard-1200x597.jpeg 1200w, https:\/\/stage-site.middleware.io\/wp-content\/uploads\/2023\/05\/Datadog-Dashboard-1980x985.jpeg 1980w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-3-cloudzero\">3. Cloudzero<\/h3>\n\n\n\n<p>Cloudzero is a <a href=\"https:\/\/middleware.io\/whitepaper\/cloud-native-observability-the-new-normal-for-enterprises\/\">cloud-native observability<\/a> platform that provides cost-based insights into the financial implications of Kubernetes deployments. <\/p>\n\n\n\n<p>Combining real-time monitoring, tracing, and financial analytics, CloudZero helps synergize between the technical and business ends of Kubernetes orchestration.&nbsp;<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"736\" src=\"https:\/\/middleware.io\/backend\/wp-content\/uploads\/2023\/05\/image-1024x736.png\" alt=\"Cloudzero\" class=\"wp-image-4855\" srcset=\"https:\/\/stage-site.middleware.io\/wp-content\/uploads\/2023\/05\/image-1024x736.png 1024w, https:\/\/stage-site.middleware.io\/wp-content\/uploads\/2023\/05\/image-300x216.png 300w, https:\/\/stage-site.middleware.io\/wp-content\/uploads\/2023\/05\/image-768x552.png 768w, https:\/\/stage-site.middleware.io\/wp-content\/uploads\/2023\/05\/image.png 1120w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-conclusion\">Conclusion<\/h2>\n\n\n\n<p>Kubernetes observability is an important aspect of managing modern application deployments. The key to effective observability is to prioritize monitoring, establish a clear strategy, and ensure the collection and analysis of data in all areas of the Kubernetes environment.<\/p>\n\n\n\n<p>Using the right tool, such as Middleware, you can keep your Kubernetes environments running efficiently, minimizing downtime and ensuring optimal performance. <\/p>\n\n\n\n<p>Interestingly, <a href=\"https:\/\/middleware.io\/\">Middleware<\/a> integrates with the most powerful AI tool\u2014ChatGPT-4\u2014to predict the root cause of issues and present smart solutions to resolve them.<\/p>\n\n\n\n<p><a href=\"https:\/\/app.middleware.io\/auth\/register\/\" target=\"_blank\" rel=\"noreferrer noopener\">Sign up now<\/a> to see it in action. <\/p>\n","protected":false},"excerpt":{"rendered":"<p>Discover the critical role of Kubernetes observability in managing containerized applications. Read this article to learn about essential components to monitor and best practices for maximum efficiency and reliability.<\/p>\n","protected":false},"author":1,"featured_media":4875,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[487],"tags":[],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Mastering Kubernetes Observability: A DevOps Engineer&#039;s Guide<\/title>\n<meta name=\"description\" content=\"Maximize efficiency and reliability with Kubernetes observability. Read detailed insights about managing your containerized applications here:\" \/>\n<meta name=\"robots\" content=\"noindex, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Mastering Kubernetes Observability: A DevOps Engineer&#039;s Guide\" \/>\n<meta property=\"og:description\" content=\"Maximize efficiency and reliability with Kubernetes observability. Read detailed insights about managing your containerized applications here:\" \/>\n<meta property=\"og:url\" content=\"https:\/\/stage-site.middleware.io\/es\/kubernetes-observability\/\" \/>\n<meta property=\"og:site_name\" content=\"Middleware\" \/>\n<meta property=\"article:published_time\" content=\"2023-05-02T12:02:24+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-12-04T05:55:25+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/stage-site.middleware.io\/wp-content\/uploads\/2023\/05\/opt_Mastering-Kubernetes-Observability-A-DevOps-Engineers-Guide.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1300\" \/>\n\t<meta property=\"og:image:height\" content=\"700\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"MW Team\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Escrito por\" \/>\n\t<meta name=\"twitter:data1\" content=\"MW Team\" \/>\n\t<meta name=\"twitter:label2\" content=\"Tiempo de lectura\" \/>\n\t<meta name=\"twitter:data2\" content=\"13 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/stage-site.middleware.io\/es\/kubernetes-observability\/\",\"url\":\"https:\/\/stage-site.middleware.io\/es\/kubernetes-observability\/\",\"name\":\"Mastering Kubernetes Observability: A DevOps Engineer's Guide\",\"isPartOf\":{\"@id\":\"https:\/\/stage-site.middleware.io\/es\/#website\"},\"datePublished\":\"2023-05-02T12:02:24+00:00\",\"dateModified\":\"2023-12-04T05:55:25+00:00\",\"author\":{\"@id\":\"https:\/\/stage-site.middleware.io\/es\/#\/schema\/person\/4ea1dce092ad60621e4fa874f02ccb92\"},\"description\":\"Maximize efficiency and reliability with Kubernetes observability. Read detailed insights about managing your containerized applications here:\",\"breadcrumb\":{\"@id\":\"https:\/\/stage-site.middleware.io\/es\/kubernetes-observability\/#breadcrumb\"},\"inLanguage\":\"es-ES\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/stage-site.middleware.io\/es\/kubernetes-observability\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/stage-site.middleware.io\/es\/kubernetes-observability\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/stage-site.middleware.io\/es\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Conocimientos\",\"item\":\"https:\/\/stage-site.middleware.io\/es\/category\/conocimientos\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Mastering Kubernetes Observability: A DevOps Engineer&#8217;s Guide\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/stage-site.middleware.io\/es\/#website\",\"url\":\"https:\/\/stage-site.middleware.io\/es\/\",\"name\":\"Middleware\",\"description\":\"Observability platform\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/stage-site.middleware.io\/es\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"es-ES\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/stage-site.middleware.io\/es\/#\/schema\/person\/4ea1dce092ad60621e4fa874f02ccb92\",\"name\":\"MW Team\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es-ES\",\"@id\":\"https:\/\/stage-site.middleware.io\/es\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/14ba28b020541bea7bc669595bdba058?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/14ba28b020541bea7bc669595bdba058?s=96&d=mm&r=g\",\"caption\":\"MW Team\"},\"sameAs\":[\"http:\/\/localhost\/melt\"],\"url\":\"https:\/\/stage-site.middleware.io\/es\/author\/mittalmiddleware-io\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Mastering Kubernetes Observability: A DevOps Engineer's Guide","description":"Maximize efficiency and reliability with Kubernetes observability. Read detailed insights about managing your containerized applications here:","robots":{"index":"noindex","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"og_locale":"es_ES","og_type":"article","og_title":"Mastering Kubernetes Observability: A DevOps Engineer's Guide","og_description":"Maximize efficiency and reliability with Kubernetes observability. Read detailed insights about managing your containerized applications here:","og_url":"https:\/\/stage-site.middleware.io\/es\/kubernetes-observability\/","og_site_name":"Middleware","article_published_time":"2023-05-02T12:02:24+00:00","article_modified_time":"2023-12-04T05:55:25+00:00","og_image":[{"width":1300,"height":700,"url":"https:\/\/stage-site.middleware.io\/wp-content\/uploads\/2023\/05\/opt_Mastering-Kubernetes-Observability-A-DevOps-Engineers-Guide.jpg","type":"image\/jpeg"}],"author":"MW Team","twitter_card":"summary_large_image","twitter_misc":{"Escrito por":"MW Team","Tiempo de lectura":"13 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/stage-site.middleware.io\/es\/kubernetes-observability\/","url":"https:\/\/stage-site.middleware.io\/es\/kubernetes-observability\/","name":"Mastering Kubernetes Observability: A DevOps Engineer's Guide","isPartOf":{"@id":"https:\/\/stage-site.middleware.io\/es\/#website"},"datePublished":"2023-05-02T12:02:24+00:00","dateModified":"2023-12-04T05:55:25+00:00","author":{"@id":"https:\/\/stage-site.middleware.io\/es\/#\/schema\/person\/4ea1dce092ad60621e4fa874f02ccb92"},"description":"Maximize efficiency and reliability with Kubernetes observability. Read detailed insights about managing your containerized applications here:","breadcrumb":{"@id":"https:\/\/stage-site.middleware.io\/es\/kubernetes-observability\/#breadcrumb"},"inLanguage":"es-ES","potentialAction":[{"@type":"ReadAction","target":["https:\/\/stage-site.middleware.io\/es\/kubernetes-observability\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/stage-site.middleware.io\/es\/kubernetes-observability\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/stage-site.middleware.io\/es\/"},{"@type":"ListItem","position":2,"name":"Conocimientos","item":"https:\/\/stage-site.middleware.io\/es\/category\/conocimientos\/"},{"@type":"ListItem","position":3,"name":"Mastering Kubernetes Observability: A DevOps Engineer&#8217;s Guide"}]},{"@type":"WebSite","@id":"https:\/\/stage-site.middleware.io\/es\/#website","url":"https:\/\/stage-site.middleware.io\/es\/","name":"Middleware","description":"Observability platform","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/stage-site.middleware.io\/es\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"es-ES"},{"@type":"Person","@id":"https:\/\/stage-site.middleware.io\/es\/#\/schema\/person\/4ea1dce092ad60621e4fa874f02ccb92","name":"MW Team","image":{"@type":"ImageObject","inLanguage":"es-ES","@id":"https:\/\/stage-site.middleware.io\/es\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/14ba28b020541bea7bc669595bdba058?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/14ba28b020541bea7bc669595bdba058?s=96&d=mm&r=g","caption":"MW Team"},"sameAs":["http:\/\/localhost\/melt"],"url":"https:\/\/stage-site.middleware.io\/es\/author\/mittalmiddleware-io\/"}]}},"_links":{"self":[{"href":"https:\/\/stage-site.middleware.io\/es\/wp-json\/wp\/v2\/posts\/4854"}],"collection":[{"href":"https:\/\/stage-site.middleware.io\/es\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/stage-site.middleware.io\/es\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/stage-site.middleware.io\/es\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/stage-site.middleware.io\/es\/wp-json\/wp\/v2\/comments?post=4854"}],"version-history":[{"count":12,"href":"https:\/\/stage-site.middleware.io\/es\/wp-json\/wp\/v2\/posts\/4854\/revisions"}],"predecessor-version":[{"id":6551,"href":"https:\/\/stage-site.middleware.io\/es\/wp-json\/wp\/v2\/posts\/4854\/revisions\/6551"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/stage-site.middleware.io\/es\/wp-json\/wp\/v2\/media\/4875"}],"wp:attachment":[{"href":"https:\/\/stage-site.middleware.io\/es\/wp-json\/wp\/v2\/media?parent=4854"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/stage-site.middleware.io\/es\/wp-json\/wp\/v2\/categories?post=4854"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/stage-site.middleware.io\/es\/wp-json\/wp\/v2\/tags?post=4854"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}