Skip to content

Commit

Permalink
Some minor updates to architecture document (#5897)
Browse files Browse the repository at this point in the history
* Update kube-proxy modes
* Point to kube-proxy documentation instead of kubernetes service documentation

Signed-off-by: Daman Arora <[email protected]>
  • Loading branch information
aroradaman authored Jan 22, 2024
1 parent a9ee4b9 commit 2ecbe79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/design/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,8 @@ the tunnel.

<img src="../assets/service_walk.svg.png" width="600" alt="Antrea Service Traffic Walk">

`kube-proxy` can be used in any supported mode: user-space iptables, or IPVS.
See the [Kubernetes Service documentation](https://kubernetes.io/docs/concepts/services-networking/service)
`kube-proxy` can be used in any supported mode: iptables, IPVS or nftables.
See the [Kubernetes Service Proxies documentation](https://kubernetes.io/docs/reference/networking/virtual-ips)
for more details.

When AntreaProxy is enabled, Antrea Agent will add OVS flows that implement
Expand Down

0 comments on commit 2ecbe79

Please sign in to comment.