摘要:
英文原文:Extracting value from the Kubernetes events feed 译文原文:从Kubernetes事件中提取价值 客座文章作者:Nate Matherson,ContainIQ 联合创始人和首席执行官 对于当今的工程团队来说,太多的监视和警报疲劳是一个真正的 阅读全文
摘要:
Kubernetes has a really awesome built-in feature called Deployments. Deployments come with the ability to do rolling updates of containers when you update your application to a new version. Rolling updates are a great way to update applications because your app uses about the same amount of resources during an update as it does when not updating, all with minimal impact to performance and availability. 阅读全文
摘要:
PA(Horizontal Pod Autoscaler)是kubernetes(以下简称k8s)的一种资源对象,能够根据某些指标对在statefulSet、replicaController、replicaSet等集合中的pod数量进行动态伸缩,使运行在上面的服务对指标的变化有一定的自适应能力。 阅读全文