Bird
0
0

Which Kubernetes object is primarily used to ensure a specified number of pod replicas are running in EKS?

easy📝 Conceptual Q2 of 15
AWS - EKS
Which Kubernetes object is primarily used to ensure a specified number of pod replicas are running in EKS?
ADeployment
BIngress
CConfigMap
DService
Step-by-Step Solution
Solution:
  1. Step 1: Recall Kubernetes objects for workload management

    Deployments manage the desired state of pods, including the number of replicas.
  2. Step 2: Match object to replica management

    Services expose pods, ConfigMaps store config, Ingress manages external access, so Deployment controls replicas.
  3. Final Answer:

    Deployment -> Option A
  4. Quick Check:

    Replica control = Deployment [OK]
Quick Trick: Deployments manage pod replicas, not Services or ConfigMaps [OK]
Common Mistakes:
  • Confusing Service with Deployment
  • Thinking ConfigMap controls replicas
  • Assuming Ingress manages pod count

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes