What Kubectl Command Can Be Used To Do A Deployment Update?

What Kubectl Command Can Be Used To Do A Deployment Update? Updating an application You can use kubectl set to make changes to an object’s image , resources (compute resource such as CPU and memory), or selector fields. The kubectl set image command updates the nginx image of the Deployment’s Pods one at a time.