May 13, 2022 at 5:52 am
I've got a particular use case where a microservice (dockerized python) running in an EKS pod will write some images and plaintext logfiles to its container disk during the course of its business. The need has arisen to access these assets and logfiles on a persistent basis, so they're not lost when the container restarts.
For various reasons, it's not feasible to modify the application logic itself to upload to S3 vs. dumping to disk. I can change the path where they're written, though.
Is there a recommended approach for a) having these filesystem writes persist to somewhere permanent in AWS, and b) conveniently accessing them later (i.e. mounting that drive as read-only would be great)?
Thanks in advance!
May 14, 2022 at 6:10 am
Thanks for posting your issue and hopefully someone will answer soon.
This is an automated bump to increase visibility of your question.
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy