Skip to content

Commit 15db6f1

Browse files
pasmantADubhlaoich
andauthored
feat: Update docs - with overview for App Protect DoS eBPF manager (#279)
* feat: Update docs - with overview for App Protect DoS eBPF manager * Update content/nap-dos/deployment-guide/learn-about-deployment.md --------- Co-authored-by: Alan Dooley <[email protected]>
1 parent a706afa commit 15db6f1

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

content/nap-dos/deployment-guide/learn-about-deployment.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2442,3 +2442,21 @@ kubectl create ns appprotect-dos-wp-diff
24422442
${DIR}/appprotect-dos/install.sh
24432443
${DIR}/appprotect-dos-arb/install_appprotect-dos-arb.sh
24442444
```
2445+
2446+
---
2447+
2448+
## App Protect DoS eBPF manager
2449+
2450+
### Overview
2451+
The eBPF Manager is a powerful and efficient tool designed to simplify and secure the deployment of eBPF (Extended Berkeley Packet Filter) programs for advanced networking use cases.
2452+
Its primary responsibilities include program installation and managing client interactions to enable real-time packet processing and mitigation solutions.
2453+
2454+
### CLI Options for Flexible Configuration
2455+
The eBPF Manager comes with configurable command-line flags for ease of use and deployment customization. Key options include:
2456+
2457+
* Interface Selection:
2458+
* -i, --interface [interfaces...]: Specify one or more network interfaces for eBPF XDP program deployment. If omitted, it defaults to all non-virtual, active network devices.
2459+
* gRPC UDS Ownership:
2460+
* -u, --user <user_name>: Set the user ownership for the gRPC Unix Domain Socket (UDS). Defaults to nginx.
2461+
* -g, --group <group_name>: Set the group ownership for the gRPC Unix Domain Socket (UDS). Defaults to nginx.
2462+

0 commit comments

Comments
 (0)