Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 1.11 KB

azure.md

File metadata and controls

21 lines (12 loc) · 1.11 KB

Trusted Certificate Service deployment in Azure

This document describe the steps how to deploy Trusted Certificate Service (TCS) in Azure.

Prerequisites

Create Kubernetes cluster on Azure

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.

Deploy Trusted Certificate Service

Once you have the cluster running in Azure you can deploy TCS normally for example using Helm.