概念 DICOM identifiers Very importantly, the DICOM standard specifies DICOM tags that allow to index each single DICOM resource: Patients are indexed with PatientID (0x0010, 0x0020) (part of the patient module). Studies are indexed with StudyInstanceUI
一.概述 Pod 水平自动扩缩(Horizontal Pod Autoscaler)简称 HPA,HPA 可以根据 CPU 利用率进行自动伸缩 Pod 副本数量,除了 CPU 利用率,也可以基于其他应程序提供的自定义度量指标来执行自动扩缩. 通过 HPA 可以达到某个时刻业务请求量很大的时候,不需要我们人工去干涉,它会根据我们设定的指标来进行自动伸缩 Pod 数量来应付访问量. 这是官方的图 这是我画的图(勿喷) 二.安装Metrics-Server Heapster 官方在v1.11中已经被废