Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 785 Bytes

ktunnel_server.md

File metadata and controls

41 lines (26 loc) · 785 Bytes

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

SEE ALSO

  • ktunnel - Ktunnel is a network tunneling tool for kubernetes
Auto generated by spf13/cobra on 1-Nov-2019