Kubernetes - ReplicaSets and Deployments
How do you specify the
Recreate update strategy in a Kubernetes Deployment YAML manifest?Recreate update strategy in a Kubernetes Deployment YAML manifest?strategy field in the Deployment spec.strategy:
type: Recreate to set the update strategy.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions