Cluster

class Cluster : KotlinCustomResource

Import

Arc Kubernetes Cluster can be imported using the resource id, e.g.

$ pulumi import azure:arckubernetes/cluster:Cluster example /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup1/providers/Microsoft.Kubernetes/connectedClusters/cluster1

Properties

Link copied to clipboard

Specifies the base64-encoded public certificate used by the agent to do the initial handshake to the backend services in Azure. Changing this forces a new Arc Kubernetes Cluster to be created.

Link copied to clipboard
val agentVersion: Output<String>

Version of the agent running on the cluster resource.

Link copied to clipboard
val distribution: Output<String>

The distribution running on this Arc Kubernetes Cluster.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard

An identity block as defined below. Changing this forces a new Arc Kubernetes Cluster to be created.

Link copied to clipboard
val infrastructure: Output<String>

The infrastructure on which the Arc Kubernetes Cluster is running on.

Link copied to clipboard

The Kubernetes version of the cluster resource.

Link copied to clipboard
val location: Output<String>

Specifies the Azure Region where the Arc Kubernetes Cluster should exist. Changing this forces a new Arc Kubernetes Cluster to be created.

Link copied to clipboard
val name: Output<String>

Specifies the name which should be used for this Arc Kubernetes Cluster. Changing this forces a new Arc Kubernetes Cluster to be created.

Link copied to clipboard
val offering: Output<String>

The cluster offering.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Specifies the name of the Resource Group where the Arc Kubernetes Cluster should exist. Changing this forces a new Arc Kubernetes Cluster to be created.

Link copied to clipboard
val tags: Output<Map<String, String>>?

A mapping of tags which should be assigned to the Arc Kubernetes Cluster.

Link copied to clipboard
val totalCoreCount: Output<Int>

Number of CPU cores present in the cluster resource.

Link copied to clipboard
val totalNodeCount: Output<Int>

Number of nodes present in the cluster resource.

Link copied to clipboard
val urn: Output<String>