Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/aws/eks-distro

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.
https://github.com/aws/eks-distro

aws eks kubernetes

Last synced: 2 months ago
JSON representation

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.

Lists

README

        

## EKS Distro Repository
---

| Release | Development Build Status |
|---------|-------------------------------------------------------------------------------------------------------------------------------------------|
| 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) |
| 1-28 | [![1-28](https://prow.eks.amazonaws.com/badge.svg?jobs=build-1-28-postsubmit)](https://prow.eks.amazonaws.com/?job=build-1-28-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-28

| Release | Manifest | Kubernetes Version |
| -- | --- | --- |
| 13 | [v1-28-eks-13](https://distro.eks.amazonaws.com/kubernetes-1-28/kubernetes-1-28-eks-13.yaml) | [v1.28.4](https://github.com/kubernetes/kubernetes/release/tag/v1.28.4) |

### Kubernetes 1-27

| Release | Manifest | Kubernetes Version |
| -- | --- | --- |
| 20 | [v1-27-eks-20](https://distro.eks.amazonaws.com/kubernetes-1-27/kubernetes-1-27-eks-20.yaml) | [v1.27.8](https://github.com/kubernetes/kubernetes/release/tag/v1.27.8) |

### Kubernetes 1-26

| Release | Manifest | Kubernetes Version |
| -- | --- | --- |
| 26 | [v1-26-eks-26](https://distro.eks.amazonaws.com/kubernetes-1-26/kubernetes-1-26-eks-26.yaml) | [v1.26.11](https://github.com/kubernetes/kubernetes/release/tag/v1.26.11) |

### Kubernetes 1-25

| Release | Manifest | Kubernetes Version |
| -- | --- | --- |
| 30 | [v1-25-eks-30](https://distro.eks.amazonaws.com/kubernetes-1-25/kubernetes-1-25-eks-30.yaml) | [v1.25.16](https://github.com/kubernetes/kubernetes/release/tag/v1.25.16) |

### Kubernetes 1-24

| Release | Manifest | Kubernetes Version |
| --- | --- | --- |
| 34 | [v1-24-eks-34](https://distro.eks.amazonaws.com/kubernetes-1-24/kubernetes-1-24-eks-34.yaml) | [v1.24.17](https://github.com/kubernetes/kubernetes/release/tag/v1.24.17) |

### Kubernetes 1.18 - 1.23: 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.23. 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.23 update to a supported version (v1.24+) 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).