How do I patch EKS?

0

Hi, How is patching managed in EKS, is it managed by AWS as part of the service or do I need to manually patch the cluster?

Thanks, D

已提問 1 年前檢視次數 2695 次
2 個答案
2

Hello,

Amazon EKS follows the shared responsibility model for CVEs and security patches on managed node groups. When managed nodes run an Amazon EKS optimized AMI, Amazon EKS is responsible for building patched versions of the AMI when bugs or issues are reported. We can publish a fix. However, you're responsible for deploying these patched AMI versions to your managed node groups. When managed nodes run a custom AMI, you're responsible for building patched versions of the AMI when bugs or issues are reported and then deploying the AMI. For more information, see Updating a managed node group [1]. For the control plane, AWS manage the provision of automated version updates and patching.

[1] - https://docs.aws.amazon.com/eks/latest/userguide/managed-node-groups.html

AWS
Olawale
已回答 1 年前
0

AWS Responsibility:

  • AWS manages the underlying infrastructure of the EKS control plane, including security updates and maintenance.
  • AWS ensures that the EKS control plane is running the latest security patches, bug fixes, and improvements.

Your Responsibility:

  • You are responsible for upgrading the Kubernetes software in your EKS cluster's control plane. This involves upgrading the Kubernetes version to benefit from new features and security enhancements.
  • You need to plan, schedule, and perform the upgrade of the control plane manually.
  • AWS provides tools, resources, and documentation to guide you through the process of upgrading the control plane.

To summarize, while AWS takes care of the maintenance and patching of the underlying infrastructure of the EKS control plane, you are responsible for upgrading the Kubernetes software itself.

profile picture
專家
已回答 8 個月前

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

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

回答問題指南