摘要:
默认情况下,Kubernetes 的 Deployment 是具有滚动更新的策略来进行 Pod 更新的,该策略可以在任何时间点更新应用的时候保证某些实例依然可以正常运行来防止应用 down 掉,当新部署的 Pod 启动并可以处理流量之后,才会去杀掉旧的 Pod。 在使用过程中我们还可以指定 Kube 阅读全文
摘要:
perf查看CPU占用高分析 1. 首先看一下英文给出的解释 Performance analysis tools for LinuxPerformance counters for Linux are a new kernel-based subsystem that provide a fram 阅读全文
摘要:
gluster volume set rep_vol performance.client-io-threads on #Performance.quick-read: 优化读取小文件的性能 gluster volume set rep_vol performance.quick-read on # 阅读全文