Re: [kubernetes-users] why can i see the process that in a container in the host?

2017-12-19 Thread 'Tim Hockin' via Kubernetes user discussion and Q
That is what a container does. PID namespaces, unlike most others, nest. On Dec 19, 2017 5:04 AM, wrote: > hi all, > > i got confused that when i create a pod like mysql, i can see the mysqld > process in the host, any one can tell me why that happens? > thanks. > > -- >

Re: [kubernetes-users] why can i see the process that in a container in the host?

2017-12-19 Thread Rodrigo Campos
It's about docker. When you run a docker container you are really running a process (with cgroups to limit cpu, namespaces to isolate visibility, etc. But it's just a process) On Tuesday, December 19, 2017, wrote: > hi all, > > i got confused that when i create a pod like

[kubernetes-users] why can i see the process that in a container in the host?

2017-12-19 Thread shenxg13
hi all, i got confused that when i create a pod like mysql, i can see the mysqld process in the host, any one can tell me why that happens? thanks. -- You received this message because you are subscribed to the Google Groups "Kubernetes user discussion and Q" group. To unsubscribe from this