Inject server sidecar to the cluster and run the ktunnel client to establish a connection
This command accepts a pod/deployment and injects the tunnel sidecar to that artifact, it then establishes a reverse tunnel
-c, --ca-file string TLS cert auth file
--cert string TLS certificate file
--context string Kubernetes Context
-h, --help help for inject
--key string TLS key file
-n, --namespace string Namespace (default "default")
-s, --scheme string Connection scheme (default "tcp")
-o, --server-host-override string Server name use to verify the hostname returned by the TLS handshake
-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
- ktunnel inject deployment - Inject server sidecar to a deployment and run the ktunnel client to establish a connection