Lets say I have a deploymnet.yaml or PVC.yaml. I update the yaml file with some values. What should i do ? Apply again ? Sorry for newbie question I searched and went through documentation and came across rolling updates and record which I believe is further down the learning curve for me.
kubectl apply -f pvc.yaml # first run
Changes made to file
kubectl apply -f pvc.yaml # run again to update?