Fading Coder

One Final Commit for the Last Sprint

Provisioning a Kubernetes Cluster with Kubeadm: Control Plane and Worker Nodes

Provisioning a Kubernetes Cluster with Kubeadm: Control Plane and Worker Nodes This workflow details the standardized procedure for initializing a Kubernetes environment. The process covers control plane bootstrapping, container asset synchronization, worker node integration, and baseline management...

Kubeadm-Based Kubernetes Cluster Setup and Configuration

Clear any existing container runtime installations: sudo yum remove -y docker docker-client docker-client-latest docker-common docker-latest docker-latest-logrotate docker-logrotate docker-engine docker-ce docker-ce-cli containerd.io Install necessary dependencies and configure the repository: sudo...

Setting Up Kubernetes v1.28.9 with kubeadm on CentOS 7

This guide walks through deploying a production-ready Kubernetes cluster using kubeadm on CentOS 7, targeting version 1.28.9. The topology consists of one control-plane node and two worker nodes. Kernel Upgrade for Stability Older kernel versions may cause unexpected behavior in container runtimes a...

Deploying a Highly Available Kubernetes 1.29.2 Cluster with Kubeadm

Cluster Architecture & Network Topology Host Role Operating System Specifications IP Address Control Plane Node 1 CentOS 7.9 4 vCPU / 8 GB RAM / 200 GB 192.168.1.201 Control Plane Node 2 CentOS 7.9 4 vCPU / 8 GB RAM / 200 GB 192.168.1.203 Control Plane Node 3 CentOS 7.9 4 vCPU / 8 GB RAM / 200 G...