Skip to content
Discussion options

You must be logged in to vote

@matrix-root k3s will use its own iptables utility, which ships along with its own binary.

Some info (from ChatGPT):

You:

How does kube-proxy work inside of k3s

ChatGPT:

Kube-proxy is a component of Kubernetes that is responsible for managing network traffic between services within a cluster. In K3s, which is a lightweight distribution of Kubernetes, kube-proxy works in a similar way as in standard Kubernetes, but with some differences due to its lightweight nature.

In K3s, kube-proxy can be configured to run in either "iptables" or "IPVS" mode, depending on the needs of the cluster. In "iptables" mode, kube-proxy creates iptables rules to forward traffic between services, while in "IPVS"…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mysticaltech
Comment options

Answer selected by matrix-root
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants