I was able to navigate to the webpage but the evaluator is looking updates in index.php. Looking at the question I wan’t able to understand these changes ae required am I missing something here?
Believe it or not, it’s hard for us to locate which lab you’re talking about. Please include the full name of the lab, which will help us find it. Then I’ll take a look.
KodeKloud Engineering , Kubernetes Level 2 question 11
Not what I asked for – the name, not the number. The number isn’t something I can track, unfortunately.
Did you mean " Fix issue with LAMP Environment in Kubernetes"?
To solve this particular problem, you need to make sure that index.php (which is at /app/index.php inside the container) is valid, and actually runs (it isn’t in your case). In addition, you’ll need to:
- Make sure that the service for the lamp server is valid (it isn’t!)
- Once you fix index.php, you’ll need to restart the php-fpm service that the php container is running, which you can do with “service php-fpm restart”.
Hi Rob, thank you. Should the question be a bit more descriptive?


