All Tools View Categories About Contact Privacy

EKS Cluster Config Generator (eksctl)

Build a valid eksctl ClusterConfig (v1alpha5) for Amazon EKS in your browser.

Runs entirely in your browser - nothing is uploaded and no cluster connection is made.
0
node groups
Your generated eksctl YAML will appear here.

About EKS Cluster Config Generator (eksctl)

The EKS Cluster Config Generator writes a eksctl ClusterConfig so you can spin up an Amazon EKS cluster without memorising the schema. You set the cluster name, region and Kubernetes version, then describe a node group with instance type and autoscaling bounds.

The output is valid eksctl YAML with a managed node group. Names are validated as RFC 1123 labels. Everything runs locally - nothing is uploaded and no cluster connection is made.

Features

  • eksctl schema - correct ClusterConfig v1alpha5.
  • Node groups - instance type and capacity.
  • Autoscaling - desired, min and max size.
  • Validation - RFC 1123 cluster and node group names.
  • Copy / Download / Print - get cluster.yaml wherever you need it.

How to Use

  1. Name the cluster and pick a region + version.
  2. Describe the node group (instance type, capacity).
  3. Watch the preview and export.

Examples

Example 1 - default. 1x m5.large, 3 nodes.

Example 2 - autoscaling. min 2, max 6, desired 3.

Benefits

  • Correct schema - valid eksctl ClusterConfig.
  • Validated - names and versions checked.
  • Clean output - empty fields omitted.
  • Private - everything runs in the browser.
  • Copy, download or print - get the manifest where you need it.

Frequently Asked Questions

What does this generate?
A eksctl ClusterConfig manifest (apiVersion eksctl.io/v1alpha5) describing your EKS cluster and a managed node group.
Does it create the cluster?
No. It only produces the YAML you would pass to eksctl create cluster -f config.yaml. Nothing is uploaded.
Which fields are supported?
Cluster name, region, Kubernetes version, and a node group with instance type, desired/min/max capacity.
Is the name validated?
Yes. Cluster and node group names must be valid RFC 1123 labels.
Does this connect to AWS?
No. Everything runs in your browser and nothing is uploaded.
Can I download it?
Yes. Copy the YAML, download cluster.yaml, or print it.