Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.

Unlimited Access

Get Unlimited Contributor Access to the all ExamTopics Exams!
Take advantage of PDF Files for 1000+ Exams along with community discussions and pass IT Certification Exams Easily.

Exam KCNA topic 1 question 71 discussion

Actual exam question from Linux Foundation's KCNA
Question #: 71
Topic #: 1
[All KCNA Questions]

Which command provides information about the field replicas within the spec resource of a deployment object?

  • A. kubectl get deployment.spec.replicas
  • B. kubectl explain deployment.spec.replicas
  • C. kubectl describe deployment.spec.replicas
  • D. kubectl explain deployment --spec.replicas
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
alex78
2 weeks, 2 days ago
Selected Answer: B
https://kubernetes.io/docs/reference/kubectl/generated/kubectl_explain/
upvoted 1 times
...
hovnival
2 weeks, 2 days ago
Selected Answer: B
guys this one is totally B. kubectl explain deployment.spec.replicas kubectl explain deployment => info about deployment kubectl explain deployment.spec => info about spec in deployment kubectl explain deployment.spec.replicas => info aout replicas in spec in deployment
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

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.

SaveCancel
Loading ...