14-RolloutStrategyRecreate
Table of Contents
apiVersion: apps/v1 kind: Deployment metadata: name: my-deployment spec: replicas: 3 selector: matchLabels: app: my-app template: metadata: labels: app: my-app spec: containers: - name: my-container image: nginx:1.19
PreviousLet's explore the concept of Canary deploymentNextRolling Back a Kubernetes Deployment (Using Nginx)
Last updated