Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

K8s "Service" could not work in contiv vlan mode #1083

Open
madianjun opened this issue Nov 27, 2017 · 0 comments
Open

K8s "Service" could not work in contiv vlan mode #1083

madianjun opened this issue Nov 27, 2017 · 0 comments

Comments

@madianjun
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant