0 votes
in Kubernetes K8s by
What are the services that a node gives and its responsibilities?

1 Answer

0 votes
by

The services that include in a node are as follows:

  1. Container run-time
  2. Kubelet
  3. Kube-proxy

The Container run-time is responsible to start and manage the containers. The kubelet is responsible for running the state of each node and receives commands from the master to work on it and it is also responsible for the metric collection of pods. The Kube proxy is a component that manages the subnets and makes services available for all other components.

Related questions

0 votes
asked Mar 28, 2023 in Android by Robin
+2 votes
asked Aug 10, 2022 in PowerBI by john ganales
...