Traefik apache "mod_connect" equivalent?

I am currently using Traefik for most of my traffic except SSH proxy tunnelling, for that i am currently using Apache 2 and "mod_connect" to encapsulate TCP over HTTPS, mod_connect allows doing reverse proxying of any TCP stream on top of HTTPS (so i am not talking about forwarding TCP directly but encapsulating TCP over an HTTPS stream), this is normally done by proxies with the "CONNECT" directive. Is this possible in Traefik? Ideally i would like to mix this up on top of existing k8s ingress configuration to allowing SSH into a pod directly from outside without exposing SSH directly but using "proxyconnect" tool and "sshcommand" option.