Proposal: new node kind K8s kind
#972
-
I'm not sure if it really should be a part of In our lab setup mini-lab we run network switches which need to be connected to service running in K8s cluster created by Right now, for such case, you would have to pre-create a new network, before running Of course, one potential drawback: |
Beta Was this translation helpful? Give feedback.
Replies: 10 comments 1 reply
-
what if we drive this not through API integration with kind, but by shelling out the calls to kind CLI and, if needed, to create a kind config file? |
Beta Was this translation helpful? Give feedback.
-
So, create kind config and call kind CLI? That could work. But then docs have to be very explicit that this |
Beta Was this translation helpful? Give feedback.
-
I am not against experimenting with adding |
Beta Was this translation helpful? Give feedback.
-
Great, i will hack on this next weekend then! |
Beta Was this translation helpful? Give feedback.
-
I think if you just want your But this would simply mean that kind and network nodes are connected to the same bridge -- not the exact k8s cluster replica. The "right" way would be to create a network fabric and then attach kind nodes to it, changing NodeIPs to be the fabric-facing IPs (as opposed to eth0 IPs). I think this would be a lot harder to achieve with kind |
Beta Was this translation helpful? Give feedback.
-
Thanks, yep, this solution would work for my case)
I was thinking that Also, regarding node IPs. Just checked, internally nodes assigned to the same IP as container. But probably i misunderstood you. |
Beta Was this translation helpful? Give feedback.
-
what I meant with nodeIPs is the following. Let's suppose you have a kind cluster connected to the same bridge as your containerized network fabric. All inter-node comms will happen over the eth0 interface, which for the network fabric is an out of band interface. This could very well be your design. |
Beta Was this translation helpful? Give feedback.
-
@networkop
|
Beta Was this translation helpful? Give feedback.
-
@hellt it'll work, it'll get you half way but it's a bit hacky. One thing I'd like to do is test BGP using IPv6 LLA neighbour discovery and this would only work on p2p links. |
Beta Was this translation helpful? Give feedback.
-
The work is being done in #1110 |
Beta Was this translation helpful? Give feedback.
The work is being done in #1110