N
N
noute2019-10-17 06:53:10
Nginx
noute, 2019-10-17 06:53:10

Kubernetes nginx and ftp?

Hello.
Recently started learning kubernetes. Now I can deploy nginx using nginx.conf via configmap.
The question is, is it possible to deploy kubernetes and ftp? To have access to ngix,conf via ftp

Answer the question

In order to leave comments, you need to log in

3 answer(s)
T
TheRonCronix, 2019-10-17
@noute

You can deploy both nginx and ftp and mount a shared pv to both.
Or you can add an ftp container to nginx pod and mount the shared pv too. In the second case, it can be ephemeral, if I'm not mistaken.

C
chupasaurus, 2019-10-17
@chupasaurus

Why do you need ftp if all configs are uploaded via Configmap and Deployment?

N
noute, 2019-10-17
@noute

Well just connect nginx with ftp. What would be the type of backend. Just upload files there.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question