Tagged articles
45 articles
Page 1 of 1
Coder Trainee
Coder Trainee
Apr 5, 2026 · Operations

How to Build a RocketMQ Cluster with Dual Master‑Slave Async Replication

This guide walks through setting up a two‑node RocketMQ cluster with dual master‑slave asynchronous replication, covering host role assignment, configuration file edits, binary deployment, memory tuning, and the exact commands to start NameServers, master brokers, and slave brokers.

Cluster SetupMessage QueueRocketMQ
0 likes · 11 min read
How to Build a RocketMQ Cluster with Dual Master‑Slave Async Replication
IT Xianyu
IT Xianyu
Apr 21, 2025 · Cloud Native

Step-by-Step Guide to Setting Up a Kubernetes 1.19 Cluster on CentOS 7.9

This guide walks through preparing two CentOS 7.9 servers, installing Docker and Kubernetes 1.19 components, initializing a master node, joining a worker node, and validating the cluster with a sample Nginx deployment, including common troubleshooting tips.

CalicoCentOSCloud Native
0 likes · 10 min read
Step-by-Step Guide to Setting Up a Kubernetes 1.19 Cluster on CentOS 7.9
MaGe Linux Operations
MaGe Linux Operations
Dec 30, 2024 · Cloud Native

Step-by-Step Guide to Deploy a Kubernetes Cluster on CentOS 7

This tutorial walks through preparing three CentOS 7 hosts, installing Docker, configuring kubeadm, initializing a Kubernetes master, troubleshooting common errors, adding worker nodes, installing a CNI plugin, testing the cluster with an Nginx deployment, and provides essential kubectl commands for ongoing management.

CNICentOSCluster Setup
0 likes · 22 min read
Step-by-Step Guide to Deploy a Kubernetes Cluster on CentOS 7
Efficient Ops
Efficient Ops
Apr 23, 2024 · Big Data

How to Plan, Configure, and Launch a Hadoop 3.3.5 Cluster on Three Nodes

This guide walks through planning a three‑node Hadoop 3.3.5 cluster, explains default and custom configuration files, details core‑site, hdfs‑site, yarn‑site, and mapred‑site settings, shows how to distribute configs, start HDFS and YARN, and perform basic file‑system tests.

Big DataCluster SetupConfiguration
0 likes · 11 min read
How to Plan, Configure, and Launch a Hadoop 3.3.5 Cluster on Three Nodes
Architecture Development Notes
Architecture Development Notes
Jan 3, 2024 · Cloud Native

Build a Kubernetes Cluster with kubeadm: Step‑by‑Step Guide

This guide walks you through preparing Linux machines, configuring system settings, installing Docker and Kubernetes components with kubeadm, initializing a master node, deploying a pod network, joining worker nodes, and verifying the cluster, providing a complete step‑by‑step tutorial for building a Kubernetes cluster.

Cluster SetupDockerFlannel
0 likes · 7 min read
Build a Kubernetes Cluster with kubeadm: Step‑by‑Step Guide
Tencent Cloud Developer
Tencent Cloud Developer
Aug 25, 2022 · Cloud Native

Kubernetes (K8s) Complete Guide: From Architecture to Cluster Setup and Resource Management

This guide walks developers through the evolution from physical and virtual deployments to containerization, explains Kubernetes architecture and core components, demonstrates building a one‑master‑two‑node cluster with kubeadm and Flannel, and details resource management using YAML with imperative and declarative kubectl commands.

Cloud NativeCluster SetupDevOps
0 likes · 21 min read
Kubernetes (K8s) Complete Guide: From Architecture to Cluster Setup and Resource Management
Sanyou's Java Diary
Sanyou's Java Diary
Aug 22, 2022 · Big Data

Step-by-Step Guide to Building a Kafka 3.0 Cluster with KRaft

This tutorial walks through planning roles, preparing the environment, configuring KRaft, formatting storage, and launching a Kafka 3.0 cluster with scripts for both startup and graceful shutdown, providing all commands and explanations needed for a production-ready setup.

Cluster SetupKRaftbig-data
0 likes · 10 min read
Step-by-Step Guide to Building a Kafka 3.0 Cluster with KRaft
Alibaba Cloud Native
Alibaba Cloud Native
Sep 17, 2021 · Cloud Native

