From 41281f8b08cbe5b324060bc8fd96e6e46417d39c Mon Sep 17 00:00:00 2001 From: Murali Reddy Date: Wed, 12 Jul 2017 06:17:32 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8cd598be..3f4227ad 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ kube-router Kube-router is a distributed load balancer, firewall and router for Kubernetes. Kube-router can be configured to provide on each cluster node: -- a IPVS/LVS based service proxy on each node for *ClusterIP* and *NodePort* service types, providing service discovery and load balancing +- a IPVS/LVS based service proxy on each node for *ClusterIP*, *NodePort* and *LoadBalancer* service types, providing service discovery and load balancing - an ingress firewall for the pods running on the node as per the defined Kubernetes network policies using iptables and ipset - a BGP router to advertise and learn the routes to the pod IP's for cross-node pod-to-pod connectivity