Deploying a Kubernetes 1.26 Cluster with containerd and Calico
Node Configuration Table
Role
IP Address
master1
192.168.40.180
master2*
192.168.40.183
node1
192.168.40.181
node2*
192.168.40.182
*Nodes marked with an asterisk are reserved for future cluster expansion.
Prerequisites for All Node
Hostname Assignment
hostnamectl set-hostname master1 && bash # Run on master1
hostnamect ...
Posted on Tue, 19 May 2026 13:31:15 +0000 by yarons