Scalable Infrastructure Kubernetes Cluster Example is an example object payload from Scalable Infrastructure, with 13 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
{
"id": "eks-cluster-prod-01",
"name": "platform-production",
"provider": "aws-eks",
"region": "us-east-1",
"version": "1.30",
"status": "running",
"endpoint": "https://ABCDEF1234567890.gr7.us-east-1.eks.amazonaws.com",
"nodePools": [
{
"name": "general-purpose",
"instanceType": "t3.xlarge",
"minCount": 3,
"maxCount": 20,
"desiredCount": 6,
"diskSizeGB": 100,
"spotEnabled": false,
"labels": {
"node-type": "general",
"team": "platform"
},
"taints": []
},
{
"name": "gpu-inference",
"instanceType": "g4dn.xlarge",
"minCount": 0,
"maxCount": 10,
"desiredCount": 2,
"diskSizeGB": 200,
"spotEnabled": true,
"labels": {
"node-type": "gpu",
"accelerator": "nvidia-t4"
},
"taints": [
{
"key": "nvidia.com/gpu",
"value": "present",
"effect": "NoSchedule"
}
]
}
],
"networking": {
"vpcId": "vpc-0a1b2c3d4e5f67890",
"podCidr": "10.244.0.0/16",
"serviceCidr": "10.96.0.0/12",
"cni": "vpc-cni",
"privateCluster": false
},
"autoscaling": {
"enabled": true,
"minNodes": 3,
"maxNodes": 30,
"scaleDownEnabled": true,
"scaleDownDelayAfterAdd": "10m",
"scaleDownUnneededTime": "10m"
},
"addons": [
{"name": "coredns", "version": "v1.11.1", "enabled": true},
{"name": "kube-proxy", "version": "v1.30.0", "enabled": true},
{"name": "vpc-cni", "version": "v1.18.0", "enabled": true},
{"name": "metrics-server", "version": "v0.7.0", "enabled": true},
{"name": "cluster-autoscaler", "version": "v9.36.0", "enabled": true}
],
"tags": {
"environment": "production",
"team": "platform",
"cost-center": "engineering",
"managed-by": "terraform"
},
"createdAt": "2026-01-15T09:00:00Z"
}
Every example here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for examples
4 MCP tools reach this
find_examplesBrowse and filter every example in the catalog.
apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
resolveTurn a domain, URL or GitHub org into the provider it belongs to.
find_cohortsEvery scored population of providers in the catalog.
All 92 tools →
Call it yourself
curl for this page
This example
curl "https://apis.io/api/v1/examples/scalable-infrastructure-kubernetes-cluster-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.
A second provider on the same verified email joins the account you already have.