当前位置:网站首页>K59. Chapter 2 installing kubernetes V1.23 based on binary packages -- cluster deployment
K59. Chapter 2 installing kubernetes V1.23 based on binary packages -- cluster deployment
2022-06-12 11:15:00 【Raymond999999】
1. Installation instructions
This article will demonstrate CentOS 7 Binary installation of high availability k8s 1.17+, Relative to other versions , There's not much difference between binary installation , Just distinguish the corresponding relationship of each component version .
In production environment , It is recommended to use a smaller version 5 Of Kubernetes edition , such as 1.19.5 Later can be used in the production environment .
2. Basic environment configuration
surface 1-1 High availability Kubernetes Cluster planning
| role | machine name | Machine configuration | ip Address | Install the software |
|---|---|---|---|---|
| master1 | k8s-master01.example.local | 2C4G | 172.31.3.101 | chrony-client、docker、kube-controller-manager、kube-scheduler、kube-apiserver、kubelet、kube-proxy、kubectl |
| master2 | k8s-master02.example.local | 2C4G | 172.31.3.102 | chrony-client、docker、kube-controller-manager、kube-scheduler、kube-apiserver、kubelet、kube-proxy、kubectl |
| master3 | k8s-master03.example.local | 2C4G | 172.31.3.103 | chrony-client、docker、kube-controller-manager、kube-scheduler、kube-apiserver、kubelet、kube-proxy、kubectl |
边栏推荐
- AcWing 128. Editor (to effectively modify the specified position in the top stack)
- scanf返回值被忽略的原因及其解决方法
- Construction and construction of meta Universe System
- AcWing 1995. 见面与问候(模拟)
- The reason why scanf return value is ignored and its solution
- ^33变量提升和函数提升面试题
- Stream as a return value in WCF - who disposes of it- Stream as a return value in WCF - who disposes it?
- 2022-06-11: note that in this document, graph is not the meaning of adjacency matrix, but a bipartite graph. In the adjacency matrix with length N, there are n points, matrix[i][j]
- This and final keywords
- M-Arch(番外10)GD32L233评测-SPI驱动DS1302
猜你喜欢

AcWing 128. 编辑器(对顶栈 实现序列内部指定位置高效修改)

Clickhouse column basic data type description

DS18B20 digital thermometer (I) electrical characteristics, parasitic power supply mode and remote wiring

M-arch (fanwai 12) gd32l233 evaluation -cau encryption and decryption (tease Xiaobian)

深度学习与CV教程(14) | 图像分割 (FCN,SegNet,U-Net,PSPNet,DeepLab,RefineNet)

B+ 树的简单认识

Clj3-100alh30 residual current relay

AcWing 41. Stack containing min function (monotone stack)

Selenium uses proxy IP

How to upload the video on the computer to the mobile phone without network
随机推荐
【clickhouse专栏】基础数据类型说明
Vite Basics
模块8作业
A simple understanding of b+ tree
分布式存储探索
ReentrantLock源码分析
Php中redis的keys问题
信号继电器RXSF1-RK271018DC110V
PHP specifies the number of people to distribute the specified amount equally at random (scaling method)
890. 查找和替换模式
PHP Apple internal purchase callback processing
MATLAB中stairs函数使用
十折交叉验证代码中的问题
LVS基于应用层的健康状态检测
AcWing 135. Maximum subsequence sum (prefix sum + monotone queue to find the minimum value of fixed length interval)
MySQL performance test (slow query log)
MySQL implements split method
Principle analysis of vite HMR
MCUXpresso开发NXP RT1060(3)——移植LVGL到NXP RT1060
AcWing 132. Group queue (queue simulation question)