Re: [kubernetes-users] How to perform automatic data copy/reset with Kubernetes ?

2016-09-15 Thread Brandon Philips
On Thu, Sep 15, 2016 at 3:47 AM Pierrick wrote: > Hi. > Here's what I'm trying to set up : > * An app which handle files, let's say profile pictures. A volume mount > is used. > * A single staging environment. The app is not yet in production. > * A CD pipeline with

Re: [kubernetes-users] How to perform automatic data copy/reset with Kubernetes ?

2016-09-15 Thread Derek Mahar
On Thursday, 15 September 2016 08:51:47 UTC-4, Brandon Philips wrote: > Instead of bundling the app with the images you could use a gitRepo volume > and have the directory directly populated: > http://kubernetes.io/docs/user-guide/volumes/#gitrepo > Is it also possible to use a Git repository

Re: [kubernetes-users] ZFS on GKE?

2016-09-15 Thread 'David Aronchick' via Kubernetes user discussion and Q
We could (and will) do a much better job with documentation, but on GKE, you can set an image type, in a node pool, that lets you use whatever image you want. https://cloud.google.com/sdk/gcloud/reference/alpha/container/node-pools/create In this way, you could use any image with any kernel that

[kubernetes-users] How to perform automatic data copy/reset with Kubernetes ?

2016-09-15 Thread Pierrick
Hi. Here's what I'm trying to set up : * An app which handle files, let's say profile pictures. A volume mount is used. * A single staging environment. The app is not yet in production. * A CD pipeline with Jenkins, to automatically apply updated k8s configuration (with new docker image