Tag

Master Node

0 views collected around this technical thread.

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 NativeContainer OrchestrationKubernetes
0 likes · 9 min read
Understanding Kubernetes (K8S) Architecture and Core Components
Practical DevOps Architecture
Practical DevOps Architecture
Jul 11, 2022 · Databases

Expanding a Redis Cluster: Adding a Fourth Master and Slave Node

This tutorial explains step‑by‑step how to expand a Redis cluster from three masters and three slaves to four masters and four slaves by preparing a new configuration, starting the new instance, and using redis‑cli to add the node and verify slot distribution.

CLIConfigurationDatabase
0 likes · 5 min read
Expanding a Redis Cluster: Adding a Fourth Master and Slave Node