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

KNE support for nested "kind" environments. #252

Open
dabernie opened this issue Oct 27, 2022 · 3 comments
Open

KNE support for nested "kind" environments. #252

dabernie opened this issue Oct 27, 2022 · 3 comments

Comments

@dabernie
Copy link

Evaluating the capability to support kind https://kind.sigs.k8s.io/ (or potentially other k8s implementations) in a KNE topology build.

Use case associated : to be able to test, validate build topologies which includes CNI specific capabilities. In that case, the nested kind cluster must be able to implement off the shelf CNIs connected to emulated network topology (see attached diagram).

image

@alexmasi
Copy link
Contributor

alexmasi commented Nov 3, 2022

Not sure I follow exactly what you want here (although the diagram is definitely helpful). Would utilizing the node HOST implementation work for this?

The HOST node could either use a base linux container which could be set up to talk with the existing kind worker nodes or potentially the HOST node could bring up kind node container image directly?

@marcushines

@dabernie
Copy link
Author

@alexmasi thanks for the pointer towards HOST ... in essence, I want to emulate an application cluster with CNI connected to an emulated network.

@marcushines
Copy link
Contributor

Alex think about more like there is a KNE instance which has the CNI connecting all the nodes for that cluster

dabernie has an other k8s cluster that they want to have network connectivity over the KNE cluster's meshnet CNI

So you could either have kne meshnet create "external" ports which could then be "wired" to the other k8s instance or you could use host nodes maybe in the way you were thinking to create a k8s instance over the kne instance i think this would be much more problematic to maintain

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

3 participants