

# EKS Anywhere
<a name="eksctl-anywhere"></a>

 `eksctl` provides access to AWS' feature called `EKS Anywhere` with the sub command `eksctl anywhere`. This requires the `eksctl-anywhere` binary present on `PATH`. Please follow the instruction outlined here [Install eksctl-anywhere](https://anywhere.eks.amazonaws.com/docs/getting-started/install/) to install it.

Once done, execute anywhere commands by running:

```
eksctl anywhere version
v0.5.0
```

For more information about EKS Anywhere, please visit [EKS Anywhere Website](https://anywhere.eks.amazonaws.com/).