hi How connect to tcp port link mongodb or mqtt or ssh
I am deploy mongodb but I cant connect remotly what remote address am use
if enable endpoint I see https
any exp like remote ssh
thx
Okteto Endpoints doesn’t support ingress traffic for non http services. However you can access those through the following paths:
- Add a port forward / port reverse to your
okteto.yml
manifest when using your Dev Containers. Add the following snippet to your manifest to get the tunnels started when you dookteto up
.-
dev: yourService: forward: - 8080:8080
- Manifest documentation:
-
forward
: Okteto Manifest | Okteto Documentation -
reverse
: Okteto Manifest | Okteto Documentation
-
-
- Start a port forward with
kubectl
. Check out:
this only for local machine
but I need RemoteAddress:RemotePort
That is not supported at the moment; we only support exposing HTTPS endpoints remotely. It would be great if you could open a Feature Request, and tell us the use case you’re trying to enable. I can’t guarantee that we’ll make it happen, but that helps us understand and prioritize new features.