Linux users and groups create in kubernetes containers (with groupadd
and useradd
) are lost when the pods get restarted.
(In my use case I need to dynamically create these linux users for the apache mpm-itk module.)
Is there a way in kubernetes to make these linux users persitant and surive pod restarts?