Question 454 of 997
Kubernetes FundamentalshardMultiple SelectObjective-mapped

Built-in kubectl Commands for KCNA

This KCNA practice question tests your understanding of kubernetes fundamentals. Read the scenario carefully and evaluate each option against the stated constraints before committing to an answer. A key principle to apply: built-in kubectl commands. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

Which THREE actions can be performed using kubectl without installing additional plugins?

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

Run 'kubectl edit deployment' to modify a Deployment in-place.

Options B, D, and E are built-in kubectl commands that work without any additional plugins. 'kubectl edit deployment' allows in-place editing of a Deployment by opening the manifest in an editor. 'kubectl cp' copies files between a local filesystem and a container. 'kubectl logs' retrieves logs from a container in a Pod. In contrast, 'kubectl debug' (A) is not a standard built-in command; it was introduced as an alpha feature and may require the EphemeralContainers feature gate. 'kubectl auth reconcile' (C) is a kubectl plugin, not a native command.

Key principle: Built-in kubectl commands

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Run 'kubectl debug' to create a debugging Pod.

    Why it's wrong here

    Incorrect. 'kubectl debug' is not a built-in kubectl command; it requires the EphemeralContainers feature gate and is not available in all clusters without additional configuration.

  • Run 'kubectl edit deployment' to modify a Deployment in-place.

    Why this is correct

    Correct. 'kubectl edit deployment' is a built-in command that opens the Deployment's manifest in the default editor, allowing modifications without plugins.

    Related concept

    Built-in kubectl commands

  • Run 'kubectl auth reconcile' to reconcile RBAC permissions.

    Why it's wrong here

    Incorrect. 'kubectl auth reconcile' is a kubectl plugin, not a native command, and requires installation.

  • Run 'kubectl cp' to copy files to and from containers.

    Why this is correct

    Correct. 'kubectl cp' is a built-in command for copying files to and from containers.

    Related concept

    Built-in kubectl commands

  • Run 'kubectl logs' to view the logs of a container in a Pod.

    Why this is correct

    Correct. 'kubectl logs' is a built-in command for viewing container logs.

    Related concept

    Built-in kubectl commands

Common exam traps

Common exam trap: answer the scenario, not the keyword

Candidates often mistake common plugin commands (like kubectl debug) as built-in, or assume alpha features (like kubectl auth reconcile) are available by default.

Trap categories for this question

  • Command / output trap

    Incorrect. 'kubectl debug' is not a built-in kubectl command; it requires the EphemeralContainers feature gate and is not available in all clusters without additional configuration.

Detailed technical explanation

How to think about this question

Under the hood, 'kubectl edit' fetches the current resource manifest via the Kubernetes API, presents it in a text editor, and on save, applies the changes using a strategic merge patch. This command is part of the core kubectl command set, which includes over 30 built-in subcommands like 'get', 'describe', 'logs', 'cp', and 'exec', all of which work without plugins. The 'kubectl cp' command uses the Kubernetes API's exec subresource to transfer files via tar streams, while 'kubectl logs' retrieves container logs from the kubelet's log endpoint.

KKey Concepts to Remember

  • Built-in kubectl commands
  • kubectl plugins

TExam Day Tips

  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Key takeaway

Built-in kubectl commands

Real-world example

How this comes up in practice

A practitioner preparing for the KCNA exam encounters this exact type of scenario on the job. The correct answer here is not the most general option — it is the best answer for the specific constraint described. Built-in kubectl commands Real exam questions reward reading the full scenario before eliminating options, because the constraint defines which answer fits.

What to study next

Got this wrong? Here's your next step.

Review built-in kubectl commands, then practise related KCNA questions on the same topic to reinforce the concept.

Related practice questions

Related KCNA practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

Practice this exam

Start a free KCNA practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this KCNA question test?

Kubernetes Fundamentals — This question tests Kubernetes Fundamentals — Built-in kubectl commands.

What is the correct answer to this question?

The correct answer is: Run 'kubectl edit deployment' to modify a Deployment in-place. — Options B, D, and E are built-in kubectl commands that work without any additional plugins. 'kubectl edit deployment' allows in-place editing of a Deployment by opening the manifest in an editor. 'kubectl cp' copies files between a local filesystem and a container. 'kubectl logs' retrieves logs from a container in a Pod. In contrast, 'kubectl debug' (A) is not a standard built-in command; it was introduced as an alpha feature and may require the EphemeralContainers feature gate. 'kubectl auth reconcile' (C) is a kubectl plugin, not a native command.

What should I do if I get this KCNA question wrong?

Review built-in kubectl commands, then practise related KCNA questions on the same topic to reinforce the concept.

What is the key concept behind this question?

Built-in kubectl commands

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Keep practising

More KCNA practice questions

Last reviewed: Jun 30, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

This KCNA practice question is part of Courseiva's free CNCF certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the KCNA exam.