6 links
tagged with all of: monitoring + kubernetes
Click any tag below to further narrow down your results
Links
Pinterest encountered a significant performance issue during the migration of its search infrastructure, Manas, to Kubernetes, where one in a million search requests experienced latency spikes. The investigation revealed that cAdvisor’s memory monitoring processes were causing excessive contention, leading to these delays. The team resolved the issue by disabling a specific metric in cAdvisor, allowing them to continue their migration efforts without compromising performance.
Setting up a local Langfuse server with Kubernetes allows developers to manage traces and metrics for sensitive LLM applications without relying on third-party services. The article details the necessary tools and configurations, including Helm, Kustomize, and Traefik, to successfully deploy and access Langfuse on a local GPU cluster. It also provides insights on managing secrets and testing the setup through a Python container.
Octopus has introduced the Kubernetes Live Object Status feature to enhance its Kubernetes agent, enabling simplified deployments and robust post-deployment monitoring for applications running on Kubernetes. This feature allows users to view the status of Kubernetes resources in real-time and provides detailed insights for troubleshooting, aiming to streamline the continuous delivery process.
Microsoft has introduced container network logs in the public preview of Advanced Container Networking Services for Azure Kubernetes Service, providing detailed insights into network traffic. This feature enhances troubleshooting, security enforcement, and operational efficiency by monitoring various traffic layers and offering two modes of log storage. Users can visualize logs through Azure managed Grafana dashboards for better analysis and monitoring.
Memory usage in Prometheus can escalate dramatically in enterprise Kubernetes environments due to high-cardinality metrics and labels. This article details methods to analyze and reduce memory consumption effectively, including identifying redundant metrics and employing scripts to optimize monitoring without losing essential data.
By implementing a php-fpm-exporter in a Kubernetes environment, the author identified severe underutilization of PHP-FPM processes due to a misconfigured shared configuration file. After analyzing the traffic patterns and adjusting the PHP-FPM settings accordingly, memory utilization was reduced by over 80% without sacrificing performance. The article emphasizes the importance of customizing configurations based on specific application needs rather than relying on default settings.