K8S RollingUpdate

RollingUpdate apiVersion: apps/v1 kind: Deployment metadata: name: spring-boot-probes labels: app: spring-boot-probes spec: replicas: 4 strategy: # 配置 滚动更新 策略 type:…