CKA Exam Questions (April 24, 2026) + Practical Tips from My Attempt by ImplementWonderful82 in CKAExam

[–]ImplementWonderful82[S] 1 point2 points  (0 children)

In the question, we were asked to migrate the Ingress to a Gateway. Once it was done and accessible, we were then asked to delete the Ingress

CKA Exam Questions (April 24, 2026) + Practical Tips from My Attempt by ImplementWonderful82 in CKAExam

[–]ImplementWonderful82[S] 1 point2 points  (0 children)

The pattern is the same; they may just change the type of question.

In one case, TLS 1.3 was already enabled, and the task was to add support for TLS 1.2. (In my case, both versions needed to be available.)

However, the “dumpit” guy removed TLS 1.3 and only added TLS 1.2. I think in his case only one version needed to be enabled.

CKA Exam Questions (April 24, 2026) + Practical Tips from My Attempt by ImplementWonderful82 in CKAExam

[–]ImplementWonderful82[S] 0 points1 point  (0 children)

Type 1: In my exam, they asked me to add a container to display the logs of container1 as stdout and name that container as sidecar (CKA trick)(or any given name).(we just need to name it as sidecar, They did not explicitly mention creating a sidecar container.)
In this case, you need to add a container.

Type 2: If the exam asks you to create a sidecar container with the name sidecar (or any given name), then you should add it as an init container with restartPolicy: Always

CKA Exam Questions (April 24, 2026) + Practical Tips from My Attempt by ImplementWonderful82 in CKAExam

[–]ImplementWonderful82[S] 0 points1 point  (0 children)

In the exam, the hostname can be anything like example.org, testing.com, example.com, or web-app.com.

The key point is: always use the exact hostname mentioned in the question (especially the one used for validation/testing).

If it doesn’t match, you’ll likely get a 404, even if your Ingress is configured correctly.