kube-router icon indicating copy to clipboard operation
kube-router copied to clipboard

Kube-router, a turnkey solution for Kubernetes networking.

Results 93 kube-router issues
Sort by recently updated
recently updated
newest added

The Prometheus metric `kube_router_controller_bgp_peers` does not include eBGP peers. Some setups, ie. when peering with a ToR switch this is the only type of peer that is used. Monitoring proper...

enhancement
override-stale

Currently, kube router does not allow configuring a service in “one-packet scheduling” mode provided by IPVS. It is useful when client generates UDP messages with such high rate that UDP...

enhancement

In current kube-router implementation, for pod-to-pod network across the nodes in different zones we use IP-in-IP tunneling. While this works for any cluster sizes, for small deployments with less than...

enhancement

Opening a tracking bug to support Endpoint Slices when ever its needed for kube-router service proxy https://kubernetes.io/docs/concepts/services-networking/endpoint-slices/

feature

Still working on the same scenario as [778](https://github.com/cloudnativelabs/kube-router/issues/778#issue-489674106), I've got gobgp to be able to establish peers with my patch #777. However nodes are still unreachable to each other through...

needs-triage

I have a test cluster setup. 1 master and 3 workers. Kube-router is running on all 4 nodes. I'm running 1 external IP for nginx (3 instances) with BGP amongst...

bug

By default, kube-router exposes healthcheck, and more severely, prometheus metrics (if `--metrics-port=` is specified) to ALL IP addresses, and so to the whole Internet, unless some firewalling rules are added....

bug

Refactor changes from #618 to also support ipv6.

enhancement

After a pod is brought online, it gets added to the IPVS tables on all kube-router hosts when the tunnel interface inside the pod is not yet configured properly (Note...

bug

Is it possible to have a clientIP+clientPort based persistence as opposed to Just clientIP where all requests from a particular IP (but different port) goes to same node ?. IPVS...

enhancement