Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ software.
notifications because of watch on Service object resources. It passes any incremental
changes to the Infra Manager component.
- It interfaces with Infra Manager over the secure gRPC channel to pass all the
configurations.
configurations. The gRPC connection by default is secure.

### Kubernetes ARP Proxy

Expand All @@ -114,7 +114,7 @@ software.
for the pipeline internal gateway IP address.
- As the name suggests, it responds to ARP requests sent by the pods, seeking
the MAC address of the common gateway. It responds with its interface's MAC
address.
address. This allows every pod to see gateway as it's next hop.

### Kubernetes P4 Pipeline

Expand Down