kube-router
kube-router copied to clipboard
Kube-router, a turnkey solution for Kubernetes networking.
## What happened? Related to: https://github.com/cloudnativelabs/kube-router/pull/1745#discussion_r1791606061, the current code looks like: ```go func GenerateTunnelName(nodeIP string) string { // remove dots from an IPv4 address strippedIP := strings.ReplaceAll(nodeIP, ".", "") //...
Bumps the k8s-dependencies group with 3 updates in the / directory: [k8s.io/api](https://github.com/kubernetes/api), [k8s.io/client-go](https://github.com/kubernetes/client-go) and [k8s.io/cri-api](https://github.com/kubernetes/cri-api). Updates `k8s.io/api` from 0.31.3 to 0.33.0 Commits 82c0029 Update dependencies to v0.33.0 tag 16cedc7 Merge...
## What happened? Before a pod terminates we make the pod unready so that new connections doesn't get routed to it. So, only nodes which NAT Service ExternalIP to pod...