Skip to content

Commit

Permalink
[docs update]更新摘要
Browse files Browse the repository at this point in the history
  • Loading branch information
clay-wangzhi committed Jul 9, 2024
1 parent 74a349b commit d3846ce
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/cloudnative/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ tag:
* grpc 应用负载均衡问题,使用 service 和 Ingress 无效?
* 接入容器后,域名访问异常?
* 容器化后常见 FAQ
* (已发表)👉 [K8s 驱逐场景以及规避方案](troubleshooting/k8s-eviction.md)

🤔 故障:

Expand All @@ -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)
Expand Down Expand Up @@ -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 概述及使用实践


Expand Down
4 changes: 4 additions & 0 deletions docs/summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,19 @@
- 运维实践
- [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)
- 故障排查
- [什么?相同型号物理机 容器性能不如虚拟机?](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)
Expand Down

0 comments on commit d3846ce

Please sign in to comment.