CKAD Application Design and Build • Set 7
CKAD Application Design and Build Practice Test 7 — 15 questions with explanations. Free, no signup.
A developer creates a Dockerfile with the following content: FROM alpine:3.18 COPY app.sh /app.sh RUN chmod +x /app.sh CMD ["/app.sh"] They want to override the command to run '/app.sh --debug' when deploying the container in Kubernetes. Which of the following pod spec fields should they use?