# Supported Technologies

As of now, there is no standard that defines the identity of workload, be it the identity of a VM, kubernetes node, or pod. Nitride implements a universal attestation profile, abstracting out the various attestation platform vendors and cloud service providers implement and provides a universal format.

## By platform

{% tabs %}
{% tab title="Intel" %}

* Intel Security Guard Extension (SGX) v2.0 available on Xeon 3rd generation
* Intel Trusted Domain Extension (TDX) v1.0 available on Xeon 5th generation
  {% endtab %}

{% tab title="AMD" %}

* AMD Secure Encrypted Virtualization with secure nested pages (SEV SNP) available on EPYC 3rd gen (Milan)
* AMD Secure Encrypted Virtualization with secure nested pages (SEV SNP) and Trusted IO available on EPYC 4rd gen (Genua)
  {% endtab %}

{% tab title="ARM" %}
ARM confidential compute architecture (CCA) available on Cortex A9
{% endtab %}
{% endtabs %}

## By hypervisor

{% tabs %}
{% tab title="KVM" %}

* **KVM/Qemu:** virtualization on Linux kernel 6.11+
  {% endtab %}

{% tab title="VMWare" %}

* **vSphere 8:** Update 2 with SGX support
* **vSphere 9:** with SEV and TDX support (coming soon)
  {% endtab %}

{% tab title="HyperV" %}

* **Hyper‑V Host**: Windows Server 2022 or later (or Windows 11/Server 2022 with CoCo capabilities)
  {% endtab %}
  {% endtabs %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.enclaive.cloud/nitride/documentation/supported-technologies.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
