CertGrid CertGrid
Troubleshooting·Kubernetes and Cloud Native Associate

Replica Count and Cluster Capacity

Scale to 8 with a ResourceQuota and an HPA in place and you land on 4. One limiter rejected Pod creation with an explicit quota error; the other quietly rewrote your replica count. Telling them apart is the skill.

Cloud Native Architecture Guide 33 of 46 Intermediate

Written against the versions above. The objects here are long-stable. Quota and HPA behaviour has not changed materially in years.

Everything here uses built-in objects. No serverless platform and no autoscaler beyond the HPA is installed.
Server NameIP AddressOSRolesCPURAMHDD
CKA1001192.168.0.175Ubuntu 26.04 LTSControl Plane Node2 Core4 GB50 GB
CKA1001-NODE02192.168.0.177Ubuntu 26.04 LTSWorker Node2 Core4 GB50 GB

Before you start

  1. Put a quota on the namespace

  2. Ask for eight

  3. Limiter one: the quota refused, and said so

  4. Limiter two: the HPA rewrote your number

Official sources