如何在 kubernetes 中的不同 cron 作业之间共享卷挂载
我有一个独特的用例,我需要每分钟运行一堆 cron 作业。这些 cron 作业通过 PVC 和 PV 在其中定义了许多卷安装(50 个左右)。显然,在每次 cron 运行期间安装和卸载是低效的。考虑到我无法在我的用例中放弃 cron 作业的限制,是否有更好的方法来共享卷安装?
谢谢 K
I have unique use case, where i need to run a bunch of cron jobs every minute. These cron jobs have numerous volume mounts defined within them (50 or so) via PVCs and PVs. Clearly mounting and un-mounting during every cron run is inefficient. Given the constraint that I cannot move away from cron jobs for my use-case, is there a better way to share the volume mounts?
Thanks
K
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论