Ktunnel is a network tunneling tool for kubernetes
Built to ease development on kubernetes clusters and allow connectivity between dev machines and clusters
-h, --help help for ktunnel
-p, --port int The port to use to establish the tunnel (default 28688)
-t, --tls Connection uses TLS if true, else plain TCP
- ktunnel client - Run the ktunnel client(from source listener - usually localhost)
- ktunnel expose - Expose local machine as a service on the kubernetes cluster
- ktunnel inject - Inject server sidecar to the cluster and run the ktunnel client to establish a connection
- ktunnel server - Run the ktunnel server(from remote - usually k8s pod)
- ktunnel version - Print the version number of Ktunnel