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년 전510회 조회
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년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