You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am attempting to create an ingress controller in python (for Varnish). As far as I understand I have to simultaneously watch for events from ingresses, endpoints, and probably from pods to control session affinity.
Is there a way to do this cleanly (besides polling)?
The text was updated successfully, but these errors were encountered:
I am attempting to create an ingress controller in python (for Varnish). As far as I understand I have to simultaneously watch for events from ingresses, endpoints, and probably from pods to control session affinity.
Is there a way to do this cleanly (besides polling)?
The text was updated successfully, but these errors were encountered: