Le mardi 21 novembre 2017 12:59:10 UTC+1, David Michael Gang a écrit :
> This is a very general question. Regarding the mongodb, it would be important 
> to have it in a different container/pod or even have a cloud provider which 
> gives it. 
> There is a guide which explains this: 
> http://blog.kubernetes.io/2017/01/running-mongodb-on-kubernetes-with-statefulsets.html
> Regarding the symfony app i would recommend to start with 
> https://kubernetes.io/docs/tasks/run-application/run-stateless-application-deployment/
>  and then create a service of type load balancer: 
> https://kubernetes.io/docs/concepts/services-networking/service/
> 
> On Tuesday, November 21, 2017 at 12:51:09 PM UTC+2, rinzl...@gmail.com 
> wrote:Hello,
> We are trying to run our app made with Symfony3 and MongoDB on Container 
> Engine but we do not see where to begin.
> A litte help would be really appreciated.
> Note: our app is already containerized with Apache, PHP7 and MongoDB bundled 
> in the image but I think we have to separate MongoDB to run it separately.
> Cheers.

Thanks for your reply and the resources. In fact we need something like this:
- A persistant storage for MongoDB
- A persistante storage for User uploaded items (maybe it can be the same 
volume than the one for Mongo)
- Our MongoDB service
- Our Web service (running Apache, PHP and our app) linked with the MongoDB 
service.

Is it the right way of thinking the project?

Cheers.

-- 
You received this message because you are subscribed to the Google Groups 
"Kubernetes user discussion and Q&A" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to kubernetes-users+unsubscr...@googlegroups.com.
To post to this group, send email to kubernetes-users@googlegroups.com.
Visit this group at https://groups.google.com/group/kubernetes-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to