Merge pull request #13 from davidescapolan01/reword/cka_001-q2

Reword question to clarify port requirement (in CKA 001 Question 2)
This commit is contained in:
Nishan B
2025-04-13 20:43:19 +05:30
committed by GitHub

View File

@@ -34,7 +34,7 @@
"id": "2",
"namespace": "default",
"machineHostname": "ckad9999",
"question": "Create a static pod named `static-web` on `ckad9999` using the `nginx:1.19` image.\n\nPlace the static pod manifest file at `/etc/kubernetes/manifests/static-web.yaml`.",
"question": "Create a static pod named `static-web` on `ckad9999` using the `nginx:1.19` image.\nThe pod should expose port `80`.\n\nPlace the static pod manifest file at `/etc/kubernetes/manifests/static-web.yaml`.",
"concepts": ["static pods", "node configuration"],
"verification": [
{