ktunnel server

Run the ktunnel server(from remote - usually k8s pod)

Synopsis

This command would start the tunnel server wait for tunnel clients to bind

ktunnel server [flags]

Examples


# Run a ktunnel server(on a remote machine) on the non default port
ktunnel server -p 8181

Options

      --cert string   TLS certificate file
  -h, --help          help for server
      --key string    TLS key file

Options inherited from parent commands

  -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

SEE ALSO

  • ktunnel - Ktunnel is a network tunneling tool for kubernetes
Auto generated by spf13/cobra on 29-Apr-2023