Bird
0
0

Which Kubernetes object is most commonly used to control traffic splitting in canary deployments?

easy📝 Conceptual Q2 of 15
Kubernetes - Advanced Deployment Patterns
Which Kubernetes object is most commonly used to control traffic splitting in canary deployments?
AService
BIngress
CConfigMap
DPod
Step-by-Step Solution
Solution:
  1. Step 1: Identify traffic control objects

    Services in Kubernetes route traffic to pods and can split traffic between versions.
  2. Step 2: Evaluate options

    Pods run containers, ConfigMaps store config, Ingress manages external access but Service controls internal traffic splitting.
  3. Final Answer:

    Service -> Option A
  4. Quick Check:

    Traffic splitting object = Service [OK]
Quick Trick: Service routes traffic to pods, key for canary [OK]
Common Mistakes:
  • Confusing Ingress with Service for internal traffic
  • Thinking ConfigMap controls traffic
  • Assuming Pod controls traffic routing

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Kubernetes Quizzes