K8S RollingUpdate 2020年4月9日 762浏览 Kubernetes 发表评论 RollingUpdate apiVersion: apps/v1 kind: Deployment metadata: name: spring-boot-probes labels: app: spring-boot-probes spec: replicas: 4 strategy: # 配置 滚动更新 策略 type:…