Kubernetes version vs EKS platform version

0

Can anyone please explain what is the difference between Kubernetes version and EKS platform version

질문됨 9달 전500회 조회
1개 답변
0
수락된 답변

Kubernetes Version: This refers to the actual version of Kubernetes software that you are running on your cluster. It includes the version of the Kubernetes API server, the Kubernetes controller manager, kubelet, kubectl, etc. Kubernetes has its own versioning scheme that is independent of any specific cloud provider. As I know, the Kubernetes community typically releases a new minor version every three months, and each release includes new features, bug fixes, and security enhancements.

EKS Platform Version: This is specific to Amazon EKS (Elastic Kubernetes Service), Amazon's managed Kubernetes service. The EKS platform version is essentially Amazon's 'packaging' of Kubernetes, and it includes additional modifications and integrations to make Kubernetes work smoothly on AWS. This version number isn't about the Kubernetes software itself, but about the specific adaptations and configurations that Amazon has made. It might include things like the Amazon VPC CNI plugin for networking, integrations with AWS security and IAM, and other AWS-specific features and configurations.

The EKS platform version is therefore tied to the specific features and capabilities that Amazon provides in their managed Kubernetes service, and it's updated independently of the underlying Kubernetes version. You'll often see that a specific EKS platform version supports several different Kubernetes versions, and when Amazon updates the EKS platform, they will often add support for newer Kubernetes versions.

In conclusion, if you're running Kubernetes on EKS, you actually have to be aware of two version numbers: the Kubernetes version (which dictates the Kubernetes-specific features and capabilities you have), and the EKS platform version (which dictates the AWS-specific features and configurations available to you).

profile picture
답변함 9달 전
profile pictureAWS
전문가
검토됨 9달 전
profile picture
전문가
검토됨 9달 전

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

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

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

관련 콘텐츠