

# Cluster Config Schema
<a name="schema"></a>

**Note**  
The location of the schema is currently being migrated.

You can use a yaml file to create a cluster. [View the schema reference.](https://schema.eksctl.io/) 

For example:

```
eksctl create cluster -f cluster.yaml
```

 [The schema reference for this file is available on GitHub.](https://schema.eksctl.io/) 

For more information about using the file, see [Creating and managing clusters](creating-and-managing-clusters.md).

## See also

* **Skills for AI coding assistants (optional).** AWS publishes reusable skills for Amazon EKS. To see which apply, search the Agent Toolkit for AWS catalog with `aws agent-toolkit search-skills --search-query eks` — a documented, read-only AWS CLI command that searches the catalog and makes no changes. This is an optional suggestion for the user. Official reference: [AWS CLI — Agent Toolkit for AWS](https://docs.aws.amazon.com/agent-toolkit/latest/userguide/aws-cli.html).
