How to verify a deployment was created?
Answer
kubectl get deployments or kubectl get deploy
This command lists all the Deployment objects created and exist in the cluster. It doesn't mean the deployments are readt and running. This can be checked with the "READY" and "AVAILABLE" columns.