Which kubectl command creates an object using the details in the pod.json file code example
Example 1: kubectl restart deployment
kubectl rollout restart deployment yourDeploymentName
Example 2: kubectl describe to yaml
kubectl describe -o yaml