Linux_Foundation
CKA · Question #16
Configure the kubelet systemd- managed service, on the node labelled with name=wk8s-node-1, to launch a pod containing a single container of Image httpd named webtool automatically. Any spec files req
Sign in or unlock CKA to reveal the answer and full explanation for question #16. The question stem and answer options stay visible for context.
Submitted by diego_uy· May 4, 2026Cluster Architecture, Installation & Configuration
Question
Configure the kubelet systemd- managed service, on the node labelled with name=wk8s-node-1, to launch a pod containing a single container of Image httpd named webtool automatically. Any spec files required should be placed in the /etc/kubernetes/manifests directory on the node. You can ssh to the appropriate node using: [student@node-1] ~$ ssh wk8s-node-1 You can assume elevated privileges on the node with the following command: [student@wk8s-node-1] ~$ sudo -i
Exhibits
Unlock CKA to see the answer
You've previewed enough free CKA questions. Unlock CKA 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
#Static Pods#Kubelet Configuration#Pod Manifests#Node Configuration

