Hi,
I’m now migrating my yii2.0 applications to kubernetes. Previously they were hosted in vms, and mails were sent with postfix servers. Now in kubernetes, Postfix need to be run as root user, but it’s best for containers in kubernetes to run as non-root user. Do you have any advice about this situation?
Thanks,
Grace