Kubernetes - kubectl Essential Commands
Given the commands below, what will happen if the deployment
myapp already exists?kubectl create deployment myapp --image=nginxkubectl apply -f deployment.yaml