Ops Community
Ops Community
Feb 10, 2026 · Cloud Native

Why Is My K8s Pod Stuck in CrashLoopBackOff? 5 Proven Troubleshooting Strategies

CrashLoopBackOff is a kubelet back‑off restart policy that can be triggered by application panics, OOM kills, mis‑configured probes, or image pull problems, and this guide walks you through five systematic debugging steps, from inspecting pod events and logs to using ephemeral containers and monitoring alerts.

CrashLoopBackOffKubernetesdebugging
0 likes · 31 min read
Why Is My K8s Pod Stuck in CrashLoopBackOff? 5 Proven Troubleshooting Strategies
Alibaba Cloud Observability
Alibaba Cloud Observability
Jul 4, 2024 · Cloud Native

How to Install and Use Go Agent for Cloud‑Native Application Monitoring on ACK

This guide explains how Go Agent solves the manual instrumentation problem in Go microservices by injecting monitoring code at compile time, details its implementation using AST analysis and -toolexec, lists supported SDKs and product features, and provides step‑by‑step instructions for installing the ARMS component, compiling Go binaries, granting permissions, and enabling monitoring on Alibaba Cloud ACK clusters.

ARMSGoKubernetes
0 likes · 16 min read
How to Install and Use Go Agent for Cloud‑Native Application Monitoring on ACK
Liangxu Linux
Liangxu Linux
Dec 2, 2023 · Fundamentals

Simplify Linux Driver Probes with Device Resource Management (devm_ APIs)

This article explains how Linux kernel drivers can replace repetitive error‑handling and manual resource cleanup in probe functions by using the device‑resource‑management framework and its devm_ helper APIs, showing concrete code transformations, data‑structure details, and the underlying mechanisms that automate allocation and release.

Device Resource ManagementResource Cleanupdevm
0 likes · 18 min read
Simplify Linux Driver Probes with Device Resource Management (devm_ APIs)
Efficient Ops
Efficient Ops
Apr 28, 2021 · Cloud Native

Mastering Kubernetes: Understanding Pods, Probes, and Core Concepts

This article demystifies Kubernetes by explaining its scheduling fundamentals, the role of Pods, essential YAML configurations, health probes, high‑availability objects, service types, and core internal components, providing a comprehensive guide for developers and operators.

KubernetesPodService
0 likes · 10 min read
Mastering Kubernetes: Understanding Pods, Probes, and Core Concepts
Meituan Technology Team
Meituan Technology Team
Nov 14, 2019 · Mobile Development

Probe Component for Fast Online OOM Diagnosis in Android Apps

The Probe component continuously monitors Android app memory, automatically captures trimmed HPROF snapshots when usage spikes, and analyzes them either on‑device with the HAHA library or on a server, enabling rapid OOM root‑cause localization, thread/FD tracking, and has lowered the rider app’s crash rate from 2‰ to roughly 0.02‰.

AndroidHprofMemory Leak
0 likes · 22 min read
Probe Component for Fast Online OOM Diagnosis in Android Apps