Run the ktunnel server(from remote - usually k8s pod)
This command would start the tunnel server wait for tunnel clients to bind
ktunnel server [flags]
# Run a ktunnel server(on a remote machine) on the non default port
ktunnel server -p 8181
--cert string TLS certificate file
-h, --help help for server
--key string TLS key file
-p, --port int The port to use to establish the tunnel (default 28688)
-t, --tls Connection uses tls if true, else plain TCP
-v, --verbose verbose mode
- ktunnel - Ktunnel is a network tunneling tool for kubernetes