Quickly Spin Up an OpenYurt Edge‑Cloud Cluster with yurtctl

This guide walks you through preparing three Ubuntu 18.04 machines, building the yurtctl tool from the OpenYurt source, and using its init and join commands to create a control‑plane node, add cloud‑node and edge‑node workers, and verify component status in a fully functional OpenYurt cluster.

Cluster SetupKubernetesLinux
0 likes · 11 min read
Quickly Spin Up an OpenYurt Edge‑Cloud Cluster with yurtctl
DevOps Cloud Academy
DevOps Cloud Academy
Sep 1, 2021 · Cloud Native

Step-by-Step Guide to Building a Kubernetes v1.22.1 Cluster with containerd Using kubeadm

This tutorial walks through preparing three CentOS 7.6 nodes, disabling firewalls and SELinux, configuring sysctl and ipvs, installing containerd and its dependencies, generating containerd and kubeadm configurations, initializing the control plane, adding worker nodes, deploying the Flannel CNI plugin and Kubernetes Dashboard, and finally cleaning up the cluster.

CNICluster SetupDashboard
0 likes · 26 min read
Step-by-Step Guide to Building a Kubernetes v1.22.1 Cluster with containerd Using kubeadm
Practical DevOps Architecture
Practical DevOps Architecture
Nov 30, 2020 · Cloud Native

Step‑by‑Step Kubernetes Cluster Initialization: Host Configuration, CA Certificate Generation, etcd Deployment, and kubectl Setup

This tutorial walks through preparing the hostnames and /etc/hosts entries, generating a root CA and node certificates with cfssl, distributing those certificates, installing and configuring kubectl, creating admin credentials and kubeconfig, and finally deploying an etcd cluster with systemd units on a multi‑node Kubernetes environment.

CA CertificatesCloud NativeCluster Setup
0 likes · 9 min read
Step‑by‑Step Kubernetes Cluster Initialization: Host Configuration, CA Certificate Generation, etcd Deployment, and kubectl Setup
Practical DevOps Architecture
Practical DevOps Architecture
Nov 27, 2020 · Big Data

Step-by-Step Guide to Install and Configure a Hadoop 2.8.2 Cluster

This tutorial provides a complete walkthrough for downloading Hadoop 2.8.2, setting up a three‑node master‑slave cluster, configuring core, HDFS, MapReduce and YARN settings, creating required directories, distributing the installation, starting the services, verifying the cluster status, and finally shutting it down.

Big DataCluster SetupHDFS
0 likes · 5 min read
Step-by-Step Guide to Install and Configure a Hadoop 2.8.2 Cluster
Practical DevOps Architecture
Practical DevOps Architecture
Nov 5, 2020 · Cloud Native

Kubernetes Cluster Setup: Environment Preparation and Master Node Initialization

This guide walks through preparing three CentOS servers—configuring hostnames, disabling firewalls and swap, setting up Docker and Kubernetes repositories, installing Docker and Kubernetes components, adjusting kernel parameters, and finally initializing the Kubernetes master with kubeadm before joining worker nodes.

CentOSCloud NativeCluster Setup
0 likes · 9 min read
Kubernetes Cluster Setup: Environment Preparation and Master Node Initialization
Architecture Digest
Architecture Digest
Oct 12, 2020 · Cloud Native

Step-by-Step Guide to Installing Kubernetes v1.16.0 on CentOS 7 with Docker and Flannel

This tutorial walks through preparing the environment, installing Docker‑CE 18.09.9, configuring prerequisite settings, deploying Kubernetes v1.16.0 master and node components, initializing the cluster, retrieving join commands, and finally installing Flannel networking to achieve a ready‑state cluster on CentOS 7 virtual machines.

CentOSCluster SetupDocker
0 likes · 16 min read
Step-by-Step Guide to Installing Kubernetes v1.16.0 on CentOS 7 with Docker and Flannel
Open Source Linux
Open Source Linux
Oct 10, 2020 · Cloud Native

How to Build a Highly Available Kubernetes Cluster on CentOS with HAProxy and Keepalived

This step‑by‑step guide shows how to prepare five CentOS 7.5+ machines, configure hostnames, SSH keys, kernel upgrades, firewall and swap settings, set up Docker and Kubernetes repositories, install Docker, kubeadm, kubelet and kubectl, configure HAProxy + Keepalived for a VIP, initialize a multi‑master cluster, apply the Flannel network plugin, and verify the deployment with an Nginx pod and the Kubernetes dashboard.

