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
- ktunnel - Ktunnel is a network tunneling tool for kubernetes