Hi Abdelouahad,

We were able to implement a similar solution to Kubernetes.
It was done with sftp https://github.com/CloudNativeCzechia/sftp running
sftp server, which was connected to the NFS storage.
The same storage web app was using.

The external access have been done using ingress and direct service:port
binding. It was simplest solution possible. Ingress was also bound to DNS
so for an external user, it was available using something like
ftp.webapp.com.

The solution worked as advertised.
I hope this will help you,
Petr



On Thu, Sep 10, 2020 at 1:36 PM Abdelouahad SHIMI <
abdelouahad.sh...@gmail.com> wrote:

> Hi,
>
> Other questions related to the same subject, can I define retouters on ftp
> protocol over TLS? Thanks in advance...
>
> Regards.
> Abdelouahad SHIMI.
>
> Le mer. 9 sept. 2020 à 17:09, Akram Ben Aissi <akram.benai...@gmail.com>
> a écrit :
>
>> 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
>
_______________________________________________
dev mailing list
dev@lists.openshift.redhat.com
http://lists.openshift.redhat.com/openshiftmm/listinfo/dev

Reply via email to