Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

What is the knowledge of kubernetes version?

2025-02-23 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

This article shows you what the knowledge of the kubernetes version is, which is concise and easy to understand, which will definitely brighten your eyes. I hope you can get something through the detailed introduction of this article.

I. version format

The format of the Kubernetes version number is x.y.z, where x is the major version, y is the minor version, and z is the patch version.

The Kubernetes project maintains the last three minor release branches. (small versions are released about every 3 months, so each small version branch is maintained for 9 months.)

Second, the degree of inclination and tolerance of the version

Kube-apiserver

In a high availability (HA) cluster, the difference between the minor version numbers of multiple kube-apiserver instances is up to 1.

Kubelet

The kubelet version number cannot be higher than kube-apiserver and can be up to two minor versions lower than kube-apiserver.

Note: if the version numbers of multiple kube-apiserver instances in the HA cluster are not the same, the optional range of kubelet version numbers should also be reduced.

Kube-controller-manager, kube-scheduler and cloud-controller-manager

Cannot be higher than the kube-apiserver version number. It's best to keep their version numbers the same as kube-apiserver, but allow a smaller version than kube-apiserver.

Kubectl

Kubectl can be a small version higher or a smaller version lower than kube-apiserver.

III. Upgrade order of components

Kube-apiserver > kube-controller-manager, kube-scheduler and cloud-controller-manager > kubelet

Note:

Kube-apiserver cannot be upgraded across minor version numbers, even in a single instance cluster.

In a HA cluster, all kube-apiserver instances must be upgraded before the components are upgraded, that is, kube-apiserver should be upgraded first.

What is the knowledge of the kubernetes version mentioned above? have you learned any knowledge or skills? If you want to learn more skills or enrich your knowledge reserve, you are welcome to follow the industry information channel.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report