Hi
Artur Hovhannisyan
Thankyou for replying back.
the configuration looks correct. However, in ingress file the pathType
field is set to ImplementationSpecific
, which means that the path type is determined by the Ingress controller. This might cause issues if the Ingress controller is not configured to handle this path type. You might want to consider setting the pathType
field to Prefix
or Exact
to ensure that the path type is correctly configured.
In Deployment file the annotations field of the metadata
section of the ServiceAccount resource is incomplete. It seems like the azure.workload.identity/client-id
annotation is missing a value. You might want to update the annotation with the correct value.
If you are still experiencing issues, you can try checking the logs of the Nginx Ingress Controller to see if there are any errors. You can use the following command to check the logs:
kubectl logs <nginx-ingress-controller-pod-name>
you can try checking the logs of the Pod to see if there are any errors. You can use the following command to check the logs:
kubectl logs <pod-name>
Hope the answer has been helpful, please consider accepting the answer to help increase visibility of this question for other members of the Microsoft Q&A community. If not, please let us know what is still needed in the comments so the question can be answered. Thank you for helping to improve Microsoft Q&A!.