Hi George, Ah, I wanted to stick with Flexible Environment to avoid doing orchestration on our own. Or can Kubernetes be used with Flexible Environment?
How about environment variables? Does the custom runtime use the env_variables values in the app.yaml? Or would they need to be built into the image itself as well? I guess a better question would be, which values does the custom runtime use from app.yaml? Thanks On Tuesday, November 29, 2016 at 12:46:33 AM UTC+8, George (Cloud Platform Support) wrote: > > Hello John, > > You are right, your second option applies: in almost all cases, you should > only > run a single process > <https://docs.docker.com/engine/userguide/eng-image/dockerfile_best-practices/>in > > a single container. The CMD instruction should be used to run the software > contained by your image. > > If services are to be available concurrently, you may consider building a > group of containers in a pod <http://kubernetes.io/docs/user-guide/pods/>. > Using Kubernetes > <http://kubernetes.io/docs/user-guide/pods/multi-container/> may come in > handy here. > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/be1fc36e-e6de-4347-bbf4-a8313445e80a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
