Need help to explain the solution of Question


In the question namespace is mention green-space but in solution namespace has been used ingress-nginx. But how I realize that it will be a different namespace. Could you please explain the solution

Part of what the question is trying to test relates to what objects should be in what namespace. So the wording is a bit tricky:

  1. The app is in the green-space namespace.
  2. The ingress controller is in ?? namespace.
  3. The ingress resource should be in ?? namespace.

You’ve found the IC – it’s in ingress-nginx. Now you have to figure out what’s wrong with it that its pod is in an Error state.

1 Like