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'm using contiv+vlan,i create k8s Service(service A) for two pods(pod A1, A2), and create another pod(pod B)。There are two problems: (1) In pod B, "curl" clusterIP of service A, it will always connect to only one pod (pod A1 or pod A2), but not balance traffic to the two pods. (2) In pod B, "curl" two pod ip of service A, it will success on one pod ip, but fail on the other one; pod B could ONLY connect to one pod ip (A1 or A2). If service A is deleted, both of the two problems above are gone. It seems that the k8s "Service" could not work in contiv vlan mode.
The text was updated successfully, but these errors were encountered:
I'm using contiv+vlan,i create k8s Service(service A) for two pods(pod A1, A2), and create another pod(pod B)。There are two problems: (1) In pod B, "curl" clusterIP of service A, it will always connect to only one pod (pod A1 or pod A2), but not balance traffic to the two pods. (2) In pod B, "curl" two pod ip of service A, it will success on one pod ip, but fail on the other one; pod B could ONLY connect to one pod ip (A1 or A2). If service A is deleted, both of the two problems above are gone. It seems that the k8s "Service" could not work in contiv vlan mode.
The text was updated successfully, but these errors were encountered: