How do you change a number of replicas of a Kubernetes deployment dep1 to 3?
Experience Level: Senior
Tags: Kubernetes
Answer
Run the following command:
Related Kubernetes job interview questions
What is privileged setting of securityContext used for in Kubernetes container manifest?
Kubernetes SeniorWhat is allowPrivilegeEscalation setting of securityContext used for in Kubernetes container manifest?
Kubernetes SeniorOn which level can you configure securityContext field in Kubernetes?
Kubernetes SeniorHow do you convert a Kubernetes pod to a deployment?
Kubernetes SeniorHow do you rollback deployment d12 to a specific revision?
Kubernetes Senior