51工具盒子

依楼听风雨
笑看云卷云舒,淡观潮起潮落

kubesphere

k8s 备份-etcd 备份

k8s 备份-etcd 备份

厉飞雨 阅读(490) 评论(0) 赞(17)

<p>etcd 备份:</p> <pre><code>etcd is running. {&quot;level&quot;:&quot;info&quot;,&quot;ts&quot;:1698069449.0897536,&quot;caller&quot;:&...

k8s 集群重启

k8s 集群重启

厉飞雨 阅读(334) 评论(0) 赞(17)

<p>单纯的强制重启:</p> <p>#cat restartall.sh</p> <pre><code>#!/bin/bash nodes=$(kubectl get nodes | awk 'NR != 1{print $1}') for node in ${nodes[@]} ...

k8s部署zookeeper-kubsphere-应用仓库helm-bitnami

k8s部署zookeeper-kubsphere-应用仓库helm-bitnami

厉飞雨 阅读(387) 评论(0) 赞(18)

平时我们看到应用商店的应用比较少,我们可以添加应用仓库,来增加应用。 https://charts.enix.io https://charts.bitnami.com/bitnami helm repo add enix https://charts.enix.io 比如 helm k8s 中 所有的包都是 charts https://he...

k8s 安装Milvus分布式2.0x

k8s 安装Milvus分布式2.0x

厉飞雨 阅读(435) 评论(0) 赞(23)

### 安装Milvus分布式2.0x miluvs 官网:<https://milvus.io/docs/install_cluster-helm.md> **卸载:** helm uninstall my-release 使用 Kubernetes 包管理工具 Helm 添加 Milvus chart 仓库: helm repo add...

K8S持久化存储解决方案

K8S持久化存储解决方案

厉飞雨 阅读(410) 评论(0) 赞(24)

<h1>K8S持久化存储解决方案</h1> <p><a href="https://zhuanlan.zhihu.com/p/434209418?utm_id=0">K8S实战进阶篇:深入了解K8S持久化存储解决方案(五) - 知乎 (zhihu.com)</a></p>

k8s 集群安装 openELB

k8s 集群安装 openELB

厉飞雨 阅读(445) 评论(0) 赞(17)

k8s 集群安装 openELB 官网: https://openelb.io/ 需要呼吸 ![](http://static.51tbox.com/static/2024-08-29/col/7978f24931ff150a8bcc6668769b7f85/b38df4e25c6b45d79361b777ccfe370f.png.jpg) 2.1 需求 ------ ...

k8s安装利用 阿里云拉取镜像

k8s安装利用 阿里云拉取镜像

厉飞雨 阅读(473) 评论(0) 赞(19)

我们在初始化的时候 kubeadm config kubeadm-init.yaml images pull 这个地方默认是去 国外 拉取镜像的, 我们可以用如下命令查看一下 kubeadm config images list ![](http://static.51tbox.com/static/2024-08-29/col/2e4dd1dab4...