如果一个映像具有许多不同的可执行文件,那么在同一个 kubernetes 部署中是否可能有多个具有不同命令的 cron 条目在不同时间运行。
例如,对于一些名为“jolly-roger”的单个容器映像,我想安排以下 crontab,而不必在不同的存储库中管理 4 个单独的 kubernetes 应用程序。
*/30 * * * * /pirate-bin/rehoist-the-flag
0 7,19 * * * /pirate-bin/feed-the-sharks
45 20 * * * /pirate-bin/count-the-gold
0 12 * * 1,5 /pirate-bin/make-landlubbers-walk-the-plank