1 2 3 4 5 ··· 7 下一页
摘要: 软件环境描述说明: OS:Rocky Linux 8.10 cephadm:cephadm v17.2.8(quincy) Podman:4.9.4 Python:3.6.8 Kernel:4.18.0-553.53.1.el8_10.x86_64 网络规划: Public Network:172. 阅读全文
posted @ 2025-06-06 20:18 不倒翁Jason 阅读(171) 评论(0) 推荐(0)
摘要: 1. Harbor软件安装 安装docker-ce,再次不熬述 1.1 下载解压harbor # wget https://github.com/goharbor/harbor/releases/download/v2.10.3/harbor-offline-installer-v2.10.3.tg 阅读全文
posted @ 2024-07-12 11:07 不倒翁Jason 阅读(206) 评论(1) 推荐(0)
摘要: 1.部署Dashboard 1.1 在任意k8s-master节点上安装dashboard # helm repo add kubernetes-dashboard https://kubernetes.github.io/dashboard/ # helm upgrade --install ku 阅读全文
posted @ 2024-07-09 09:55 不倒翁Jason 阅读(479) 评论(0) 推荐(0)
摘要: 1.部署Cilium网络组件 1.1 在k8s-master节点上,下载安装helm wget https://mirrors.huaweicloud.com/helm/v3.15.2/helm-v3.15.2-linux-amd64.tar.gz tar -zxvf helm-v3.15.2-li 阅读全文
posted @ 2024-07-03 21:14 不倒翁Jason 阅读(407) 评论(0) 推荐(0)
摘要: 1.部署Metrics Server监控 1.1 在任意k8s-master节点上下载Metrics Server的创建文件 https://github.com/kubernetes-sigs/metrics-server/releases wget https://github.com/kube 阅读全文
posted @ 2024-07-02 14:40 不倒翁Jason 阅读(199) 评论(0) 推荐(0)
摘要: 环境描述: OS:openEuler 22.03 LTS-SP3 mongoDB:7.0.6 mongodb-database-tools:100.9.0 mongosh:2.1.5 GCC:12.3.1 Python:3.9.9 Clang:12.0.1 服务器规划: 主机名 IP地址 Mongo 阅读全文
posted @ 2024-03-07 22:26 不倒翁Jason 阅读(1726) 评论(0) 推荐(1)
摘要: 1.1 在k8s-master01上解压kubernetes可执行文件到/usr/local/bin目录 tar -zxf kubernetes-server-linux-amd64.tar.gz --strip-components=3 -C /usr/local/bin kubernetes/s 阅读全文
posted @ 2024-02-18 22:13 不倒翁Jason 阅读(553) 评论(0) 推荐(0)
摘要: 1. 在所有etcd节点解压安装包 tar -zxf etcd-v3.5.12-linux-amd64.tar.gz cp etcd-v3.5.12-linux-amd64/etcd /usr/local/bin/ && cp etcd-v3.5.12-linux-amd64/etcdctl /us 阅读全文
posted @ 2024-02-18 22:13 不倒翁Jason 阅读(181) 评论(0) 推荐(0)
摘要: 1.1 在所有haproxy节点安装haproxy yum -y install haproxy psmisc 1.2 在所有haproxy节点创建haproxy配置文件 cat > /etc/haproxy/haproxy.cfg << EOF # HAProxy Configure /etc/h 阅读全文
posted @ 2024-02-18 22:13 不倒翁Jason 阅读(148) 评论(0) 推荐(0)
摘要: 软件环境描述说明: OS:openEuler 22.03 LTS SP3 kubernetes:1.29.6 etcd:3.5.12 helm:3.15.2 cilium:1.15.6 crictl:1.30.0 cfssl/cfssljson/cfssl-certinfo:1.64 haproxy 阅读全文
posted @ 2024-02-18 22:13 不倒翁Jason 阅读(602) 评论(0) 推荐(0)
1 2 3 4 5 ··· 7 下一页