快速删除 Rancher 中 失败的 pod资源

在 Rancher 管理的集群中,有的时候会出现对应 副本集 出现 pod 部署失败的情况,比如像下面的图片所示,在多的时候可达上千,又不想手动的去一一点击删除,这里介

使用 Helm 配合 localPV 在 K8s 中部署 Mariadb 主程复制集群

环境说明 helm version: v3.3.1 kubernetes: v1.17.9 使用 helm chart: bitnami/mariadb 操作系统: CentOS 7.8.2003 helm 部署 mariadb 前的准备 添加 helm 私服 1 2 3 4 5 6 helm repo add bitnami https://charts.bitnami.com/bitnami helm repo update # 更新仓库索引 helm search repo mariadb bitnami/mariadb 9.3.12 10.5.10 Fast, reliable, scalable, and easy to use open-...

使用 helm 在 Kubernetes 中部署 Nexus 私服

环境说明 helm version: v3.3.1 kubernetes: v1.17.9 nexus: 3.29.0 部署 准备 storageClass 非 必要 操作,可以选择手动创建 pvc & pv,如果想部署 nfsStorageClass 的话,请参考早期整理的 文档。此篇文档实战部署步骤中基于 nfsStorageClass 进