CertGrid CertGrid
Hands-on Lab·Certified Kubernetes Administrator

ReplicaSets

Create a ReplicaSet by hand, watch it replace a deleted Pod, then create a Deployment and follow the ownership chain it builds. One command that works on the Deployment and fails on the bare ReplicaSet explains most of the difference.

Workloads Guide 25 of 103 Beginner

Written against the versions above. Pod and ReplicaSet name suffixes are generated. The ownership structure is not.

Any cluster does.
Server NameIP AddressOSRolesCPURAMHDD
CKA1001192.168.0.175Ubuntu 26.04 LTSControl Plane Node2 Core4 GB50 GB
CKA1001-NODE01192.168.0.176Ubuntu 26.04 LTSWorker Node2 Core4 GB50 GB
CKA1001-NODE02192.168.0.177Ubuntu 26.04 LTSWorker Node2 Core4 GB50 GB
CKA1001-NODE03192.168.0.178Ubuntu 26.04 LTSWorker Node2 Core4 GB50 GB

Before you start

  1. A ReplicaSet on its own

  2. Delete a Pod and it comes back with a new name

  3. What a Deployment adds, in one listing

Official sources