## EKS Distro Repository --- | Release | Development Build Status | |------| --- | | 1-23 | [![1-23](https://prow.eks.amazonaws.com/badge.svg?jobs=build-1-23-postsubmit)](https://prow.eks.amazonaws.com/?job=build-1-23-postsubmit) | | 1-24 | [![1-24](https://prow.eks.amazonaws.com/badge.svg?jobs=build-1-24-postsubmit)](https://prow.eks.amazonaws.com/?job=build-1-24-postsubmit) | | 1-25 | [![1-25](https://prow.eks.amazonaws.com/badge.svg?jobs=build-1-25-postsubmit)](https://prow.eks.amazonaws.com/?job=build-1-25-postsubmit) | | 1-26 | [![1-26](https://prow.eks.amazonaws.com/badge.svg?jobs=build-1-26-postsubmit)](https://prow.eks.amazonaws.com/?job=build-1-26-postsubmit) | | 1-27 | [![1-27](https://prow.eks.amazonaws.com/badge.svg?jobs=build-1-27-postsubmit)](https://prow.eks.amazonaws.com/?job=build-1-27-postsubmit) | [![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/6111/badge)](https://bestpractices.coreinfrastructure.org/projects/6111) Amazon **EKS Distro** (EKS-D) is a Kubernetes distribution based on and used by Amazon Elastic Kubernetes Service (EKS) to create reliable and secure Kubernetes clusters. With EKS-D, you can rely on the same versions of Kubernetes and its dependencies deployed by Amazon EKS. This includes the latest upstream updates, as well as extended security patching support. EKS-D follows the same Kubernetes version release cycle as Amazon EKS, and we provide the bits here. EKS-D offers the same software that has enabled tens of thousands of Kubernetes clusters on Amazon EKS. This GitHub repository has everything required to build the components that make up the EKS Distro from source. ## Releases Full documentation for releases can be found on [https://distro.eks.amazonaws.com](https://distro.eks.amazonaws.com). To receive notifications about new EKS-D releases, subscribe to the EKS-D updates SNS topic: `arn:aws:sns:us-east-1:379412251201:eks-distro-updates` [](https://github.com/cncf/k8s-conformance/pull/2507) ### Kubernetes 1-27 | Release | Manifest | Kubernetes Version | | -- | --- | --- | | 8 | [v1-27-eks-8](https://distro.eks.amazonaws.com/kubernetes-1-27/kubernetes-1-27-eks-8.yaml) | [v1.27.3](https://github.com/kubernetes/kubernetes/release/tag/v1.27.3) | ### Kubernetes 1-26 | Release | Manifest | Kubernetes Version | | -- | --- | --- | | 14 | [v1-26-eks-14](https://distro.eks.amazonaws.com/kubernetes-1-26/kubernetes-1-26-eks-14.yaml) | [v1.26.6](https://github.com/kubernetes/kubernetes/release/tag/v1.26.6) | ### Kubernetes 1-25 | Release | Manifest | Kubernetes Version | | -- | --- | --- | | 18 | [v1-25-eks-18](https://distro.eks.amazonaws.com/kubernetes-1-25/kubernetes-1-25-eks-18.yaml) | [v1.25.11](https://github.com/kubernetes/kubernetes/release/tag/v1.25.11) | ### Kubernetes 1-24 | Release | Manifest | Kubernetes Version | | --- | --- | --- | | 22 | [v1-24-eks-22](https://distro.eks.amazonaws.com/kubernetes-1-24/kubernetes-1-24-eks-22.yaml) | [v1.24.15](https://github.com/kubernetes/kubernetes/release/tag/v1.24.15) | ### Kubernetes 1-23 | Release | Manifest | Kubernetes Version | | --- | --- | --- | | 27 | [v1-23-eks-27](https://distro.eks.amazonaws.com/kubernetes-1-23/kubernetes-1-23-eks-27.yaml) | [v1.23.17](https://github.com/kubernetes/kubernetes/release/tag/v1.23.17) | ### Kubernetes 1.18, 1.19, 1.20, 1.21 and 1.22: DEPRECATED In alignment with the [Amazon EKS release calendar](https://docs.aws.amazon.com/eks/latest/userguide/kubernetes-versions.html#kubernetes-release-calendar), EKS Distro has discontinued support of Kubernetes v1.18 - v1.22. While there are no plans to remove these versions' images from EKS Distro ECR, there will be no more updates, including security fixes, for them. **Due to the increased security risk this poses, it is HIGHLY recommended that users of v1.18 - v1.22 update to a supported version (v1.23+) as soon as possible.** ## Development The EKS Distro is built using [Prow](https://github.com/kubernetes/test-infra/tree/master/prow), the Kubernetes CI/CD system. EKS operates an installation of Prow, which is visible at https://prow.eks.amazonaws.com/. Please read our [CONTRIBUTING](CONTRIBUTING.md) guide before making a Pull Request. For building EKS Distro locally, refer to the [building-locally](docs/development/building-locally.md) guide. For updating project dependencies, refer to the [update-project-dependency](docs/development/update-project-dependency.md) guide. ## Security If you discover a potential security issue in this project, or think you may have discovered a security issue, we ask that you notify AWS Security via our [vulnerability reporting page](http://aws.amazon.com/security/vulnerability-reporting/). Please do **not** create a public GitHub issue. ## License This project is licensed under the [Apache-2.0 License](LICENSE).