hyperboria / bugs

Peer-to-peer IPv6 networking, secure and near-zero-conf.
154 stars 17 forks source link

Calico with cjdns on K8s cluster #200

Open thaxir opened 3 years ago

thaxir commented 3 years ago

Hello Guys, i am trying to have cjdns to work with k8s cluster. I have 2 nodes cluster (master-slave) and i use calico bgp/bird to make both nodes visible to each other. First of all , i have instructed calico to assign IPv6 address from the pool of cjdns . So now I am trying to ping from inside a pod on master to a pod on slave without success. Although pinging pod on master(and master as well) to the slave works when it comes to pod to pod communication it fails. So my first question is how to interact with the routing table of cjdns and my second question is how to add a route to each pod so to enforce traffic to a specific interface??

If my info is not enough please ask me whatever you need. Thanks