exam questions

Exam KCNA All Questions

View all questions & answers for the KCNA exam

Exam KCNA topic 1 question 179 discussion

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

How can you extend the Kubernetes API?

  • A. Adding a CustomResourceDefinition or implementing an aggregation layer.
  • B. Adding a new version of a resource, for instance v4beta3.
  • C. With the command kubectl extend api, logged in as an administrator.
  • D. Adding the desired API object as a kubelet parameter
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

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
8378ffe
2 months, 2 weeks ago
Selected Answer: A
In summary: CRDs ======= provide a lightweight way to introduce new resource types directly into the existing Kubernetes API server. =================== API Aggregation allows for more complex and independent API extensions by integrating external API servers.
upvoted 2 times
...
Zangi
4 months, 1 week ago
Selected Answer: D
Leaning toward D, but I'd be interested to hear arguments for the others.
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 ...