-
Notifications
You must be signed in to change notification settings - Fork 58
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
Cannot connect to pod outside VPC #67
Comments
The container runtime is CRI containerd, 1.2.5-1 with default settings |
kube-proxy log:
|
The instance is r5.xlarge and is affected by broken_cidr:
|
poking around the tool seems fine to me |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The setup is as follows:
client & node aren't directly connected, there's vpn node in between them.
I can do the following pings/netcats (( i.e. testing connectivity )):
client <--> node (( and vice versa ))
vpn node <--> pod (( and vice versa ))
pod --> client (( but not vice versa ))
Upon closer inspection (( that is running tcpdump on the node I see the following )):
The AWS properly routes the package to the node, yet there's no reply if the source address is outside VPC stack.
Version: v0.5.0
Configuration:
(( the {{ }} placeholders are filler with proper values )).
I've marked single private subnet with the needed tag, and it's
10.102.0.0/20
subnet. VPN node is in a different subnet (since it has public IP).The text was updated successfully, but these errors were encountered: