Does EKS perform any updates without initiation from administrator?

0

Premise:

  • Updates of kubernetes version or of the node group AMI drain nodes and and gracefully terminate any pods running on the nodes.
  • We want to make sure that this happens only at times that we choose.

Question: Must any updates that are performed be initiated by me (or by some other principal such as terraform)?

已提问 1 年前195 查看次数
1 回答
2
已接受的回答

Amazon EKS does NOT initiate the update(Nodes) without your consent. In other words, you have the right to initiate the update. https://docs.aws.amazon.com/eks/latest/userguide/update-managed-node-group.html

PS. Amazon EKS will automatically upgrade existing control planes (not nodes) to the oldest supported version through a gradual deployment process after the end of support date. After the automatic control plane update, you must manually update cluster add-ons and Amazon EC2 nodes. Amazon EKS does not allow control planes to stay on a version that has reached end of support.

profile pictureAWS
已回答 1 年前
profile pictureAWS
专家
已审核 1 年前

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

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

回答问题的准则