macOS
brew install eksctllocal Homebrew formula metadata
sudo port install eksctlMacPorts ports tree · sysutils/eksctl/Portfile · source: api.github.com
brew
Simple command-line tool for creating clusters on Amazon EKS. Version 0.229.0 via Homebrew; verified 2026-07-02.
install
brew install eksctllocal Homebrew formula metadata
sudo port install eksctlMacPorts ports tree · sysutils/eksctl/Portfile · source: api.github.com
nix profile install nixpkgs#eksctlnixpkgs package indexes · pkgs/by-name/ek/eksctl/package.nix · source: api.github.com
sudo pacman -S eksctlArch Linux sync databases · eksctl · source: geo.mirror.pkgbuild.com
sudo zypper install eksctlopenSUSE Tumbleweed package metadata · eksctl · source: download.opensuse.org
choco install eksctlChocolatey community package catalog · eksctl · source: community.chocolatey.org
scoop install main/eksctlScoop official bucket manifest trees · bucket/eksctl.json · source: api.github.com
winget install --id eksctl.eksctl -eWindows Package Manager source index · eksctl.eksctl · source: cdn.winget.microsoft.com
overview
Simple command-line tool for creating clusters on Amazon EKS
history
eksctl is the official command-line tool for Amazon EKS, the managed Kubernetes service on AWS. It is written in Go and turns the multi-service work of creating and operating EKS clusters into a small set of commands and declarative YAML configuration.
The eksctl repository was created in May 2018, shortly after Amazon EKS became a practical target for Kubernetes operators. The project positioned itself as a simple way to create an EKS cluster in minutes with one command, while using AWS CloudFormation underneath for the infrastructure lifecycle.
Over time eksctl grew from cluster creation into a broader EKS operations tool: node group lifecycle, cluster updates, VPC configuration, IAM integration, add-on management, Fargate profiles, GPU and Spot support, and kubeconfig writing all became part of the documented feature set.
eksctl became part of the standard EKS workflow because it matched how Kubernetes users already worked: command-line first, declarative when needed, and compatible with kubectl, AWS IAM authentication, and AWS credentials. AWS documentation now describes eksctl as a utility for creating, managing, and operating EKS clusters, and the GitHub project publishes frequent official releases.
Its adoption is visible in the ecosystem around it: official releases ship binaries and container images, the README documents third-party installers such as Homebrew, MacPorts, Chocolatey, and Scoop, and the tool is referenced by AWS EKS getting-started flows.
The classic use case is `eksctl create cluster`, which provisions an EKS control plane, node groups, networking, IAM resources, and kubeconfig entries with sensible defaults. More advanced users provide a YAML cluster config to make cluster creation repeatable across teams or CI systems.
Operators also use eksctl for day-two tasks: listing and deleting clusters, scaling or draining node groups, updating clusters, configuring endpoint access, managing add-on policies, and inspecting the CloudFormation stacks that back a cluster.
For package-manager users, eksctl is a good example of a cloud CLI that became important enough to be distributed everywhere while still being primarily consumed as a single static binary. Installing it with Homebrew or another package manager gives Kubernetes users a fast path from a shell prompt to a working EKS cluster.
security posture
infrastructure mutation or orchestration signal.
orange risk · medium confidence · infrastructure
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
cluster.yamlexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
eksctl | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/eksctl-io/eksctl
install metadata
| Package key | brew:eksctl |
|---|---|
| Version | 0.229.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/eksctl |
| Homepage | https://eksctl.io |
| Repository | https://github.com/eksctl-io/eksctl |
| Upstream docs | https://eksctl.io/ |
| License | Apache-2.0 |
| Source archive | https://github.com/eksctl-io/eksctl.git |
| Last updated | 2026-07-02T00:04:54Z |
| Pulse | updated |
| Build dependencies | go |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | eksctl |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
eksctl
nix profile install nixpkgs#eksctleksctl 0.227.0-1
Command line tool for creating clusters on Amazon EKS
https://github.com/eksctl-io/eksctl
sudo pacman -S eksctleksctl 0.227.0-1.1
The official CLI for Amazon EKS
https://github.com/eksctl-io/eksctl
sudo zypper install eksctleksctl-bash-completion 0.227.0-1.1
Bash Completion for eksctl
https://github.com/eksctl-io/eksctl
sudo zypper install eksctl-bash-completioneksctl-fish-completion 0.227.0-1.1
Fish Completion for eksctl
https://github.com/eksctl-io/eksctl
sudo zypper install eksctl-fish-completioneksctl-zsh-completion 0.227.0-1.1
Zsh Completion for eksctl
https://github.com/eksctl-io/eksctl
sudo zypper install eksctl-zsh-completioneksctl
sudo port install eksctleksctl
choco install eksctlmain/eksctl
scoop install main/eksctleksctl.eksctl
winget install --id eksctl.eksctl -esource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.