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

asked a year ago2552 views
2 Answers
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
answered a year ago
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
EXPERT
answered 8 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions