Kubernetes version vs EKS platform version

0

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

已提问 9 个月前501 查看次数
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 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则