Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
为什么在 kubernetes pod 中挂载 GCE 卷会导致延迟?是:
但是当 pod 有一个 GCE 持久卷挂载时,运行状态会在 20 到 60 秒之间达到。
例如,在进行滚动部署时,这是否意味着有 20-60 秒的服务不可用?
当您进行滚动更新时,Pod 不会一次全部拆除。所以你的服务不会中断。这个问题已经很老了,k8s 从那以后有了很多改进。就我而言(具有最新 k8s 的 GKE),(重新)启动延迟非常短。