Linux_Foundation
CKA · Question #65
You must connect to the correct host . Failure to do so may result in a zero score. [candidate@base] $ ssh cka00048b Task An NGINX Deployment named nginx-static is running in the nginx-static namespac
Sign in or unlock CKA to reveal the answer and full explanation for question #65. The question stem and answer options stay visible for context.
Submitted by hassan_iq· May 4, 2026Workloads and Scheduling
Question
You must connect to the correct host . Failure to do so may result in a zero score.
[candidate@base] $ ssh cka00048b
Task
An NGINX Deployment named nginx-static is running in the nginx-static namespace. It is configured using a ConfigMap named nginx-config.
First, update the nginx-config ConfigMap to also allow TLSv1.2. connections.
You may re-create, restart, or scale resources as necessary.
You can use the following command to test the changes:
[candidate@cka00048b] $ curl --tls-max 1.2 https://web.k8s.local
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
#ConfigMaps#Deployments#Application Configuration#Pod Lifecycle Management

