How to choose the production environment k8s-cluster to build kubeadm and binary installation method?

Binary installation is more convenient for debugging bugs, the principle of k8s components is clearer, and the understanding of kubernetes will be more comprehensive.
Kubeadm is a tool for quickly building kubernetes clusters. It should be more convenient and recommended at present, simple and easy to use,
and then I said My personal opinion:

It is said on the Internet that kubadm installation is not suitable for the production environment. I think that is nonsense. In 2018, it was said that using kubeadm installation to get production is risky. It is normal,
but now the 2020 kubeadm installation method is mature and can be used in the production environment. I now the company is the use of doing anything kubeadm installation problem, say it is impossible to hang, because of the high availability cluster are multi-master, a hang there is one, will not have an impact on business
recently to record your course catalog as follows:
first Chapter
One k8s single-master and single-node node cluster construction demonstration
Chapter 2
k8s single-master and multi-node node cluster construction demonstration
Chapter 3
Multi-master multi-node cluster construction demonstration
Chapter 4
Multi-master high-availability keepavlied cluster construction
Chapter 5
Multi-master High-availability keepavlied +LVS load balancing cluster is built. After
recording, it will be published to the 51cto college and csdn college address: https://edu.51cto.com/sd/a021e The
build documentation will be published on my blog website: http:// www.jkkcss.cn/

Guess you like

Origin blog.csdn.net/qq_39418469/article/details/108750032