Hacker News new | ask | show | jobs
by gtsteve 2248 days ago
That's pretty nice actually. I can just keep my config files in EFS or perhaps even just store them in S3 and download them on container startup. Thanks.
1 comments

I host a few WordPress sites on Kubernetes and we use S3 (well, Minio) and it works great.

All the configuration is passed via environment variables so you don't even have to keep the config files in EFS.