Make theme and plugin installations persist
A user can install plugins and themes through the admin UI. These changes are overwritten once the pod gets restarted, because the plugins are saved into an emptyDir.
Although this was implemented this way to make the installation more secure, it is not very intuitive to the user. There are also not many people that are able to use WordPress without installing any plugins or themes.