sandromello / allspark

Connect any computer to Kubernetes
Apache License 2.0
4 stars 1 forks source link

Pointing to NON k8 nodes #6

Open ghost opened 6 years ago

ghost commented 6 years ago

I run K8 locally and so this does the job.

But there are times when I want to expose a node that is not a k8 node. My understanding is that FRP tunnel is really the "meat and potatoes" that does this. I just wanted to check that i can do this with allspark .

Examples:

  1. I am running a simple server on my laptop and just want to give it a public domain or IP.

  2. I am running a mobile app in my emulator on my laptop. I want the mobile app to find my local server that is NOT a k8, but just a simple golang server,

  3. I am developing an IOT node and its NOT running on k8, but on bear metal right next to me. I it to have a public IP address even though its in my office behind NAT.

sandromello commented 6 years ago

I understand how this could enhanced the experience of exposing apps with frp, but I think it extrapolate the scope of this project. The goal here is to connect seamlessly Kubernetes core components and apps over a public network.