kube-router: Kube-router shouldn't rely on kube-proxy configmap

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Reactions: 2
  • Comments: 17 (9 by maintainers)

Most upvoted comments

I personally don’t find using the kubelet’s config any better practice than using kube-proxy’s, but I can see how not using a component that kube-router has the potential to replace helpful to some use-cases. So I’d be willing to review / test / merge if someone wants to go through the effort of putting up a PR.

The difference is that kubernetes can work without kubeadm and kube-proxy. But it can not work without the kubelet. And the kubelet will always need to connect to the API server without a cluster-ip. So it will always have the information that kube-router needs.