nerdexam
Huawei

H12-921_V1.0 · Question #113

Which of the following is NOT a core component of Kubernetes?

The correct answer is A. LoadBalancer. API Server: The Kubernetes cluster management portal is the only entry for adding, deleting, modifying, and querying all Kubernetes resources, and is the central hub for data interaction and communication between various functional modules in the cluster. Northbound can provide…

Data Center Network Virtualization Technologies

Question

Which of the following is NOT a core component of Kubernetes?

Options

  • ALoadBalancer
  • Bkubelet
  • Cetcd
  • DAPI Server

How the community answered

(34 responses)
  • A
    76% (26)
  • B
    15% (5)
  • C
    3% (1)
  • D
    6% (2)

Explanation

API Server: The Kubernetes cluster management portal is the only entry for adding, deleting, modifying, and querying all Kubernetes resources, and is the central hub for data interaction and communication between various functional modules in the cluster. Northbound can provide Kubernetes cluster management through REST API, Kubernetes UI, and Kubectl CLI. etcD.A distributed key-value database used to store the metadata of Kubernetes clusters, such as the names and addresses of Kubernetes nodes, and pods IP, service IP, and Layer 4 ports, among others. kubelet: The kubelet is deployed on each node and dynamically creates and deletes pods on the node by listening to the Kubernetes API Server and periodically report the resource usage of the node to the API server.

Topics

#Kubernetes#container orchestration#kubelet#etcd API Server

Community Discussion

No community discussion yet for this question.

Full H12-921_V1.0 Practice