ExamGecko
Question list
Search
Search

List of questions

Search

Question 25 - CKA discussion

Report
Export

Create a namespace called 'development' and a pod with image nginx called nginx on this

namespace.

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

Explanation:

kubectl create namespace development

kubectl run nginx --image=nginx --restart=Never -n development

asked 18/09/2024
luis gilberto correa betancur
44 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first