是否有任何调度程序可以在 google 云上安排您的任务?
Are there any scheduler to shcedule our tasks on google cloud?
如何安排计算 instances/VM start/stop 和 instances/VM 的备份
我们有 google 云端或第三方提供的任何调度程序吗?
使用 kubernetes 和 jenkins,您可以部署一个容器(很可能由 cron 触发),然后关闭它或每隔一段时间备份它。
https://github.com/GoogleCloudPlatform/kube-jenkins-imager
您显然可以将您的应用程序和配置捆绑到一个不可变的自定义映像中,以缩短启动时间并提高可靠性:
https://cloud.google.com/solutions/automated-build-images-with-jenkins-kubernetes
但目前似乎没有方便的 start/stop gui。
我想要一个工具:在每个 (x) am/pm;使用我的应用程序启动 debian,使用 pm2 启动节点,发送消息,将 debian 降速到磁盘上的不可变 "archive"。不要整天开着它可以省钱。从我的角度来看,对基础架构进行编程比对应用程序编程更困难,atm,但这绝对是一个节省时间的好机会 and/or 通过为此创建这样一个 "streamlined gui" 来赚钱。
如何安排计算 instances/VM start/stop 和 instances/VM 的备份 我们有 google 云端或第三方提供的任何调度程序吗?
使用 kubernetes 和 jenkins,您可以部署一个容器(很可能由 cron 触发),然后关闭它或每隔一段时间备份它。 https://github.com/GoogleCloudPlatform/kube-jenkins-imager
您显然可以将您的应用程序和配置捆绑到一个不可变的自定义映像中,以缩短启动时间并提高可靠性: https://cloud.google.com/solutions/automated-build-images-with-jenkins-kubernetes
但目前似乎没有方便的 start/stop gui。
我想要一个工具:在每个 (x) am/pm;使用我的应用程序启动 debian,使用 pm2 启动节点,发送消息,将 debian 降速到磁盘上的不可变 "archive"。不要整天开着它可以省钱。从我的角度来看,对基础架构进行编程比对应用程序编程更困难,atm,但这绝对是一个节省时间的好机会 and/or 通过为此创建这样一个 "streamlined gui" 来赚钱。