This document describe the steps how to deploy Trusted Certificate Service (TCS) in Azure.
- Install and learn how to use the Azure CLI
- Azure account
- One or more Azure DCsv3 VM SKUs in your cluster
You would need a Azure Kubernetes cluster (AKS) with at least one confidential computing (SGX) node. To learn more about Azure confidential computing click here.
NOTE: When creating the resource group (
az group create
) ensure the location has DCsv3 instances.
Follow the cluster creating istructions here.
Once you have the cluster running in Azure you can deploy TCS normally for example using Helm.