Skip to content

Commit

Permalink
fix title for tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
yunwei37 committed Nov 27, 2023
1 parent cb8943f commit 15533a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/18-further-reading/ebpf-security.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion src/23-http/README_en.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit 15533a6

Please sign in to comment.