.NET Framework support for Azure Kubernetes Service (AKS) #1248
richlander
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
.NET Framework container capabilities were significantly improved in 2021, adding support for process isolation. It is important to consider this capability in your AKS deployments.
Process isolation is the only supported Windows Container hosting model for AKS, per Best practices for Windows containers on AKS:
Process isolation support is included in .NET Framework 4.8 and .NET Framework 4.8.1, supporting Windows Server 2019 and later. The changes are included in regular patch updates (no additional patches required). The changes are not available for Windows Server 2016.
We recommend that all .NET Framework container apps be built using a .NET Framework 4.8 or 4.8.1 base image on Windows Server 2019 or later.
References:
Beta Was this translation helpful? Give feedback.
All reactions