Hello,
I am working on the orchestration of my multi-container application, I'm done with the containerization process, and everything is working fine in single container mode. I'm new to Kubernetes, and the problem is that one of my containers depends on a configuration file that contains the user configuration. It is recommended for the app deployment in single container mode. I used to create a volume to share this file with the container. Is there a solution in Kubernetes to share it once with all Pods clusters?
Thank you
0 views0
