alicloud_accountalicloud_action_trailalicloud_cas_certificatealicloud_cms_monitor_hostalicloud_cs_kubernetes_clusteralicloud_cs_kubernetes_cluster_nodealicloud_ecs_auto_provisioning_groupalicloud_ecs_autoscaling_groupalicloud_ecs_diskalicloud_ecs_disk_metric_read_iopsalicloud_ecs_disk_metric_read_iops_dailyalicloud_ecs_disk_metric_read_iops_hourlyalicloud_ecs_disk_metric_write_iopsalicloud_ecs_disk_metric_write_iops_dailyalicloud_ecs_disk_metric_write_iops_hourlyalicloud_ecs_imagealicloud_ecs_instancealicloud_ecs_instance_metric_cpu_utilization_dailyalicloud_ecs_instance_metric_cpu_utilization_hourlyalicloud_ecs_key_pairalicloud_ecs_launch_templatealicloud_ecs_network_interfacealicloud_ecs_regionalicloud_ecs_security_groupalicloud_ecs_snapshotalicloud_ecs_zonealicloud_kms_keyalicloud_kms_secretalicloud_oss_bucketalicloud_ram_access_keyalicloud_ram_credential_reportalicloud_ram_groupalicloud_ram_password_policyalicloud_ram_policyalicloud_ram_rolealicloud_ram_security_preferencealicloud_ram_useralicloud_rds_backupalicloud_rds_databasealicloud_rds_instancealicloud_rds_instance_metric_connectionsalicloud_rds_instance_metric_connections_dailyalicloud_rds_instance_metric_cpu_utilizationalicloud_rds_instance_metric_cpu_utilization_dailyalicloud_rds_instance_metric_cpu_utilization_hourlyalicloud_security_center_field_statisticsalicloud_security_center_versionalicloud_slb_load_balanceralicloud_vpcalicloud_vpc_dhcp_options_setalicloud_vpc_eipalicloud_vpc_flow_logalicloud_vpc_nat_gatewayalicloud_vpc_network_aclalicloud_vpc_route_entryalicloud_vpc_route_tablealicloud_vpc_ssl_vpn_client_certalicloud_vpc_ssl_vpn_serveralicloud_vpc_vpn_connectionalicloud_vpc_vpn_customer_gatewayalicloud_vpc_vpn_gatewayalicloud_vpc_vswitch
Table: alicloud_cs_kubernetes_cluster
Alibaba Cloud Container Service for Kubernetes (ACK) integrates virtualization, storage, networking, and security capabilities. ACK allows you to deploy applications in high-performance and scalable containers and provides full lifecycle management of enterprise-class containerized applications.
Examples
Basic info
select name, cluster_id, state, size, cluster_typefrom alicloud_cs_kubernetes_cluster;
List running clusters
select name, cluster_id, state, size, cluster_typefrom alicloud_cs_kubernetes_clusterwhere state = 'running';
List managed Kubernetes clusters
select name, cluster_id, state, size, cluster_typefrom alicloud_cs_kubernetes_clusterwhere cluster_type = 'ManagedKubernetes';
.inspect alicloud_cs_kubernetes_cluster
Alicloud Container Service Kubernetes Cluster
Name | Type | Description |
---|---|---|
_ctx | jsonb | Steampipe context in JSON form, e.g. connection_name. |
account_id | text | The Alicloud Account ID in which the resource is located. |
akas | jsonb | Array of globally unique identifier strings (also known as) for the resource. |
arn | text | The Alibaba Cloud Resource Name (ARN) of the cluster. |
capabilities | text | |
cluster_healthy | text | The health status of the cluster. |
cluster_id | text | The ID of the cluster. |
cluster_log | jsonb | The logs of a cluster. |
cluster_namespace | jsonb | |
cluster_spec | text | |
cluster_type | text | The type of the cluster. |
created_at | timestamp with time zone | The time when the cluster was created. |
current_version | text | The version of the cluster. |
data_disk_category | text | The type of data disks. |
data_disk_size | bigint | The size of a data disk. |
deletion_protection | boolean | Indicates whether deletion protection is enabled for the cluster. |
docker_version | text | The version of Docker. |
enabled_migration | text | |
external_loadbalancer_id | text | The ID of the Server Load Balancer (SLB) instance deployed in the cluster. |
gw_bridge | text | |
init_version | text | The initial version of the cluster. |
instance_type | text | The Elastic Compute Service (ECS) instance type of cluster nodes. |
maintenance_info | text | |
maintenance_window | jsonb | |
master_url | jsonb | The endpoints that are open for connections to the cluster. |
meta_data | jsonb | The metadata of the cluster. |
name | text | The name of the cluster. |
need_update_agent | text | |
network_mode | text | The network type of the cluster. |
next_version | text | |
node_status | text | The status of cluster nodes. |
outputs | text | |
parameters | text | |
port | text | Container port in Kubernetes. |
private_zone | text | Indicates whether PrivateZone is enabled for the cluster. |
profile | text | The identifier of the cluster. |
region | text | The Alicloud region in which the resource is located. |
resource_group_id | text | The ID of the resource group to which the cluster belongs. |
service_discovery_types | text | |
size | bigint | The number of nodes in the cluster. |
state | text | The status of the cluster. |
subnet_cidr | cidr | The CIDR block of pods in the cluster. |
swarm_mode | text | |
tags | jsonb | A map of tags for the resource. |
tags_src | jsonb | A list of tags attached with the cluster. |
title | text | Title of the resource. |
updated | timestamp with time zone | The time when the cluster was updated. |
upgrade_components | text | |
vpc_id | text | The ID of the VPC used by the cluster. |
vswitch_cidr | cidr | The CIDR block of VSwitches. |
vswitch_id | text | The IDs of VSwitches. |
worker_ram_role_name | text | The name of the RAM role for worker nodes in the cluster. |
zone_id | text | The ID of the zone where the cluster is deployed. |