Deploy Apache Web Server on Kubernetes

@mmumshad @rahul456 @Ayman @Inderpreet, please review this task for me, it was marked fail for me saying that I didnt create the service in the namespace create in the task. I did follow the instruction but it did not say create the service in the namespace, instead, it says “the service of the deployment should also be the same as the one mentioned above”. This is confusing as I have assigned the service to the deployment created above and created the deployment in the namespace created above.

Hello, neroxxpips
Service is a namespace scoped, you need to create a service in the given namespace. By default, you created in the default namespace.
To get the namespace scoped resource lists, you can do
kubectl api-resources --namespaced=true
Hope it will clear you doubts.

1 Like

hi @neroxxpips, this is marked pending for you, please give it an another try

Thank you…task is complete now and thanks for making correction to the instruction.