Closed aullom1 closed 2 years ago
Not working: 1.221.132.20210728-085542, 1.223.105.20210824-140926 Working: 1.231.245.20220112-085307
So guessing we could close this now since this is Dynatrace specific? The repro artifacts listed in the original didnt have any Dynatrace references?
Yes, I think this can be closed.
Ok thanks, I have updated the title for clarity and hoping Dynatrace is able to provide some RCA for the issue.
Here is a compatibility matrix between .NET and Dynatrace: https://www.dynatrace.com/support/help/technology-support/application-software/dotnet#net-and-net-core
@CaveSven did your issue get resolved ?
Description
I have a .NET 6 API that I would like to run in AKS. Locally it works just fine. In AKS the pod will start up, but the container produces no logs and refuses all connections. I can exec into the container and run
dotnet MyApp.Api.dll
but the command will just hang and not write any output.Exec'ing into the container and manually running
dotnet MyApp.Api.dll
will just hang and produce no output.Reproduction Steps
Generate a minimal .NET 6 webapi (.e.g
dotnet new webapi -minimal -o MyApp.Api
).Create a Dockerfile and build and push to a repo.
Create an AKS cluster. Obviously there can be a ton of variability here. I am using:
Deploy your app. The important bits about the manifest are:
Expected behavior
The pod should start up, and the logs should show the typical startup output (e.g. Now listening on port...).
Actual behavior
The pod reports that it is running, but there are no logs, and all connections are refused.
Regression?
Prior versions of .NET Core do not have this problem.
Known Workarounds
No response
Configuration
No response
Other information
No response