Azure Kubernetes Service Edge Essentials
An on-premises implementation of Azure Kubernetes Service that automates running containerized apps at scale on lightweight PC-class devices.
7 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
We are wondering how to enable FIPS in AKS EE on a Windows Server? In that environment, there are several software components working as the pods of Arc-enabled Kubernetes cluster. Moreover, they are built as Docker containers, e.g. "FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base" is currently used.
We have tried out following approaches, but no luck.
Look forward to the working solution. Thank you.