Installing the .NET and .NET Core agents in a Kubernetes environment is similar to installing the standard .NET agent in Windows, except that you must configure the DockerFile to perform the installation.
Below is an example of configuring the .NET agent on a Kubernetes Windows container.
FROM mcr.microsoft.com/dotnet/framework/aspnet |
Below is an example of configuring the .NET Core agent on a Kubernetes Windows container.
FROM mcr.microsoft.com/windows/servercore:ltsc2019 |
After Kubernetes start,