ExamGecko
Question list
Search
Search

List of questions

Search

Question 43 - CKA discussion

Report
Export

Create an nginx pod and list the pod with different levels of verbosity

A.
See the solution below.
Answers
A.
See the solution below.
Suggested answer: A

Explanation:

// create a pod

kubectl run nginx --image=nginx --restart=Never --port=80

// List the pod with different verbosity

kubectl get po nginx --v=7

kubectl get po nginx --v=8

kubectl get po nginx --v=9

asked 18/09/2024
Michael Ulrich
41 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first