eBPF在云原生可观测领域的探索与实践

Presentation
云计算 (Cloud Computing)
  • 刘恺
    • 刘恺
    • 阿里云
    • 高级研发工程师
    • 刘恺,云原生可观测团队高级研发工程师。持续深耕监控及可观测领域,在可观测方案架构及落地方面有着多年实践经验与深刻见解。目前,作为eBPF探针及Kubernetes监控研发负责人,积极探索容器可观测及关联场景,为企业提供开箱即用的可观测产品与服务。

观众评分

With the flourishing development of cloud-native technologies, an increasing number of enterprises are opting to migrate their applications to Kubernetes. Kubernetes brings convenience for developers and operators, but it also makes troubleshooting more complex. When application failures occur, the root causes can stem from within the application itself, the infrastructure layer, or even the operating system kernel. Although traditional observability systems have solutions for application, container, and infrastructure layers, the data tends to be fragmented, lacking effective correlation.

The eBPF technology emerges as a powerful kernel technique that allows collecting runtime data from kernel hook points without the need for modifying kernel code or adding kernel modules. This speech will introduce how the eBPF technology enables full-stack observability of applications, containers, and the kernel, as well as the correlation and fusion of various observability data. Currently, there are numerous eBPF-based observability system implementations in the observability field, but most lack tracing capabilities. This speech will also cover the implementation of eBPF tracing and Alibaba Cloud's practices in this domain.