From c638b3ce55d976e8dc0cce9243fc3e8a6fea1f67 Mon Sep 17 00:00:00 2001
From: Murali Reddy <muralimmreddy@gmail.com>
Date: Tue, 9 May 2017 12:32:47 +0530
Subject: [PATCH] Update README.md

explore integration of an ingress controller so Kube-router will be one complete solution for both east-west and north-south traffic
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index cca9258a..cfb8753a 100644
--- a/README.md
+++ b/README.md
@@ -174,6 +174,7 @@ local node routing table. On the data path, inter node pod-to-pod communication
 ## TODO
 - ~~convert Kube-router to docker image and run it as daemonset~~
 - heathcheck pods
+- explore integration of an ingress controller so Kube-router will be one complete solution for both east-west and north-south traffic
 - ~~get pod CIDR from node.PodCidr when kube-controller-manager is run with `--allocate-node-cidrs=true` option~~
 - explore the possibility of using IPVS direct routing mode
 - Explore the possibilities of making Kube-router on the node a Prometheus endpoint
-- 
GitLab