fix title for tutorials

This commit is contained in:
yunwei37
2023-11-27 11:08:36 +08:00
parent cb8943f686
commit 15533a6af7
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
# The Secure Path Forward for eBPF: Challenges and Innovations
# The Secure Path Forward for eBPF runtime: Challenges and Innovations
Yusheng Zheng
@@ -9,7 +9,7 @@ However, as with any system that interfaces closely with the kernel, the securit
## Table of Contents
<!-- TOC -->
- [The Secure Path Forward for eBPF: Challenges and Innovations](#the-secure-path-forward-for-ebpf-challenges-and-innovations)
- [The Secure Path Forward for eBPF runtime: Challenges and Innovations](#the-secure-path-forward-for-ebpf-runtime-challenges-and-innovations)
- [Table of Contents](#table-of-contents)
- [How eBPF Ensures Security with Verifier](#how-ebpf-ensures-security-with-verifier)
- [What the eBPF Verifier Is and What It Does](#what-the-ebpf-verifier-is-and-what-it-does)

View File

@@ -1,4 +1,4 @@
# Exploring Seven-Layer Protocol Tracing with eBPF: HTTP and Beyond via Socket Filters and Syscall Tracing
# L7 Tracing with eBPF: HTTP and Beyond via Socket Filters and Syscall Tracepoints
In today's technology landscape, with the rise of microservices, cloud-native applications, and complex distributed systems, observability of systems has become a crucial factor in ensuring their health, performance, and security. Especially in a microservices architecture, application components may be distributed across multiple containers and servers, making traditional monitoring methods often insufficient to provide the depth and breadth needed to fully understand the behavior of the system. This is where observing seven-layer protocols such as HTTP, gRPC, MQTT, and more becomes particularly important.