Running dotnet containers in kubernetes
There are some caveats to running dotnet in containers. You might expect that the docker images you pulled from Microsoft’s container registry were checked for vulnerabilities and prepared to run in a containerized environment. If you’ve gone with defaults and don’t have strict rules on your cluster you’ll have an image configured to run alone on a server (which is not a usual setup in a containerized environment) that is also full of known vulnerabilities even when fresh.