From e8b8a708aff2735558fee8ac7ece6e51398dd8ca Mon Sep 17 00:00:00 2001 From: clay-wangzhi Date: Fri, 23 Aug 2024 21:06:28 +0800 Subject: [PATCH] =?UTF-8?q?[docs=20update]=E6=9B=B4=E6=96=B0=E6=8E=A8?= =?UTF-8?q?=E8=8D=90=E6=96=87=E7=AB=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/cloudnative/readme.md | 4 ++-- readme.md | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/cloudnative/readme.md b/docs/cloudnative/readme.md index 2a5e04d83c..cf2842fc04 100644 --- a/docs/cloudnative/readme.md +++ b/docs/cloudnative/readme.md @@ -108,15 +108,15 @@ tag: * 🚩 使用 Fluentd 收集 K8s 日志 * 🚩 K8s 组件改监控哪些核心指标? * 🚩 自定义 K8s Dashboard 分享 - * 🚩 K8s 自动化巡检设计思路 + * (已发表)👉 [K8s 集群巡检](best-practice/k8s-scanner.md) * 故障演练 * 🚩 Apiserver 高可用故障演练 * 🚩 Etcd 高可用故障演练 * 预案建设 * (已发表)👉 [K8s 无备份,不运维](stability/dr-br/etcd-and-velero.md) - * 🚩 多集群迁移设计思路 * 性能/容量评估 * (已发表)👉 [Linux 性能基准测试工具及测试方法](stability/benchmark/sysbench.md) + * (已发表)👉 [K8s CPU Throttle 优化方案](troubleshooting/cpu-burst.md) * 🚩 Master 组件性能压测 * 🚩 Etcd 性能压测 * 🚩 物理机 MaxPod 到底设多少合适? diff --git a/readme.md b/readme.md index f2368090a7..da47d787d5 100644 --- a/readme.md +++ b/readme.md @@ -41,6 +41,8 @@ - 运维实践 - [Etcd 概述及运维实践](docs/cloudnative/install-ops/ops-books/etcd.md) - [CoreDNS 概述及运维实践](docs/cloudnative/install-ops/ops-books/coredns.md) + - [从0开始装一套 KubeVirt 1.2.1](docs/cloudnative/install-ops/install-books/kubevirt-install.md) + - [将 oVirt 虚拟机迁移到 KubeVirt](docs/cloudnative/install-ops/ops-books/ovirt-to-kubevirt.md) - 稳定性建设 - [Linux 性能基准测试工具及测试方法](docs/cloudnative//stability/benchmark/sysbench.md) - [K8s 无备份,不运维](docs/cloudnative/stability/dr-br/etcd-and-velero.md) @@ -48,12 +50,15 @@ - [什么?相同型号物理机 容器性能不如虚拟机?](docs/cloudnative/troubleshooting/vm-vs-container-performance.md) - [Calico 异常重启问题复盘](docs/cloudnative/troubleshooting/calico-restart.md) - [K8s 一条默认参数引起的性能问题](docs/cloudnative/troubleshooting/enable-service-links.md) + - [K8s 驱逐场景以及规避方案](docs/cloudnative/troubleshooting/k8s-eviction.md) + - [K8s CPU Throttle 优化方案](docs/cloudnative/troubleshooting/cpu-burst.md) - 最佳实践 - [云原生落地](docs/cloudnative/best-practice/containerization.md) - [弹性伸缩落地实践](docs/cloudnative/best-practice/hpa.md) - [容器化后无损上下线解决方案](docs/cloudnative/best-practice/gracefully-up-down.md) - [巧用 shell-operator 配置 K8s Pod 保护策略](docs/cloudnative/best-practice/shell-operator-pdb.md) - [kube on kube 实现思路分享](docs/cloudnative/best-practice/kube-on-kube.md) + - [K8s 集群巡检](docs/cloudnative/best-practice/k8s-scanner.md) DevOps