Default Cluster Version in EKS

0

Hi.

Is there any way to know the default version of the Cluster that will be set in EKS via SDK or API other than the aws console?

Why is the default version of Cluster in EKS 1.22 instead of 1.23? Are there any rules by which the default version is determined?

Thanks!

已提問 2 年前檢視次數 508 次
1 個回答
2
已接受的答案

Hello,

Let me suggest a way for you to know default version. You can use the flag --dry-run with eksctl which make calls to EKS API. Same option isn't available in AWS CLI EKS as of now.

eksctl create cluster --name development --dry-run | grep version
  version: "1.22"

The community releases new Kubernetes minor versions, such as 1.23 but they don't automatically immediately become the default version on EKS.

1.22 (Amazon EKS release date April 4, 2022) is the default version because it has endured more support duration than 1.23 (Amazon EKS release date August 11, 2022).

Refer to this doc to know more about how AWS plan their Kubernetes releases

AWS
Olawale
已回答 2 年前
profile pictureAWS
專家
Chris_G
已審閱 2 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南