Session length

1 / 20

How do you run a pod with a specific image in Kubernetes?

kubectl run nginx --image=nginx

Creating a Pod with a specific image in Kubernetes is done by giving the Pod a name and pairing it with the image you want to run, using the pattern NAME --image=IMAGE. The command shown uses that exact form: it names the Pod nginx and sets the image to nginx, which starts a Pod with that container image. In many Kubernetes versions, kubectl run actually creates a Deployment by default, so to create a Pod directly you would add --restart=Never, which is a helpful nuance to know for newer clusters. The other options don’t fit because they use an unsupported or nonstandard command path for creating a Pod (there's no kubectl start, and kubectl create pod isn’t the typical invocation; the ordering of arguments is also less conventional).

kubectl create pod nginx --image=nginx

kubectl start nginx --image=nginx

kubectl run --image=nginx nginx

Next question

Find the option that is right for you!

All options are one-time payments.

$12.50

30 day premium pass

All the basics to get you started

  • Ad-free experience
  • View your previous attempt history
  • Mobile app access
  • In-depth explanations
  • 30 day premium pass access
$30.00 $87.50 usd

6 month DELUXE pass (most popular)

Everything with the 30 day premium pass FOR 6 MONTHS! & the ultimate digital PDF study guide (BONUS)

  • Everything included in the premium pass
  • $87.50 usd value for $30.00! You save $57.50!
  • + Access to the ultimate digital PDF study guide
  • + 6 months of premium pass access
  • + Priority support
$12.50 $18.99

Ultimate digital PDF study guide

For those that prefer a more traditional form of learning

  • Available for instant download
  • Available offline
  • Hundreds of practice multiple choice questions
  • Comprehensive content
  • Detailed explanations
Image Description
Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy