Where to store config files for containers/pods #6983
Answered
by
davidfowl
nine-2-five
asked this question in
Q&A
-
I'm currently ping-ponging around available options for service config files storage (tempo.yaml, grafana.ini...). What would be the most compatible way (local to k8s) of handling storage for these files? It seems quite a bit of work to mount a volume to dummy container just to copy a couple of files locally, and probably the same thing goes for k8s (times the number of nodes). |
Beta Was this translation helpful? Give feedback.
Answered by
davidfowl
Dec 23, 2024
Replies: 1 comment 2 replies
-
Are you asking about local development? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm not sure it's possible to accomplish that today. There's no abstraction that will mounted volumes in both cases in a consistent manner.