{% extends "main.html" %} {% block tabs %} {{ super() }}

{{ config.site_description }}.

eksctl is a simple CLI tool for creating and managing clusters on EKS - Amazon's managed Kubernetes service for EC2.

Get started Learn more

Create a basic cluster in minutes with just one command.

Getting started

eksctl create cluster

A cluster will be created with default parameters:

  • exciting auto-generated name, e.g., fabulous-mushroom-1527688624
  • two m5.large worker nodes (this instance type suits most common use-cases, and is good value for money)
  • use the official AWS EKS AMI
  • us-west-2 region
  • a dedicated VPC (check your quotas)

{% include ".icons/octicons/arrow-right-16.svg" %} Learn more

Usage Outposts

Check out latest eksctl features

Support for Kuala Lumpur region (ap-southeast-5)

EKS Add-ons support receiving IAM permissions via EKS Pod Identity Associations.

Support for AMIs based on AmazonLinux2023

Configuring cluster access management via AWS EKS Access Entries.

Configuring fine-grained permissions to EKS running apps via EKS Pod Identity Associations.

Creating fully private clusters on AWS Outposts.

Supported Regions - Calgary - (ca-west-1), US ISO and ISOB - (us-iso-east-1 and us-isob-east-1), Tel Aviv (il-central-1), Melbourne (ap-southeast-4), Hyderabad (ap-south-2), Spain (eu-south-2), Zurich (eu-central-2)

EKS supported versions 1.25, 1.26, 1.27, 1.28, 1.29 and 1.30 (default).

{% include ".icons/octicons/arrow-right-16.svg" %} Learn more

Community {% include ".icons/octicons/heart-fill-24.svg" %}

  • {% include ".icons/fontawesome/brands/github.svg" %}

    Github

    Create an issue to Propose a feature request, Suggest an improvement, Report a Bug or Open a Help ticket on Github.

  • {% include ".icons/fontawesome/brands/slack.svg" %}

    Slack

    Have a question or need help? Ask a question on our Slack channel and get in touch with our community by joining Kubernetes Slack.

  • {% include ".icons/octicons/git-pull-request-16.svg" %}

    Contributing

    Read more about Contributing to eksctl repository here.

  • {% include ".icons/octicons/people-16.svg" %}

    Code of Conduct

    Find out more about eksctl Community and Code of Conduct here.

Eksctl Maintainers

Himangini
cPu1
TiberiuGC
yuxiang-zhang
a-hilaly

Thank you eksctl contributors all your contributions.{% include ".icons/octicons/star-16.svg" %}

sponsored by Weaveworks and built by contributors Contributors on Github

Site powered by Netlify ©
Copyright © {{ build_date_utc.strftime('%Y') }} Weaveworks
Made with Material for MkDocs

{% endblock %} {% block content %}{% endblock %} {% block footer %}{% endblock %}