Skip to content

EKS Clusters

Provider: AWS
Service ID: eks_clusters
Rendering: Standard table with expandable detail rows

Quick Example

<script>
var serviceDiscoveryRequests = serviceDiscoveryRequests || [];
serviceDiscoveryRequests.push({
    service: 'eks_clusters',
    provider: 'aws',
    region: 'eu-west-2',
    source: 'live',
    attributes: ['name', 'status', 'k8s_version', 'platform_version', 'endpoint_public', 'endpoint_private']
});
</script>

<div data-sd-service="eks_clusters" data-sd-source="live"></div>

Default Attributes

When no attributes array is specified, these columns are displayed:

attributes: ['name', 'status', 'k8s_version', 'platform_version', 'endpoint_public', 'endpoint_private', 'vpc_id', 'created']

All Attributes

Attribute Display Name Format Description
name Cluster Name text Resource display name (from tags or identifier)
status Status status_badge Retrieved via per-resource enrichment (status)
k8s_version K8s Version text Retrieved via per-resource enrichment (version)
platform_version Platform Version text Retrieved via per-resource enrichment (platformVersion)
endpoint API Endpoint text Retrieved via per-resource enrichment (endpoint)
endpoint_public Public Endpoint boolean Retrieved via per-resource enrichment (resourcesVpcConfig.endpointPublicAccess)
endpoint_private Private Endpoint boolean Retrieved via per-resource enrichment (resourcesVpcConfig.endpointPrivateAccess)
vpc_id VPC ID text Retrieved via per-resource enrichment (resourcesVpcConfig.vpcId). Resolved to vpc name when available
role_arn Role ARN arn_name Retrieved via per-resource enrichment (roleArn)
encryption Secrets Encrypted boolean_present Retrieved via per-resource enrichment (encryptionConfig[0].provider.keyArn). Default: False
created Created datetime Retrieved via per-resource enrichment (createdAt)
arn ARN text Retrieved via per-resource enrichment (arn)
tags Tags tags_table All tags/labels as a key-value table

= included in default view

Sort Order

Results are sorted by: name