Is there support for autoscaling nodes where the pods only contain websockets used for push notifications back to the client? I suspect we would likely be hitting connection constraints before either CPU or memory limits are hit. Please correct me if others have different experiences here.
The main issue I see is the persistent nature of the connections - pods that contain active websockets must remain intact when down-scaling and tenancy is not relocatable.
So my questions here are these:
Thanks in advance for all tips/pointers, especially any advice on how to best ask these questions.