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: 4 comments 6 replies
-
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 @arijit8972,
Let me know if anything else should be unclear. Cheers, |
Beta Was this translation helpful? Give feedback.
-
Hi Moritz, Sorry for too many questions. I am currently trying to deploy constellation on Azure TDX but facing issues The failure seems to be happening here: // Create a wrapper function that allows logging any returned error from the retrier before checking if it's the expected retriable one. I presume it's some kind of connectivity/proxy issue from my end, which I am trying to debug. Is it possible to deploy constellation on an existing Azure TD instead of bringing up new nodes through the CLI (constellation apply)? Can you please share the steps if possible ? |
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