Kubernetes sharing a binary across nodes

12/13/2019

Is there an alternative to sharing a jdbc driver across multiple pods spread over multiple nodes? I am using a NFS share, however, in case I need to spin up a brand new node, I would need to perform an additional step of mounting the NFS share. Configmaps will not work. But I wish there is a mechanism where out of the box I can minimize these considerations. Any ideas? Thanks

-- sharman
kubernetes
mounted-volumes
volumes

0 Answers