-
Notifications
You must be signed in to change notification settings - Fork 37
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
Testing this using kind and physical node #132
Comments
@njucjc PTAL |
1 similar comment
@njucjc PTAL |
@siredmar What network plugin is your kind cluster using? It seem yurt-mananger can't get PodCIDR in your node Spec |
@njucjc My kind cluster is using flannel as CNI. So what i guess what i would need is some sort of connection coordinator to make this kind of connection work. Does raven support something like that? |
@siredmar are the kind nodes under bridge can access eagle(192.168.1.100) by nat ? |
Hi!
i'm quite new to raven. I have quite a complex task for our local dev environment (so no production case at all). So this is the scenario:
I'm running a local kubernetes cluster with kind. kind spins up the kubernetes cluster as docker containers.
So these all run on my local machine (192.168.1.46)
I joined a raspberry pi node to this local cluster called eagle (192.168.1.100) doing some kind trickery (installed flannel instead of the kind builtin cni). This works great. Workload is deployed on this node, but when it comes to accessing services that run on other nodes this won't work.
What i'm trying to achieve is that i have a transparent cluster and pod network within this cluster, containing the eagle node.
Example: I have a deployment that runs pods on eagle and edgefarm-worker. The pods itself shall be able to ping the other pods ip address.
I tried several raven configurations. My latest one looks like this:
I have two gateways defined: gw-cloud and gw-edge
I'm installing raven with the helm chart. This is my values.yaml
I got raven deployed on every node:
These are the logs of raven on eagle
And the logs of raven on edgefarm-worker
I don't have experience regarding raven. But to me the logs don't say much other than: there are no VPN connections.
Can anyone assist me setting up raven in this local setup?
The text was updated successfully, but these errors were encountered: