ConfidentialNodes

ConfidentialNodes is configuration for the confidential nodes feature, which makes nodes run on confidential VMs.

JSON representation
{
  "enabled": boolean,
  "confidentialInstanceType": enum (ConfidentialInstanceType)
}
Fields
enabled

boolean

Whether Confidential Nodes feature is enabled.

confidentialInstanceType

enum (ConfidentialInstanceType)

Defines the type of technology used by the confidential node.

ConfidentialInstanceType

The type of technology used by the confidential node.

Enums
CONFIDENTIAL_INSTANCE_TYPE_UNSPECIFIED No type specified. Do not use this value.
SEV AMD Secure Encrypted Virtualization.
SEV_SNP AMD Secure Encrypted Virtualization - Secure Nested Paging.
TDX Intel Trust Domain eXtension.