DEV Community

Cover image for A brief breakdown of Kubernetes architecture
M. Oly Mahmud
M. Oly Mahmud

Posted on

1

A brief breakdown of Kubernetes architecture

Kubernetes architecture consists of master/control plane components and worker nodes, working together to manage containerized applications. Here's a brief breakdown:

Image description

Control Plane (Master Node):

  • API Server: Provides communication and control via the Kubernetes API.
  • Scheduler: Distributes workloads (pods) among nodes according to the availability of resources.
  • Controller Manager: Manages endpoints, replicas, and other control loops.
  • etcd: A cluster configuration and state key-value store.
  • Cloud Controller Manager: Connects cloud-specific services to Kubernetes.

Worker Nodes:

  • Kubelet: Verifies that containers are operating as intended by running on each worker node.
  • Kube-Proxy: Network rules are managed by Kube-Proxy to - - facilitate pod communication.
  • Container Runtime: In charge of executing containers, such as Docker and containerd.

Additional Crucial Ideas:

  • Pods: The smallest deployable units are called pods, which hold one or more containers.
  • Nodes: Workload-running computers, either physical or virtual.
  • Services: Load balancing pods and stable endpoints for exposure.
  • Persistent Storage: Volumes for managing data over restarts are known as persistent storage.
  • Namespaces: Multi-tenancy logical divisions.

To efficiently manage the cluster, Kubernetes makes use of declarative configurations and intended state reconciliation.

Speedy emails, satisfied customers

Postmark Image

Are delayed transactional emails costing you user satisfaction? Postmark delivers your emails almost instantly, keeping your customers happy and connected.

Sign up

Top comments (0)

Image of Docusign

🛠️ Bring your solution into Docusign. Reach over 1.6M customers.

Docusign is now extensible. Overcome challenges with disconnected products and inaccessible data by bringing your solutions into Docusign and publishing to 1.6M customers in the App Center.

Learn more