An AKSCluster is a managed resource that represents an Azure Kubernetes Engine cluster.
Type
CRD
Group
compute.azure.crossplane.io
Version
v1alpha3
apiVersion: compute.azure.crossplane.io/v1alpha3
kind: AKSCluster
An AKSClusterSpec defines the desired state of a AKSCluster.
ProviderConfigReference specifies how the provider that will be used to create, observe, update, and delete this managed resource should be configured.
ProviderReference specifies the provider that will be used to create, observe, update, and delete this managed resource. Deprecated: Please use ProviderConfigReference, i.e. providerConfigRef
PublishConnectionDetailsTo specifies the connection secret config which contains a name, metadata and a reference to secret store config to which any connection details for this managed resource should be written. Connection details frequently include the endpoint, username, and password required to connect to the managed resource.
ResourceGroupNameRef - A reference to a ResourceGroup to retrieve its name
ResourceGroupNameSelector - Select a reference to a ResourceGroup to retrieve its name
VnetSubnetIDRef - A reference to a Subnet to retrieve its ID
VnetSubnetIDSelector - Select a reference to a Subnet to retrieve its ID
WriteConnectionSecretToReference specifies the namespace and name of a Secret to which any connection details for this managed resource should be written. Connection details frequently include the endpoint, username, and password required to connect to the managed resource. This field is planned to be replaced in a future release in favor of PublishConnectionDetailsTo. Currently, both could be set independently and connection details would be published to both without affecting each other.
An AKSClusterStatus represents the observed state of an AKSCluster.
Conditions of the resource.
example-akscluster
apiVersion: compute.azure.crossplane.io/v1alpha3
kind: AKSCluster
metadata:
labels:
example: "true"
name: example-akscluster
spec:
disableRBAC: false
dnsNamePrefix: crossplane-aks
location: West US 2
nodeCount: 1
nodeVMSize: Standard_B2s
providerConfigRef:
name: example
resourceGroupNameRef:
name: example-rg
version: 1.19.11
vnetSubnetIDRef:
name: example-sub
writeConnectionSecretToRef:
name: example-akscluster
namespace: crossplane-system