- Resource: AzureCluster
- AzureClusterNetworking
- AzureControlPlane
- AzureDatabaseEncryption
- ReplicaPlacement
- AzureAuthorization
- AzureClusterUser
- AzureClusterGroup
- AzureServicesAuthentication
- State
- AzureClusterResources
- AzureClusterError
- Methods
Resource: AzureCluster
An Anthos cluster running on Azure.
JSON representation |
---|
{ "name": string, "description": string, "azureRegion": string, "resourceGroupId": string, "azureClient": string, "networking": { object ( |
Fields | |
---|---|
name |
The name of this resource. Cluster names are formatted as See Resource Names for more details on Google Cloud Platform resource names. |
description |
Optional. A human readable description of this cluster. Cannot be longer than 255 UTF-8 encoded bytes. |
azureRegion |
Required. The Azure region where the cluster runs. Each Google Cloud region supports a subset of nearby Azure regions. You can call |
resourceGroupId |
Required. The ARM ID of the resource group where the cluster resources are deployed. For example: |
azureClient |
Optional. Name of the Either azureClient or azureServicesAuthentication should be provided. The
See Resource Names for more details on Google Cloud resource names. |
networking |
Required. Cluster-wide networking configuration. |
controlPlane |
Required. Configuration related to the cluster control plane. |
authorization |
Required. Configuration related to the cluster RBAC settings. |
azureServicesAuthentication |
Optional. Authentication configuration for management of Azure resources. Either azureClient or azureServicesAuthentication should be provided. |
state |
Output only. The current state of the cluster. |
endpoint |
Output only. The endpoint of the cluster's API server. |
uid |
Output only. A globally unique identifier for the cluster. |
reconciling |
Output only. If set, there are currently changes in flight to the cluster. |
createTime |
Output only. The time at which this cluster was created. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
updateTime |
Output only. The time at which this cluster was last updated. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
etag |
Allows clients to perform consistent read-modify-writes through optimistic concurrency control. Can be sent on update and delete requests to ensure the client has an up-to-date value before proceeding. |
annotations |
Optional. Annotations on the cluster. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Keys can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between. An object containing a list of |
workloadIdentityConfig |
Output only. Workload Identity settings. |
clusterCaCertificate |
Output only. PEM encoded x509 certificate of the cluster root of trust. |
fleet |
Required. Fleet configuration. |
managedResources |
Output only. Managed Azure resources for this cluster. |
loggingConfig |
Optional. Logging configuration for this cluster. |
errors[] |
Output only. A set of errors found in the cluster. |
monitoringConfig |
Optional. Monitoring configuration for this cluster. |
AzureClusterNetworking
ClusterNetworking contains cluster-wide networking configuration.
JSON representation |
---|
{ "virtualNetworkId": string, "podAddressCidrBlocks": [ string ], "serviceAddressCidrBlocks": [ string ], "serviceLoadBalancerSubnetId": string } |
Fields | |
---|---|
virtualNetworkId |
Required. The Azure Resource Manager (ARM) ID of the VNet associated with your cluster. All components in the cluster (i.e. control plane and node pools) run on a single VNet. Example: This field cannot be changed after creation. |
podAddressCidrBlocks[] |
Required. The IP address range of the pods in this cluster, in CIDR notation (e.g. All pods in the cluster get assigned a unique IPv4 address from these ranges. Only a single range is supported. This field cannot be changed after creation. |
serviceAddressCidrBlocks[] |
Required. The IP address range for services in this cluster, in CIDR notation (e.g. All services in the cluster get assigned a unique IPv4 address from these ranges. Only a single range is supported. This field cannot be changed after creating a cluster. |
serviceLoadBalancerSubnetId |
Optional. The ARM ID of the subnet where Kubernetes private service type load balancers are deployed. When unspecified, it defaults to AzureControlPlane.subnet_id. Example: "/subscriptions/d00494d6-6f3c-4280-bbb2-899e163d1d30/resourceGroups/anthos_cluster_gkeust4/providers/Microsoft.Network/virtualNetworks/gke-vnet-gkeust4/subnets/subnetid456" |
AzureControlPlane
AzureControlPlane represents the control plane configurations.
JSON representation |
---|
{ "version": string, "subnetId": string, "vmSize": string, "sshConfig": { object ( |
Fields | |
---|---|
version |
Required. The Kubernetes version to run on control plane replicas (e.g. You can list all supported versions on a given Google Cloud region by calling |
subnetId |
Optional. The ARM ID of the default subnet for the control plane. The control plane VMs are deployed in this subnet, unless Example: |
vmSize |
Optional. The Azure VM size name. Example: For available VM sizes, see https://docs.microsoft.com/en-us/azure/virtual-machines/vm-naming-conventions. When unspecified, it defaults to |
sshConfig |
Required. SSH configuration for how to access the underlying control plane machines. |
rootVolume |
Optional. Configuration related to the root volume provisioned for each control plane replica. When unspecified, it defaults to 32-GiB Azure Disk. |
mainVolume |
Optional. Configuration related to the main volume provisioned for each control plane replica. The main volume is in charge of storing all of the cluster's etcd state. When unspecified, it defaults to a 8-GiB Azure Disk. |
databaseEncryption |
Optional. Configuration related to application-layer secrets encryption. |
proxyConfig |
Optional. Proxy configuration for outbound HTTP(S) traffic. |
configEncryption |
Optional. Configuration related to vm config encryption. |
tags |
Optional. A set of tags to apply to all underlying control plane Azure resources. An object containing a list of |
replicaPlacements[] |
Optional. Configuration for where to place the control plane replicas. Up to three replica placement instances can be specified. If replicaPlacements is set, the replica placement instances will be applied to the three control plane replicas as evenly as possible. |
endpointSubnetId |
Optional. The ARM ID of the subnet where the control plane load balancer is deployed. When unspecified, it defaults to AzureControlPlane.subnet_id. Example: "/subscriptions/d00494d6-6f3c-4280-bbb2-899e163d1d30/resourceGroups/anthos_cluster_gkeust4/providers/Microsoft.Network/virtualNetworks/gke-vnet-gkeust4/subnets/subnetid123" |
AzureDatabaseEncryption
Configuration related to application-layer secrets encryption.
Anthos clusters on Azure encrypts your Kubernetes data at rest in etcd using Azure Key Vault.
JSON representation |
---|
{ "keyId": string } |
Fields | |
---|---|
keyId |
Required. The ARM ID of the Azure Key Vault key to encrypt / decrypt data. For example: |
ReplicaPlacement
Configuration for the placement of a control plane replica.
JSON representation |
---|
{ "subnetId": string, "azureAvailabilityZone": string } |
Fields | |
---|---|
subnetId |
Required. For a given replica, the ARM ID of the subnet where the control plane VM is deployed. Make sure it's a subnet under the virtual network in the cluster configuration. |
azureAvailabilityZone |
Required. For a given replica, the Azure availability zone where to provision the control plane VM and the ETCD disk. |
AzureAuthorization
Configuration related to the cluster RBAC settings.
JSON representation |
---|
{ "adminUsers": [ { object ( |
Fields | |
---|---|
adminUsers[] |
Optional. Users that can perform operations as a cluster admin. A managed ClusterRoleBinding will be created to grant the For more info on RBAC, see https://kubernetes.io/docs/reference/access-authn-authz/rbac/#user-facing-roles |
adminGroups[] |
Optional. Groups of users that can perform operations as a cluster admin. A managed ClusterRoleBinding will be created to grant the For more info on RBAC, see https://kubernetes.io/docs/reference/access-authn-authz/rbac/#user-facing-roles |
AzureClusterUser
Identities of a user-type subject for Azure clusters.
JSON representation |
---|
{ "username": string } |
Fields | |
---|---|
username |
Required. The name of the user, e.g. |
AzureClusterGroup
Identities of a group-type subject for Azure clusters.
JSON representation |
---|
{ "group": string } |
Fields | |
---|---|
group |
Required. The name of the group, e.g. |
AzureServicesAuthentication
Authentication configuration for the management of Azure resources.
JSON representation |
---|
{ "tenantId": string, "applicationId": string } |
Fields | |
---|---|
tenantId |
Required. The Azure Active Directory Tenant ID. |
applicationId |
Required. The Azure Active Directory Application ID. |
State
The lifecycle state of the cluster.
Enums | |
---|---|
STATE_UNSPECIFIED |
Not set. |
PROVISIONING |
The PROVISIONING state indicates the cluster is being created. |
RUNNING |
The RUNNING state indicates the cluster has been created and is fully usable. |
RECONCILING |
The RECONCILING state indicates that some work is actively being done on the cluster, such as upgrading the control plane replicas. |
STOPPING |
The STOPPING state indicates the cluster is being deleted. |
ERROR |
The ERROR state indicates the cluster is in a broken unrecoverable state. |
DEGRADED |
The DEGRADED state indicates the cluster requires user action to restore full functionality. |
AzureClusterResources
Managed Azure resources for the cluster.
The values could change and be empty, depending on the state of the cluster.
JSON representation |
---|
{ "networkSecurityGroupId": string, "controlPlaneApplicationSecurityGroupId": string } |
Fields | |
---|---|
networkSecurityGroupId |
Output only. The ARM ID of the cluster network security group. |
controlPlaneApplicationSecurityGroupId |
Output only. The ARM ID of the control plane application security group. |
AzureClusterError
AzureClusterError describes errors found on Azure clusters.
JSON representation |
---|
{ "message": string } |
Fields | |
---|---|
message |
Human-friendly description of the error. |
Methods |
|
---|---|
|
Creates a new AzureCluster resource on a given Google Cloud Platform project and region. |
|
Deletes a specific AzureCluster resource. |
|
Generates a short-lived access token to authenticate to a given AzureCluster resource. |
|
Generates an access token for a cluster agent. |
|
Describes a specific AzureCluster resource. |
|
Gets the public component of the cluster signing keys in JSON Web Key format. |
|
Lists all AzureCluster resources on a given Google Cloud project and region. |
|
Updates an AzureCluster . |