CentOSCluster SetupDocker
0 likes · 33 min read
How to Build a Highly Available Kubernetes Cluster on CentOS with HAProxy and Keepalived
MaGe Linux Operations
MaGe Linux Operations
Sep 22, 2020 · Cloud Native

Build a Highly Available Kubernetes Cluster with HAProxy & Keepalived on CentOS

This step‑by‑step guide shows how to prepare five CentOS 7 machines, configure hostnames, set up password‑less SSH, upgrade the kernel, disable firewalls and swap, tune sysctl, add Docker and Kubernetes repositories, install Docker, install kubeadm/kubelet/kubectl, configure HAProxy and Keepalived for a virtual IP, join master and worker nodes, deploy a flannel network plugin, and finally verify the cluster with an nginx pod and the Kubernetes dashboard.

Cluster SetupDockerFlannel
0 likes · 33 min read
Build a Highly Available Kubernetes Cluster with HAProxy & Keepalived on CentOS
MaGe Linux Operations
MaGe Linux Operations
Aug 28, 2020 · Cloud Native

Step-by-Step Guide to Building a Kubernetes Cluster on CentOS with Docker and Flannel

This comprehensive tutorial walks you through preparing three CentOS 7.5 machines, disabling firewalls and swap, installing Docker and Kubernetes components with yum repositories, configuring the master node, joining worker nodes, deploying Flannel networking, setting up the Kubernetes dashboard, and troubleshooting common issues.

CentOSCluster SetupDashboard
0 likes · 30 min read
Step-by-Step Guide to Building a Kubernetes Cluster on CentOS with Docker and Flannel
Big Data Technology & Architecture
Big Data Technology & Architecture
May 6, 2020 · Big Data

Step-by-Step Guide to Installing and Configuring a Hadoop Cluster on Three Virtual Machines

This article provides a comprehensive, hands‑on tutorial for preparing three VMs, installing JDK and Hadoop, configuring core‑site.xml, hdfs‑site.xml, mapred‑site.xml, yarn‑site.xml, setting environment variables, distributing the package, starting HDFS and YARN, and verifying the cluster via web UI and jps commands.

Big DataCluster SetupHDFS
0 likes · 14 min read
Step-by-Step Guide to Installing and Configuring a Hadoop Cluster on Three Virtual Machines
Ops Development Stories
Ops Development Stories
Mar 16, 2020 · Cloud Native

Step‑by‑Step Guide to Deploy a High‑Availability Kubernetes Cluster on CentOS

This tutorial walks through building a production‑grade Kubernetes cluster on CentOS by provisioning five virtual machines, configuring networking and DNS, generating TLS certificates with cfssl, installing Docker, setting up a private Harbor registry, and deploying core Kubernetes components such as etcd, kube‑apiserver, controller‑manager, scheduler, kubelet and kube‑proxy with full supervision and health checks.

CentOSCluster SetupDocker
0 likes · 63 min read
Step‑by‑Step Guide to Deploy a High‑Availability Kubernetes Cluster on CentOS
Open Source Linux
Open Source Linux
Mar 12, 2020 · Big Data

Step-by-Step Guide to Build a Hadoop 2.9.2 Cluster on CentOS 7.5

This tutorial walks you through setting up a three‑node Hadoop 2.9.2 cluster on CentOS 7.5, covering environment preparation, password‑less SSH, user creation, JDK installation, Hadoop extraction, configuration file edits, directory setup, ownership changes, service startup, and verification via web UIs.

Big DataCentOSCluster Setup
0 likes · 13 min read
Step-by-Step Guide to Build a Hadoop 2.9.2 Cluster on CentOS 7.5
Programmer DD
Programmer DD
Dec 25, 2019 · Databases

Deploying a TiDB Cluster with Ansible: A Complete Step‑by‑Step Guide

This article walks through the entire process of installing and configuring a TiDB cluster using Ansible, covering component overview, environment preparation, detailed deployment commands, common pitfalls, and verification steps to help readers avoid common mistakes.

Cluster SetupDatabase DeploymentDistributed SQL
0 likes · 9 min read
Deploying a TiDB Cluster with Ansible: A Complete Step‑by‑Step Guide
MaGe Linux Operations
MaGe Linux Operations
Nov 18, 2019 · Cloud Native

