To Update A Pod Via Its Yaml File Make any required changes to the yaml file (for example when changing an image) Then run kubectl apply -f <yaml_file.yaml> Previous Next