我如何在不停止使用此容器的实际服务的情况下更新 bluemix 中的容器映像?
How I can update my container image in bluemix, without stop my actual service that use this container?
如何在不停止使用此容器的实际服务的情况下更新 bluemix 中的容器映像?
通常我会停止 > 删除 > 重新创建一个新容器。那不是很有效率。
IBM Bluemix Container Service 现在结合了 Docker 和 Kubernetes。 Kubernetes 是一个开源项目,用于管理可以部署到 Bluemix 的基础设施。零停机部署是 Kubernetes 的原生特性。
您应该考虑将旧容器迁移到新的 IBM 容器服务。
有关创建集群的更多信息:
https://console.bluemix.net/docs/containers/container_index.html#clusters
使用 IBM Bluemix Container Service 管理滚动部署
https://console.bluemix.net/docs/containers/cs_apps.html#cs_apps_rolling
如何在不停止使用此容器的实际服务的情况下更新 bluemix 中的容器映像?
通常我会停止 > 删除 > 重新创建一个新容器。那不是很有效率。
IBM Bluemix Container Service 现在结合了 Docker 和 Kubernetes。 Kubernetes 是一个开源项目,用于管理可以部署到 Bluemix 的基础设施。零停机部署是 Kubernetes 的原生特性。
您应该考虑将旧容器迁移到新的 IBM 容器服务。
有关创建集群的更多信息: https://console.bluemix.net/docs/containers/container_index.html#clusters
使用 IBM Bluemix Container Service 管理滚动部署 https://console.bluemix.net/docs/containers/cs_apps.html#cs_apps_rolling