Added ingress todo

This commit is contained in:
pb 2024-09-03 17:46:36 +02:00
parent faf67c2dda
commit 072be43b85

View File

@ -55,3 +55,10 @@ This command **must return "yes"**
- need to implement the logic to create each pod's logger and start the monitoring routing - 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 - [ ] Allow the front to known on which IP the service are reachable
- currently doing it by using `kubectl get nodes -o wide` - 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
-