Step-by-Step Guide: Install CentOS, Docker CE, and Build a Kubernetes Cluster

This tutorial walks you through preparing a CentOS system, installing Docker CE, configuring Docker mirrors, setting up kubelet, kubeadm and kubectl packages, adjusting cgroup settings, initializing a Kubernetes master node, joining worker nodes, deploying Flannel networking, and troubleshooting common issues, all with exact command examples.

CentOSCluster SetupDocker
0 likes · 13 min read
Step-by-Step Guide: Install CentOS, Docker CE, and Build a Kubernetes Cluster
21CTO
21CTO
Jun 28, 2019 · Big Data

Master Hadoop High Availability: A Complete Step‑by‑Step HA HDFS & YARN Guide

This article provides a comprehensive, language‑agnostic tutorial on building a highly available Hadoop cluster, covering HDFS and YARN HA architectures, QJM shared storage, required components, configuration files, installation commands, startup procedures, verification steps, and troubleshooting references.

Cluster SetupHDFSHadoop
0 likes · 20 min read
Master Hadoop High Availability: A Complete Step‑by‑Step HA HDFS & YARN Guide
MaGe Linux Operations
MaGe Linux Operations
May 5, 2019 · Cloud Native

Step-by-Step Guide to Install CentOS, Docker, and Build a Kubernetes Cluster

This tutorial walks you through installing essential tools on CentOS, setting up Docker CE, configuring kubelet and kubeadm packages, initializing a Kubernetes master node, joining worker nodes, installing Flannel networking, and troubleshooting common issues, providing all commands and configuration steps needed for a functional cluster.

CentOSCluster SetupDocker
0 likes · 13 min read
Step-by-Step Guide to Install CentOS, Docker, and Build a Kubernetes Cluster
Programmer DD
Programmer DD
Feb 22, 2019 · Cloud Native

How to Build a Production‑Ready Nacos Cluster with MySQL and Nginx

This tutorial walks through setting up a Nacos cluster for production, covering MySQL data source initialization, cluster configuration files, local multi‑instance testing, deployment on separate nodes, Nginx reverse‑proxy setup, and common troubleshooting steps.

Cluster SetupNGINXSpring Cloud
0 likes · 10 min read
How to Build a Production‑Ready Nacos Cluster with MySQL and Nginx
Ops Development Stories
Ops Development Stories
Aug 1, 2018 · Cloud Native

Step-by-Step Guide: Manually Install Kubernetes 1.9.9 on CentOS 7

This tutorial walks you through the complete process of manually installing a Kubernetes 1.9.9 master‑worker cluster on CentOS 7, covering environment preparation, binary downloads, configuration of etcd and Kubernetes components, creation of systemd services, and verification of the deployment.

Cluster SetupKubernetesManual Installation
0 likes · 12 min read
Step-by-Step Guide: Manually Install Kubernetes 1.9.9 on CentOS 7
Java Backend Technology
Java Backend Technology
Aug 18, 2017 · Big Data

How to Build Single‑Node, Pseudo‑Cluster, and Distributed Kafka Environments on Ubuntu

This step‑by‑step guide shows how to install and configure Apache Kafka and Zookeeper on Ubuntu Server, covering single‑node setup, a pseudo‑cluster with multiple brokers, and a full distributed cluster across several machines, including topic creation, producer/consumer testing, and essential configuration tweaks.

Cluster SetupUbuntuZooKeeper
0 likes · 8 min read
How to Build Single‑Node, Pseudo‑Cluster, and Distributed Kafka Environments on Ubuntu
MaGe Linux Operations
MaGe Linux Operations
Aug 23, 2016 · Big Data

Step-by-Step Guide to Building a Hadoop Cluster on CentOS 6.5

This article provides a comprehensive, hands‑on tutorial for setting up a Hadoop 2.6.4 cluster on a CentOS 6.5 development server, covering SSH password‑less login, user/group creation, DNS configuration, JDK installation, environment variables, Hadoop installation, HDFS and YARN configuration, and troubleshooting native library warnings.

Big DataCentOSCluster Setup
0 likes · 12 min read
Step-by-Step Guide to Building a Hadoop Cluster on CentOS 6.5