hor@jumphost ~$ k describe pod pod-nginx -n default
Name: pod-nginx
Namespace: default
Priority: 0
Service Account: default
Node: kodekloud-control-plane/172.17.0.2
Start Time: Wed, 10 Sep 2025 21:14:27 +0000
Labels: app=nginx_app
Annotations: <none>
Status: Running
IP: 10.244.0.5
IPs:
IP: 10.244.0.5
Containers:
nginx-container:
Container ID: containerd://4e6db79250ac2240a384bd8763fb0a3e4710348f65e38252732b6a6428854c3b
Image: nginx:latest
Image ID: docker.io/library/nginx@sha256:d5f28ef21aabddd098f3dbc21fe5b7a7d7a184720bc07da0b6c9b9820e97f25e
Port: 80/TCP
Host Port: 0/TCP
State: Running
Started: Wed, 10 Sep 2025 21:14:36 +0000
Ready: True
Restart Count: 0
Environment: <none>
Mounts:
/var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-x8brw (ro)
Conditions:
Type Status
Initialized True
Ready True
ContainersReady True
PodScheduled True
Volumes:
kube-api-access-x8brw:
Type: Projected (a volume that contains injected data from multiple sources)
TokenExpirationSeconds: 3607
ConfigMapName: kube-root-ca.crt
ConfigMapOptional: <nil>
DownwardAPI: true
QoS Class: BestEffort
Node-Selectors: <none>
Tolerations: node.kubernetes.io/not-ready:NoExecute op=Exists for 300s
node.kubernetes.io/unreachable:NoExecute op=Exists for 300s
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Scheduled 80s default-scheduler Successfully assigned default/pod-nginx to kodekloud-control-plane
Normal Pulling 78s kubelet Pulling image "nginx:latest"
Normal Pulled 71s kubelet Successfully pulled image "nginx:latest" in 6.782553383s (6.782569469s including waiting)
Normal Created 71s kubelet Created container nginx-container
Normal Started 71s kubelet Started container nginx-container
thor@jumphost ~$
It would be a bit more useful to see what HTML you used in creating the pod; this might explain why the grader didn’t like your attempt.
Hi @Redpandafi
I just checked, and it’s working properly on my end. I think after creating the pod, you need to wait a little for it to reach the running status before clicking the Check button.
Tried it again and that was the issue thank you