in Technology by
What are the various K8's services running on nodes and describe the role of each service?

1 Answer

0 votes
by

Mainly K8 cluster consists of two types of nodes, executor and master.

Executor node: (This runs on master node)

  • Kube-proxy: This service is responsible for the communication of pods within the cluster and to the outside network, which runs on every node. This service is responsible to maintain network protocols when your pod establishes a network communication.
  • kubelet: Each node has a running kubelet service that updates the running node accordingly with the configuration(YAML or JSON) file. NOTE: kubelet service is only for containers created by Kubernetes.

Master services:

  • Kube-apiserver: Master API service which acts as an entry point to K8 cluster.
  • Kube-scheduler: Schedule PODs according to available resources on executor nodes.
  • Kube-controller-manager:  is a control loop that watches the shared state of the cluster through the apiserver and makes changes attempting to move the current state towards the desired stable state.

Related questions

0 votes
    Suppose you have two services on your topology API Web Interface Both supposed to be running on port 80. On docker ... to solve this? Select the correct answer from above options...
asked Jan 30, 2022 in Education by JackTerrance
0 votes
    Describe various issues regarding the National Emergency of 1975 in India. Select the correct answer from above options...
asked Aug 3, 2022 in Education by JackTerrance
0 votes
    what are the various of pointing device? Write short note on each Select the correct answer from above options...
asked Nov 27, 2021 in Education by JackTerrance
0 votes
    A _________ role is a virtual machine instance running the Microsoft IIS Web server that can accept and respond to HTTP or HTTPS requests. 1) Web 2) Server 3) Worker 4) Client...
asked Dec 23, 2020 by JackTerrance
0 votes
    A special tool is necessary for entering the network which is _______________ that helps the anonymous internet users to ... ) Mozilla browser 3) Chrome browser 4) Tor browser...
asked Dec 30, 2020 in Technology by JackTerrance
0 votes
    Describe America’s role in the Second World War. Please answer the above question....
asked Aug 20, 2022 in Education by JackTerrance
0 votes
    Voting reflects the power of democracy. Describe the role of a voter in shaping the future of a democratic nation Select the correct answer from above options...
asked Aug 3, 2022 in Education by JackTerrance
0 votes
    1.Voting reflects the power of democracy. Describe the role of a voter in shaping the future of a democratic nation. Select the correct answer from above options...
asked Aug 3, 2022 in Education by JackTerrance
0 votes
    I've been using K8S ConfigMap and Secret to manage our properties. My design is pretty simple, that keeps ... 't been created Select the correct answer from above options...
asked Jan 30, 2022 in Education by JackTerrance
0 votes
    A die is thrown twice. Each time the number appearing on it is recorded. Describe the following events: (i ... are mutually exclusive? Select the correct answer from above options...
asked Nov 22, 2021 in Education by JackTerrance
0 votes
    Two trains are running in opposite directions with the same speed. If the length of each train is 120 metres and they cross each other in ... B. 26 km/hr C. 36 km/hr D. 42 km/hr...
asked Feb 19, 2021 in Education by JackTerrance
+1 vote
    Which of the following services allow creation and management of virtual machines that serve either in a Web role and a Worker role?...
asked Oct 20, 2020 in Technology by JackTerrance
0 votes
    Azure Storage plays the same role in Azure that ______ plays in Amazon Web Services. 1. EC3 2. S3 3. EC2...
asked Sep 22, 2021 in Technology by JackTerrance
0 votes
    Azure Storage plays the same role in Azure that ______ plays in Amazon Web Services. a) S3 b) EC2 c) EC3 d) All of the mentioned...
asked Dec 23, 2020 by JackTerrance
...