Once you have made the changes, you will send the updated file to Kubernetes using the following command:
$ kubectl apply -f deploy.yml
deployment.apps/qsk-deploy configured
Kubernetes will now start replacing the Pods, one at a time, with a 20 second wait between each replacement.