Skip to content

ASKClusterProps

Properties for defining a ASKCluster.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cs-askcluster

Initializer

using AlibabaCloud.SDK.ROS.CDK.Cs;
new ASKClusterProps {
    object Name,
    object Addons = null,
    object ClusterSpec = null,
    object DeletionProtection = null,
    object EndpointPublicAccess = null,
    object KubernetesVersion = null,
    object PrivateZone = null,
    object ResourceGroupId = null,
    object SecurityGroupId = null,
    object ServiceCidr = null,
    object ServiceDiscoveryTypes = null,
    object SnatEntry = null,
    TagsProperty[] Tags = null,
    object TimeZone = null,
    object VpcId = null,
    object VSwitchIds = null,
    object ZoneId = null
};

Properties

Name Type Description
Name object Property name: The name of the cluster.
Addons object Property addons: The add-ons to be installed for the cluster.
ClusterSpec object Property clusterSpec: The managed cluster spec.
DeletionProtection object Property deletionProtection: Specifies whether to enable deletion protection for the cluster.
EndpointPublicAccess object Property endpointPublicAccess: Whether to enable the public network API Server: true: which means that the public network API Server is open.
KubernetesVersion object Property kubernetesVersion: The version of the Kubernetes cluster.
PrivateZone object Property privateZone: Whether to enable PrivateZone for service discovery.
ResourceGroupId object Property resourceGroupId: The ID of resource group.
SecurityGroupId object Property securityGroupId: Specifies the ID of the security group to which the cluster ECS instance belongs.
ServiceCidr object Property serviceCidr: The service network segment cannot conflict with the VPC network segment and the container network segment.
ServiceDiscoveryTypes object Property serviceDiscoveryTypes: Intra-cluster service discovery type, used to specify the service discovery method in the ASK cluster.
SnatEntry object Property snatEntry: Whether to configure SNAT for the network.
Tags TagsProperty[] Property tags: Tag the cluster.
TimeZone object Property timeZone: The time zone used by the cluster..
VpcId object Property vpcId: VPC ID.
VSwitchIds object Property vSwitchIds: The IDs of VSwitches.
ZoneId object Property zoneId: The zone ID.

NameRequired

public object Name { get; set; }
  • Type: object

Property name: The name of the cluster.

The cluster name can use uppercase and lowercase letters, Chinese characters, numbers, and dashes.


AddonsOptional

public object Addons { get; set; }
  • Type: object

Property addons: The add-ons to be installed for the cluster.


ClusterSpecOptional

public object ClusterSpec { get; set; }
  • Type: object

Property clusterSpec: The managed cluster spec.

Value: ack.pro.small: Professional hosting cluster, namely: "ACK Pro version cluster". ack.standard: Standard hosting cluster. Default value: ack.pro.small.


DeletionProtectionOptional

public object DeletionProtection { get; set; }
  • Type: object

Property deletionProtection: Specifies whether to enable deletion protection for the cluster.

After deletion protection is enabled, the cluster cannot be deleted in the ACK console or by calling API operations. Valid values:true: enables deletion protection for the cluster. false: disables deletion protection for the cluster. Default value: false.


EndpointPublicAccessOptional

public object EndpointPublicAccess { get; set; }
  • Type: object

Property endpointPublicAccess: Whether to enable the public network API Server: true: which means that the public network API Server is open.

false: If set to false, the API server on the public network will not be created, only the API server on the private network will be created.Default value: true.


KubernetesVersionOptional

public object KubernetesVersion { get; set; }
  • Type: object

Property kubernetesVersion: The version of the Kubernetes cluster.


PrivateZoneOptional

public object PrivateZone { get; set; }
  • Type: object

Property privateZone: Whether to enable PrivateZone for service discovery.


ResourceGroupIdOptional

public object ResourceGroupId { get; set; }
  • Type: object

Property resourceGroupId: The ID of resource group.


SecurityGroupIdOptional

public object SecurityGroupId { get; set; }
  • Type: object

Property securityGroupId: Specifies the ID of the security group to which the cluster ECS instance belongs.


ServiceCidrOptional

public object ServiceCidr { get; set; }
  • Type: object

Property serviceCidr: The service network segment cannot conflict with the VPC network segment and the container network segment.

When the system is selected to automatically create a VPC, the network segment 172.19.0.0/20 is used by default.


ServiceDiscoveryTypesOptional

public object ServiceDiscoveryTypes { get; set; }
  • Type: object

Property serviceDiscoveryTypes: Intra-cluster service discovery type, used to specify the service discovery method in the ASK cluster.

CoreDNS: To use Kubernetes native standard service discovery component CoreDNS, a set of containers needs to be deployed in the cluster for DNS resolution. By default, two ECI instances with a size of 0.25 Core and 512 MiB are used. PrivateZone: To use Alibaba Cloud PrivateZone products to provide service discovery capabilities, the PrivateZone service needs to be enabled. Default value: off


SnatEntryOptional

public object SnatEntry { get; set; }
  • Type: object

Property snatEntry: Whether to configure SNAT for the network.

When a VPC can access the public network environment, set it to false. When an existing VPC cannot access the public network environment: When set to True, SNAT is configured and the public network environment can be accessed at this time. If set to false, it means that SNAT is not configured and the public network environment cannot be accessed at this time. Default to true.


TagsOptional

public TagsProperty[] Tags { get; set; }

Property tags: Tag the cluster.


TimeZoneOptional

public object TimeZone { get; set; }
  • Type: object

Property timeZone: The time zone used by the cluster..


VpcIdOptional

public object VpcId { get; set; }
  • Type: object

Property vpcId: VPC ID.


VSwitchIdsOptional

public object VSwitchIds { get; set; }
  • Type: object

Property vSwitchIds: The IDs of VSwitches.

If you leave this property empty, the system automatically creates a VSwitch. Note You must specify both the VpcId and VSwitchIds or leave both of them empty.


ZoneIdOptional

public object ZoneId { get; set; }
  • Type: object

Property zoneId: The zone ID.