Exam CKA Topic 9 Question 37 Discussion
Actual exam question for Linux Foundation's CKA exam
Question #: 37
Topic #: 9
Question #: 37
Topic #: 9
Create a namespace called 'development' and a pod with image nginx called nginx on this namespace.
Suggested Answer:
kubectl create namespace development
kubectl run nginx --image=nginx --restart=Never -n development
kubectl run nginx --image=nginx --restart=Never -n development
by Quintina at Feb 24, 2024, 04:28 PM
Contact Us
If you have any question please leave me your email address, we will reply and send email to you in 12 hours.
Our Working Time: ( GMT 0:00-15:00 ) From Monday to Saturday
Support: Contact now
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).