Nothing is impossible, but somethings are difficult. You could spin up a deployment per user, size 1, with a persistent volume, and run install packages onto the PV, rather than the rootfs. Or you could do a `docker build` which does `apt-get install` on all the extra packages you want, push that to a registry and then spin up a deployment of size 1.
The point is that container scratch space is discarded when a container crashes, so any state you want to store has to be in a different volume. On Tue, Apr 11, 2017 at 1:16 PM, yasmine.cheikhrouhou <yasmine.cheikhrou...@enis.tn> wrote: > Thank you sir. > Are you sure? If yes is there a way to do this > > > > Envoyé depuis mon smartphone Samsung Galaxy. > > -------- Message d'origine -------- > De : Jay Pipes <jaypi...@gmail.com> > Date : 11/04/2017 21:01 (GMT+01:00) > À : kubernetes-users@googlegroups.com > Objet : Re: RE : Re: RE : Re: [kubernetes-users] composition of services > it's possible? > > On 04/11/2017 03:42 PM, yasmine.cheikhrouhou wrote: >> No i need kubernetes am going to create platform based on kubernetes >> with image catalog. >> For example a profesor of java want only ubuntu desktop and eclipse. He >> gonna choose from catalog ubuntu and eclipse all backend i will do it >> myself. >> So when a student connect he will find eclipse on ubuntu desktop. >> You see? This is an example > > I understand what you want to do. I just don't think Kubernetes is the > thing you want to use to build it. > > Best, > -jay > >> -------- Message d'origine -------- >> De : Jay Pipes <jaypi...@gmail.com> >> Date : 11/04/2017 20:02 (GMT+01:00) >> À : kubernetes-users@googlegroups.com >> Objet : Re: RE : Re: [kubernetes-users] composition of services it's >> possible? >> >> On 04/11/2017 02:49 PM, yasmine.cheikhrouhou wrote: >>> Now i have a pod in which i have image ubuntu desktop i connect to this >>> image via xrdp what i want to do is to add eclipse image to this pod in >>> other words when i connect to this ubuntu desktop i can find eclipse >>> You see what i mean? >> >> It sounds to me like you are not looking for an application container >> orchestration system like Kubernetes, but rather a remote virtual >> desktop infrastructure system. >> >> In other words, you need to use Amazon EC2 or Microsoft Azure or Google >> Compute Engine, etc and launch a virtual machine with an Ubuntu image, >> RDP into it and install Eclipse via apt-get or the like. >> >> Why exactly are you looking at a container orchestration system for >> this? Am I missing something here? >> >> Best, >> -jay >> >> -- >> You received this message because you are subscribed to a topic in the >> Google Groups "Kubernetes user discussion and Q&A" group. >> To unsubscribe from this topic, visit >> >> https://groups.google.com/d/topic/kubernetes-users/MdnUlrAYTgY/unsubscribe. >> To unsubscribe from this group and all its topics, 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. >> >> -- >> 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 >> <mailto:kubernetes-users+unsubscr...@googlegroups.com>. >> To post to this group, send email to kubernetes-users@googlegroups.com >> <mailto: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. > > -- > You received this message because you are subscribed to a topic in the > Google Groups "Kubernetes user discussion and Q&A" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/kubernetes-users/MdnUlrAYTgY/unsubscribe. > To unsubscribe from this group and all its topics, 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. > > -- > 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. -- 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.