From d3846ced89f9599e08a4f56deae84f3f7be6a51c Mon Sep 17 00:00:00 2001 From: clay-wangzhi Date: Tue, 9 Jul 2024 18:04:52 +0800 Subject: [PATCH] =?UTF-8?q?[docs=20update]=E6=9B=B4=E6=96=B0=E6=91=98?= =?UTF-8?q?=E8=A6=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/cloudnative/readme.md | 6 ++++-- docs/summary.md | 4 ++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/cloudnative/readme.md b/docs/cloudnative/readme.md index 701efd1554..2a5e04d83c 100644 --- a/docs/cloudnative/readme.md +++ b/docs/cloudnative/readme.md @@ -78,6 +78,7 @@ tag: * grpc 应用负载均衡问题,使用 service 和 Ingress 无效? * 接入容器后,域名访问异常? * 容器化后常见 FAQ +* (已发表)👉 [K8s 驱逐场景以及规避方案](troubleshooting/k8s-eviction.md) 🤔 故障: @@ -95,7 +96,7 @@ tag: * 高可用性 * 🚩 多集群管理方案 * (已发表)👉 [kube on kube 实现思路分享](best-practice/kube-on-kube.md) - * 🚩 K8s 多机房高可用方案 + * (已发表)👉 [K8s 多集群思考、实践和探索](best-practice/multicluster.md) * 🚩 建设 Pod 高可用性(优先级、Qos、打散、hpa、无损发布、pdb) * 🚩 既要稳也要省,容器资源该怎么分配(Qos 设置篇)? * (已发表)👉 [巧用 shell-operator 配置 K8s Pod 保护策略](best-practice/shell-operator-pdb.md) @@ -139,7 +140,8 @@ CNCF LANDSCAPE项目使用介绍 * (已发表)👉 [CoreDNS 概述及运维实践](install-ops/ops-books/coredns.md) * 🚩 Calico 概述及使用实践 * 🚩 Helm 概述及使用实践 -* 🚩 KubeVirt 概述及使用实践 +* (已发表)👉 [从0开始装一套 KubeVirt 1.2.1](install-ops/install-books/kubevirt-install.md) +* (已发表)👉 [将 oVirt 虚拟机迁移到 KubeVirt](install-ops/ops-books/ovirt-to-kubevirt.md) * 🚩 Docker 概述及使用实践 diff --git a/docs/summary.md b/docs/summary.md index e23bdbc532..ec0b7c3cb7 100644 --- a/docs/summary.md +++ b/docs/summary.md @@ -7,6 +7,8 @@ - 运维实践 - [Etcd 概述及运维实践](cloudnative/install-ops/ops-books/etcd.md) - [CoreDNS 概述及运维实践](cloudnative/install-ops/ops-books/coredns.md) + - [从0开始装一套 KubeVirt 1.2.1](cloudnative/install-ops/install-books/kubevirt-install.md) + - [将 oVirt 虚拟机迁移到 KubeVirt](cloudnative/install-ops/ops-books/ovirt-to-kubevirt.md) - 稳定性建设 - [Linux 性能基准测试工具及测试方法](cloudnative//stability/benchmark/sysbench.md) - [K8s 无备份,不运维](cloudnative/stability/dr-br/etcd-and-velero.md) @@ -14,8 +16,10 @@ - [什么?相同型号物理机 容器性能不如虚拟机?](cloudnative/troubleshooting/vm-vs-container-performance.md) - [Calico 异常重启问题复盘](cloudnative/troubleshooting/calico-restart.md) - [K8s 一条默认参数引起的性能问题](cloudnative/troubleshooting/enable-service-links.md) + - [K8s 驱逐场景以及规避方案](cloudnative/troubleshooting/k8s-eviction.md) - 最佳实践 - [云原生落地](cloudnative/best-practice/containerization.md) + - [K8s 多集群思考、实践和探索](cloudnative/best-practice/multicluster.md) - [弹性伸缩落地实践](cloudnative/best-practice/hpa.md) - [容器化后无损上下线解决方案](cloudnative/best-practice/gracefully-up-down.md) - [巧用 shell-operator 配置 K8s Pod 保护策略](cloudnative/best-practice/shell-operator-pdb.md)