you have many alternatives inside OpenShift itself; it depends on how much
control you have on your infrastructure.
Generally speaking, you will have to use a solution that reserves a
dedicated IP:port to this traffic.
You can use Ingress with a dedicated IP address and a specific port. In
this case, all the incoming traffic on this IP address/port will be
redirected to your SFTP service/pod.







Le mer. 9 sept. 2020 à 16:55, Abdelouahad SHIMI <abdelouahad.sh...@gmail.com>
a écrit :

> Hi Akram,
>
> THanks for clarification, so is there any way to attack the sftp server
> from outside of openshift? or should I switch to a classic VM sftp server?
>
> Regards.
> Abdelouahad SHIMI.
>
>
>
> Le mer. 9 sept. 2020 à 16:23, Akram Ben Aissi <akram.benai...@gmail.com>
> a écrit :
>
>> Hi Abdelouahad,
>>
>> SFTP being based on SSH, and SSH not supporting SNI, which the transport
>> using in OpenShift routes, you will not be able to use a route.
>>
>> Le mer. 9 sept. 2020 à 15:25, Abdelouahad SHIMI <
>> abdelouahad.sh...@gmail.com> a écrit :
>>
>>> Hello,
>>>
>>> I have my Sftp server deployed as a pod under openshift, an external
>>> application should push some doc into this server so  can I define routers
>>> with sftp protocol?
>>>
>>> Thanks in advance for your response.
>>>
>>> Regards.
>>> SHIMI Abdelouahad.
>>>
>>> _______________________________________________
>>> dev mailing list
>>> dev@lists.openshift.redhat.com
>>> http://lists.openshift.redhat.com/openshiftmm/listinfo/dev
>>>
>>
_______________________________________________
dev mailing list
dev@lists.openshift.redhat.com
http://lists.openshift.redhat.com/openshiftmm/listinfo/dev

Reply via email to