Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

Kubernetes’ architecture as a combination of two planes

Pragya Keshap answered on February 20, 2023 Popularity 1/10 Helpfulness 1/10

Contents


More Related Answers

  • what is control plane in kubernetes
  • What can you tell us about the different components of Kubernetes Architecture?
  • Kubernetes Components - 2
  • Difference between Control Plane and Data Plane in Kubernetes
  • what is control plane in kubernetes

  • Kubernetes’ architecture as a combination of two planes

    0

    The control plane is the coordinating brain of the cluster. It has a controller that manages nodes and services, a scheduler that assigns pods to the nodes, and the API service, which handles communication. Configuration and state are stored on a highly-available database called etcd.

    The worker nodes are the machines that run the containers. Each worker node runs a few components like the kubelet agent, a network proxy, and the container runtime. The default container runtime up to Kubernetes version v1.20 was Docker.

    Popularity 1/10 Helpfulness 1/10 Language whatever
    Source: Grepper
    Link to this answer
    Share Copy Link
    Contributed on Feb 20 2023
    Pragya Keshap
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.