Create a namespace called ‘development’ and a pod with image nginx called nginx on this namespace.
Create a namespace called ‘development’ and a pod with image nginx called nginx on this namespace.
A . Solution:
kubectl create namespace development
kubectl run nginx –image=nginx –restart=Never -n development
Answer: A
Latest CKA Dumps Valid Version with 122 Q&As
Latest And Valid Q&A | Instant Download | Once Fail, Full Refund
Subscribe
Login
0 Comments
Inline Feedbacks
View all comments