From 072be43b85c300f961f1ca8a008ef65dd091c320 Mon Sep 17 00:00:00 2001 From: pb Date: Tue, 3 Sep 2024 17:46:36 +0200 Subject: [PATCH] Added ingress todo --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 64321ad..23a80f7 100644 --- a/README.md +++ b/README.md @@ -54,4 +54,11 @@ This command **must return "yes"** - logsPods() function already exists - need to implement the logic to create each pod's logger and start the monitoring routing - [ ] Allow the front to known on which IP the service are reachable - - currently doing it by using `kubectl get nodes -o wide` \ No newline at end of file + - currently doing it by using `kubectl get nodes -o wide` + + +### Adding ingress handling to support reverse proxing + +- Test wether ingress-nginx is running or not + - Do something if not found : stop running and send error log OR start installation +- \ No newline at end of file