exam questions

Exam KCNA All Questions

View all questions & answers for the KCNA exam

Exam KCNA topic 1 question 87 discussion

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

What methods can you use to scale a deployment?

  • A. With kubectl edit deployment exclusively.
  • B. With kubectl scale-up deployment exclusively.
  • C. With kubectl scale deployment and kubectl edit deployment.
  • D. With kubectl scale deployment exclusively.
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
2211094
2 days, 18 hours ago
Selected Answer: C
C. With kubectl scale deployment and kubectl edit deployment. You can scale a Kubernetes deployment using either of the following methods: kubectl scale deployment: This command allows you to specify the desired number of replicas directly. kubectl edit deployment: This command opens the deployment's configuration in an editor, where you can manually change the number of replicas. Both methods effectively achieve the same result by adjusting the number of running instances (replicas) of your application.
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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago