Murali Reddy
4531a915bb
Handle both cases where node can be registered with master either
...
by host name or FQDN. kubelet can be started with --hostname-override with configurable value.
In AWS envirinment typcally its set FQDN obtained from the metda data. This fix ensures
we can deploy kube-router in case nodes are registered with FQDN
Fixes #17
2017-05-30 03:11:51 +05:30
Murali Reddy
0f86e78c59
Adds support for advertising cluster IP correponding to a service to the BGP peers
...
Once external BGP is peered with cluster nodes, pods can be routable externally
fixes #4 and #7
2017-05-21 06:44:36 +05:30
Murali Reddy
231e5cee71
enable kube-router to be run as daemonset
2017-04-27 03:08:37 +05:30
Murali Reddy
a4e773bd91
edit README and handle external (outside from cluster) access to nodeport services
...
by masqurading the traffic so the return traffic from the pod hits the node before
going to the client
2017-04-18 03:37:46 +05:30
Murali Reddy
04a5cc033a
base line version tested with kube 1.5.6, 1.6
2017-04-17 10:33:09 +05:30