会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
cyh00001
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
5
6
7
8
9
2022年7月28日
easzlab二进制安装k8s(1.24.2)高可用集群
摘要: easzlab部署架构图 一、环境机器准备 #部署机器172.16.88.150 easzlab-deploy#负载均衡集群 172.16.88.151 easzlab-haproxy-keepalive-01 172.16.88.152 easzlab-haproxy-keepalive-02 1
阅读全文
posted @ 2022-07-28 19:50 cyh00001
阅读(1472)
评论(2)
推荐(0)
2022年7月20日
sealos方式部署kubernetes+kube-prometheus+rook-ceph高可用集群
摘要: 一、环境准备 1.1、推荐配置 master节点:4vcpu 8G 50G node节点:8vcpu 16G 50G ceph节点:4vcpu 8G 50GB+3*100GB 1.2、准备一台ansible节点作为部署机器,方便拷贝文件 cat name.yml - hosts: vm1 remot
阅读全文
posted @ 2022-07-20 22:30 cyh00001
阅读(1244)
评论(2)
推荐(2)
2022年7月19日
基于https(SAN签发证书)离线部署harbor私有仓库
摘要: 一、环境准备 root@easzlab-k8s-harbor-01:~# cat /etc/issue Ubuntu 20.04.4 LTS \n \l root@easzlab-k8s-harbor-01:~# uname -a Linux easzlab-k8s-harbor-01 5.4.0-
阅读全文
posted @ 2022-07-19 21:52 cyh00001
阅读(620)
评论(0)
推荐(0)
docker的namespace和cgroup基础知识
摘要: Docker是使用容器container的平台,容器其实只是一个隔离的进程,除此之外啥都没有。这个进程包含一些封装特性,以便和主机还有其他的容器隔离开。一个容器依赖最多的是它的文件系统也就是image,image提供了容器运行的一切包括 code or binary, runtimes, depen
阅读全文
posted @ 2022-07-19 20:29 cyh00001
阅读(1305)
评论(0)
推荐(0)
基于kubeadm和containerd部署单master k8s v1.24.2
摘要: 一、加载内核参数优化 cat > /etc/sysctl.d/k8s.conf <<EOF net.bridge.bridge-nf-call-iptables=1 net.bridge.bridge-nf-call-ip6tables=1 net.bridge.bridge-nf-call-arp
阅读全文
posted @ 2022-07-19 10:39 cyh00001
阅读(289)
评论(2)
推荐(0)
kubeadm+docker(cri-dockerd)方式部署k8s单master集群 (v1.24.3)
摘要: 一、环境配置 关闭防火墙systemctl stop firewalld && systemctl disable firewalld 关闭selinuxsetenforce 0sed -i 's/enforcing/disabled/' /etc/selinux/config 关闭swapswap
阅读全文
posted @ 2022-07-19 01:32 cyh00001
阅读(3765)
评论(0)
推荐(0)
2022年7月18日
haproxy+keepalive高可用负载均衡部署
摘要: 一、环境准备 # cat /etc/redhat-release CentOS Linux release 8.5.2111 # uname -r 4.18.0-348.7.1.el8_5.x86_64 192.168.247.101 keepalive-haproxy-01 192.168.247
阅读全文
posted @ 2022-07-18 22:37 cyh00001
阅读(219)
评论(0)
推荐(0)
Containerd的安装和是使用
摘要: 一、Containerd介绍 1、Containerd前世今生 2013年docker公司在推出docker产品后,由于其对全球技术产生了一定的影响力,Google公司明显感觉到自己公司内部所使用的Brog系统江湖地位受到的威胁,希望Docker公司能够与自己联合打造一款开源的容器运行时作为Dock
阅读全文
posted @ 2022-07-18 20:48 cyh00001
阅读(616)
评论(0)
推荐(0)
k8s 各组件功能
摘要: 1.1、kube-apiserver Kubernetes API server 提供了k8s各类资源对象的增删改查及watch等HTTP Rest接口,这些对象包括pods、services、replication controllers等,API Server 为REST操作提供服务,并为集群的
阅读全文
posted @ 2022-07-18 00:25 cyh00001
阅读(510)
评论(0)
推荐(1)
上一页
1
···
5
6
7
8
9
公告