Is there and "Event viewer" equivalent for dotnet web api running in a docker contain in azure kubernetes service?

4/28/2020

New to containerization and aks. I have successfully deployed a dotnet core web API service into a docker container and deployed to aks following the steps from this tutorial. I have two controller actions on the web service, when tested in postman, one action gives expected results. However, I am having a 500-Internal server error on another action. The problematic action gives the expected response when run inside the docker container outside aks but fails when run from the aks. How can one investigate such a problem?

What I have tried: kubectl cluster-info dump debugging live azure-kubernetes but this seems to work only with web apps and not api's

-- tamama Ndimugabe
.net-core
docker
kubernetes

0 Answers