[erlang-questions] Lots of epmd in pod

Bryan Hunt bryan.hunt@REDACTED
Fri Aug 9 12:35:00 CEST 2019


I bet it’s zombie processes - the epmd process is not being reaped.

https://blog.phusion.nl/2015/01/20/docker-and-the-pid-1-zombie-reaping-problem/ <https://blog.phusion.nl/2015/01/20/docker-and-the-pid-1-zombie-reaping-problem/>

The epmd will be cleaned up when the pod terminates. 

Docker fixed this by adding an —init option which runs the tini init process

https://stackoverflow.com/a/50819443/9958902 <https://stackoverflow.com/a/50819443/9958902>

Kubernetes does not start docker containers with this option 

You can use tini as a tiny init process to solve this issue - it’s already an alpine package.

https://github.com/krallin/tini <https://github.com/krallin/tini>





-- 


Code Sync & Erlang Solutions Conferences

Code BEAM Lite BD 
<https://www2.erlang-solutions.com/l/23452/2019-06-24/66scls> - Budapest: 
20 September 2019

Code BEAM Lite NYC 
<https://www2.erlang-solutions.com/l/23452/2019-06-24/66scvd> - NYC: 01 
October 2019

Code BEAM Lite 
<https://codesync.global/conferences/code-beam-lite-berlin-2019/> - Berlin: 
11 October 2019

RabbitMQ Summit 
<https://www2.erlang-solutions.com/l/23452/2019-06-24/66sd8l> - London: 4 
November 2019

Code Mesh LDN 
<https://www2.erlang-solutions.com/l/23452/2019-06-24/66sd8x> - London: 7-8 
November 2019

Code BEAM Lite India 
<https://codesync.global/conferences/code-beam-lite-bangalore/> - 
Bangalore: 14 November 2019

Code BEAM Lite AMS 
<https://www2.erlang-solutions.com/l/23452/2019-06-24/66sdbs> - Amsterdam: 
28 November 2019

Lambda Days 
<https://www2.erlang-solutions.com/l/23452/2019-06-24/66sdcd> - Kraków: 
13-14 February 2020

Code BEAM SF - San Francisco: 5-6 March 2020





*Erlang Solutions cares about your data and privacy; please find all 
details about the basis for communicating with you and the way we process 
your data in our **Privacy Policy* 
<https://www.erlang-solutions.com/privacy-policy.html>*.You can update your 
email preferences or opt-out from receiving Marketing emails here 
<http://www2.erlang-solutions.com/emailpreference>.*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20190809/f70f7e9c/attachment.htm>


More information about the erlang-questions mailing list