Linux Foundation Kubernetes and Cloud Native Associate (KCNA) KCNA Question # 35 Topic 4 Discussion

Linux Foundation Kubernetes and Cloud Native Associate (KCNA) KCNA Question # 35 Topic 4 Discussion

KCNA Exam Topic 4 Question 35 Discussion:
Question #: 35
Topic #: 4

How to create deployment name app-dep, image=nginx, and replicas 5 using imperative command?


A.

kubectl create app-dep deployment --image=nginx --replicas=5


B.

kubectl create deployment app-dep --image=nginx --replicas=5


C.

kubectl create app-dep deployment --replicas=5 --image=nginx


Get Premium KCNA Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.