References for TDX based deployment #3570
-
Hi, Is there a reference I can use for deploying constellation on a TD on Azure ? Right now, I see the constellation image available in Azure but how do I configure it to run with TDX ? And if this is not supported yet, is there a timeline for it to be available ? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hey! This is supported by Constellation. You can create a cluster on Azure TDX infrastructure either with the Constellation Terraform Provider or via the CLI. For the Terraform provider, you can refer to this example and change the For the CLI, you'll want to follow this guide, but specify the constellation config generate -a azure-tdx Feel free to report back here if any questions arise. Cheers, |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Hey!
This is supported by Constellation. You can create a cluster on Azure TDX infrastructure either with the Constellation Terraform Provider or via the CLI.
For the Terraform provider, you can refer to this example and change the
attestation_variant
toazure-tdx
. After that, you can refer to our general deployment guide for the Terraform provider.For the CLI, you'll want to follow this guide, but specify the
azure-tdx
attestation variant duringconstellation config generate
:Feel free to report back here if any questions arise.
Cheers,
Moritz