Adding Kubernetes users again :)

On Thursday, April 26, 2018, Rodrigo Campos <rodrig...@gmail.com> wrote:

> On Thursday, April 26, 2018, <mderos...@gmail.com> wrote:
>
>>
>> Il 25/04/2018 01:27, Rodrigo Campos ha scritto:
>>
>>> I don't understand why can that happen if the code is in the container
>>> image. Unless you change it while it is running, there should be no chance
>>> to misalign anything. What am I missing?
>>>
>>
>> We're working with continuous delivery approach so we would like to have
>> the chance to execute svn up on prod env without the obligation to create a
>> new image for every deploy
>
>
> Really different things, though.
>
> And, as I said in previous emails, you lose several advantages of
> immutability of containers.
>
> For example, we are using zendesk/samson (project on GitHub) and when a
> merge is done, Travis runs the tests and if they pass, a new docker image
> is created and it gets deployed via Samson.
> Automatically. And if something fails (like liveness probes or something)
> it rollbacks to the previous image.
> This is pretty much what containers deploy look like in the common case:
> your code is in the container. You just create new containers images.
>
> If you are managing all of this yourself, then you need to do it yourself
> and handle all these problems that other tools solve for you.
>

-- 
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