Linux_Foundation
CKAD · Question #25
You are asked to prepare a Canary deployment for testing a new application release. A Service named krill-Service in the goshark namespace points to 5 pod created by the Deployment named current-krill
Sign in or unlock CKAD to reveal the answer and full explanation for question #25. The question stem and answer options stay visible for context.
Submitted by krish.m· May 4, 2026Application Deployment
Question
You are asked to prepare a Canary deployment for testing a new application release. A Service named krill-Service in the goshark namespace points to 5 pod created by the Deployment named current-krill-deployment
- Create an identical Deployment named canary-krill-deployment, in the same namespace.
- Modify the Deployment so that: -A maximum number of 10 pods run in the goshawk namespace. -40% of the krill-service's traffic goes to the canary-krill-deployment pod(s)
Unlock CKAD to see the answer
You've previewed enough free CKAD questions. Unlock CKAD for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#Canary Deployment#Kubernetes Deployment#Kubernetes Service#Traffic Splitting