A Quick Way to Run Pods
Learn to create Pods using the imperative method.
Creating a Pod with Mongo
Just as we can execute docker run
to create containers, kubectl
allows us to create Pods with a single command.
For example, if we’d like to create a Pod with a Mongo database, the command is as follows:
Get hands-on with 1400+ tech skills courses.