Hi! Does Felix have a way of handling a SIGTERM event?
I was not able to find any documentation about that. I am trying to containerize my app and run it in Kubernetes. It looks like Kubernetes can send a SIGTERM event to a container, and the container is expected to shutdown gracefully (do whatever cleanup is necessary). If the container running Felix receives this signal, what happens to Felix? How can I gracefully handle this type of situation? Thanks! =David
