From e5f4bfc48db38006c7dd763da290803051fef2f6 Mon Sep 17 00:00:00 2001 From: Ken Gordon Date: Thu, 20 Feb 2025 17:35:06 +0000 Subject: [PATCH] Missing file, spelling and add link to docs. --- examples/README.md | 14 ++++++++++++++ examples/skr/aks/README.md | 4 ++-- 2 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 examples/README.md diff --git a/examples/README.md b/examples/README.md new file mode 100644 index 00000000..4cd84b6a --- /dev/null +++ b/examples/README.md @@ -0,0 +1,14 @@ +# Azure product naming and what example to use: + +Today (February 2025) the production, general availability Confidential Containers solution in Azure is Confidential ACI (Azure Container Instances). It is available with two sorts of orchestration, direct ACI (create container groups one at a time and manage them youself) and with AKS using "virtual nodes on Azure Container Instances". + +There is a preview of AKS Confidential Pods which is based on the Kata scheme. + +Some details of how the ACI and Kata based solution are differnet. These include items such as how yto invoke the az confcom policy tool and how various data is passed for the runtime into the container. + +Examples below are split between the ACI based and Kata based. It is unfortunately named as '''aci''' for ACI **AND** AKS with virtual nodes on Azure Confidential Instances and as '''aks''' for the Kata based solution. + +Eventually there will be specific virtual nodes on Azure Container Instances" examples. In the mean time, use the regular ACI but replace the description of the containers in the ARM template with a similar description in a yaml file. + +The documentaion for virtual nodes on Azure Confidential Instances is at https://learn.microsoft.com/en-us/azure/container-instances/container-instances-virtual-nodes and there is a github repo with instructions and Helm charts at https://github.com/microsoft/VirtualNodesOnAzureContainerInstances + diff --git a/examples/skr/aks/README.md b/examples/skr/aks/README.md index 50d22dfe..c922a5b8 100644 --- a/examples/skr/aks/README.md +++ b/examples/skr/aks/README.md @@ -1,5 +1,5 @@ -# NOTE This example is for te Kata based AKS preview -# Today the supported GA solution for Kubernetes is to use virtual nodes. +# NOTE This example is for the Kata based AKS preview +# Today the supported GA solution for Kubernetes is to use virtual nodes on Azure Confidential Instances (https://learn.microsoft.com/en-us/azure/container-instances/container-instances-virtual-nodes) # Microsoft Secure Key Release (SKR) AKS Confidential Pods (ie based on Kata) Example