Pod CLI
kubectl run db --image mongo
- create a pod with a mongo database
- this is similar to how we can
docker runto create a container. - running this command will pull the image from Docker Hub
- this is similar to how we can
- this is not how we normally run pods