Open ghost opened 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.
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:
I am running a simple server on my laptop and just want to give it a public domain or IP.
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,
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.