Skip to content

v0.0.11

Pre-release
Pre-release
Compare
Choose a tag to compare
@murali-reddy murali-reddy released this 06 Aug 11:06
· 1111 commits to master since this release

With this release kube-router adds support for pod-to-pod connectivity across the nodes in different subnets. In case of public clouds, you can deploy cluster with nodes spanning across mutliple availability zones. Kube-router ensures pod-to-pod connectivity across zones.

We also did scaling tests on service proxy implemented by Kube-router. As part of the effort, kube-router will now use docker libnetwork based ipvs library. Please see #101 and #106 for scaling test results.

Changelog

fcac507 Merge pull request #106 from cloudnativelabs/cross-subnet-connectiivty
b8d3914 Use IP-IP tunnelling for cross-subnet pod connectivity
5a3abf9 Add support for testing code changes in kubernetes (#105)
fbdd9e9 Merge pull request #100 from cloudnativelabs/99-randomize-service-endpoints
7934759 Randomize service endpoint addition when configuring destination on ipvs service
9e75203 Use libnetwork/ipvs instead of libipvs (#101)
f8174a6 network_route_controller: Avoid redundant policy sets (#98)
f9ae00b Use vendored gobgp to build gobgp client (#95)


Automated with GoReleaser
Built with go version go1.8.3 linux/amd64