Hi,
We vendor libnetwork's ipvs library into kubernetes and we are trying to do ipvs connection graceful termination by two steps:
- Change rs weight to "0", to prevent new connection.
- Delete rs after all connection finished.
This is for graceful terminate long lived connection, and we think this is an reasonable requirement.
So I'm wondering do we have any plan to support get IPVS connection status?
Thanks.