Kcna Kubernetes And Cloud Native Associate · Free Practice Question Easy

Question 55

In a Kubernetes cluster, what is the role of the API Server?

  • A

    To run background jobs on a schedule

  • B

    To expose the Kubernetes API and handle CRUD operations for the cluster

  • C

    To enforce network policies between Pods

  • D

    To maintain the desired state of the cluster

Reveal correct answer

Correct answer: B

A.

Running background jobs on a schedule is managed by CronJobs, which is a high-level abstraction and not directly related to the API Server.

B.

The API Server is the front end of the Kubernetes control plane and exposes the Kubernetes API. It is responsible for handling CRUD (Create, Read, Update, Delete) operations for the cluster.

C.

Enforcing network policies between Pods is typically handled by a Network Plugin, not the API Server.

D.

Maintaining the desired state of the cluster is the role of controllers, managed by the kube-controller-manager.

Discussion

Think the marked answer is wrong, or have a better explanation? Share it below — comments appear after review.

You must be logged in to post a comment.

Preparing For

Your Certification?

255+ certifications
Detailed explanations
Free PDF samples

Has All The Questions You Need