Skip to content

Draft: How kube-proxy Actually Routes a Packet: iptables vs IPVS vs eBPF#50

Draft
singhsanjay12 wants to merge 1 commit into
mainfrom
ssingh1/kube-proxy-iptables-ipvs-ebpf
Draft

Draft: How kube-proxy Actually Routes a Packet: iptables vs IPVS vs eBPF#50
singhsanjay12 wants to merge 1 commit into
mainfrom
ssingh1/kube-proxy-iptables-ipvs-ebpf

Conversation

@singhsanjay12

Copy link
Copy Markdown
Owner

Draft blog post for review (merge later).

A ClusterIP is a virtual IP that nothing actually listens on. kube-proxy programs the kernel to rewrite it into a real pod, and the way it does that (iptables, IPVS, or eBPF) decides how your cluster behaves at scale.

  • House style: hero SVG, styled code blocks, closing pull-quote.
  • Publish date is a placeholder (2026-05-04); adjust before publishing.
  • Cross-links only to already-merged posts.
  • Validated: combined build + tests pass (64 runs, 0 failures); 0 em dashes; SVG passes svg_test.

🤖 Generated with Claude Code

…IPVS vs eBPF

Placeholder publish date (2026-05-04); adjust before publishing. Cross-links only to already-merged posts.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant