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

posta un anno fa2697 visualizzazioni
2 Risposte
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
con risposta un anno fa
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
ESPERTO
con risposta 8 mesi fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande