Tagged articles
10 articles
Page 1 of 1
Ray's Galactic Tech
Ray's Galactic Tech
Dec 12, 2025 · Cloud Native

Inside the Kubernetes Master: A Complete Breakdown of Core Components

Master nodes act as the brain of a Kubernetes cluster, hosting essential components such as kube‑apiserver, etcd, kube‑scheduler, kube‑controller‑manager and optionally cloud‑controller‑manager, each with distinct roles, high‑availability designs, security considerations, and operational workflows that together orchestrate and maintain cluster state.

Control PlaneMaster NodeScheduler
0 likes · 8 min read
Inside the Kubernetes Master: A Complete Breakdown of Core Components
Mike Chen's Internet Architecture
Mike Chen's Internet Architecture
Aug 8, 2024 · Cloud Native

Understanding Kubernetes (K8S) Architecture and Core Components

This article provides a comprehensive overview of Kubernetes, detailing its cloud‑native architecture, the roles of Master and Node components, key services such as API Server, etcd, Controller Manager, Scheduler, as well as node‑level elements like Kubelet, container runtimes, and Kube‑Proxy, while also offering practical code examples and resource links.

Cloud NativeKubernetesMaster Node
0 likes · 9 min read
Understanding Kubernetes (K8S) Architecture and Core Components
dbaplus Community
dbaplus Community
Mar 5, 2024 · Operations

How to Recover a Failing Elasticsearch Cluster: Master Loss, Shard Corruption, and More

This guide explains Elasticsearch cluster architecture, node roles, and metadata storage, then details step‑by‑step recovery procedures for master‑node loss, complete master outage, data‑node failures, shard allocation problems, corrupted shards, translog issues, and missing segment files, including relevant API commands and tool usage.

Cluster RecoveryData NodeElasticsearch
0 likes · 17 min read
How to Recover a Failing Elasticsearch Cluster: Master Loss, Shard Corruption, and More
MaGe Linux Operations
MaGe Linux Operations
Dec 21, 2022 · Operations

Mastering Elasticsearch Nodes: Types, Roles, and Scaling Strategies

This guide explains the different Elasticsearch node types, their default roles, how to configure master‑eligible, data, ingest, and coordinating‑only nodes, and provides best‑practice recommendations for planning and scaling large clusters to ensure stability and performance.

Cluster ConfigurationCoordinating NodeData Node
0 likes · 12 min read
Mastering Elasticsearch Nodes: Types, Roles, and Scaling Strategies
21CTO
21CTO
Apr 14, 2022 · Cloud Native

Demystifying Kubernetes Architecture: Master & Worker Nodes Explained

This article breaks down the core principles and architecture of Kubernetes, illustrating how master and worker nodes interact, detailing key components such as the API server, scheduler, controllers, kubelet, kube-proxy, and container runtimes, and explains deployment scenarios on major cloud providers.

Cloud NativeContainersKubernetes
0 likes · 6 min read
Demystifying Kubernetes Architecture: Master & Worker Nodes Explained