Skip to content

Commit

Permalink
[docs update]更新推荐文章
Browse files Browse the repository at this point in the history
  • Loading branch information
clay-wangzhi committed Nov 7, 2024
1 parent 0f74479 commit 0aefb08
Show file tree
Hide file tree
Showing 18 changed files with 32 additions and 44 deletions.
9 changes: 0 additions & 9 deletions docs/cloudnative/concepts/README.md

This file was deleted.

8 changes: 0 additions & 8 deletions docs/cloudnative/concepts/cni/README.md

This file was deleted.

9 changes: 0 additions & 9 deletions docs/cloudnative/concepts/container/README.md

This file was deleted.

5 changes: 3 additions & 2 deletions docs/cloudnative/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ tag:
* 如何提高资源可见性?容器内 top free 命令看到的是宿主机资源使用情况
* 应用从 KVM 迁移到 容器 后,资源利用率为何发生变化?有增高的,有降低的
* 流量洪峰时,个别应用为啥容器比虚拟RT长?
* 新增 Ingress 后导致 RedirectUri 不一致?
* (已发表)👉 [故障排查 之 单点登录跳转失败(Ingress 相关)](troubleshooting/ingress-forward.md)
* (已发表)👉 [K8s 一条默认参数引起的性能问题](troubleshooting/enable-service-links.md)
* grpc 应用负载均衡问题,使用 service 和 Ingress 无效?
* 接入容器后,域名访问异常?
Expand Down Expand Up @@ -118,7 +118,6 @@ tag:
* (已发表)👉 [Linux 性能基准测试工具及测试方法](stability/benchmark/sysbench.md)
* (已发表)👉 [K8s CPU Throttle 优化方案](troubleshooting/cpu-burst.md)
* 🚩 Master 组件性能压测
* 🚩 Etcd 性能压测
* 🚩 物理机 MaxPod 到底设多少合适?

节约成本:
Expand All @@ -138,6 +137,8 @@ CNCF LANDSCAPE项目使用介绍

* (已发表)👉 [Etcd 概述及运维实践](install-ops/ops-books/etcd.md)
* (已发表)👉 [CoreDNS 概述及运维实践](install-ops/ops-books/coredns.md)
* (已发表)👉 [6 张图带你深入了解 kube-scheduler](best-practice/k8s-scheduler.md)
* (已发表)👉 [K8s 负载感知调度实践(koordinator & crane)](best-practice/loadaware-scheduler.md)
* 🚩 Calico 概述及使用实践
* 🚩 Helm 概述及使用实践
* (已发表)👉 [从0开始装一套 KubeVirt 1.2.1](install-ops/install-books/kubevirt-install.md)
Expand Down
1 change: 1 addition & 0 deletions docs/cloudnative/stability/benchmark/k8s-benchmark.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
order: 1
isOriginal: true
category: 云原生
tag:
- Kubernetes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
isOriginal: true
order: 20
category: 云原生
tag:
Expand Down
1 change: 1 addition & 0 deletions docs/cloudnative/stability/sec-ac/k8s-audit.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
isOriginal: true
category: 云原生
tag:
- Kubernetes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ dir:
collapsible: true
---

# Kubernetes

# 工具概述及运维实践
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
order: 2
order: 3
category: 云原生
tag:
- Kubernetes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
isOriginal: true
order: 10
order: 2
category: 云原生
tag:
- 容器
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
isOriginal: true
order: 10
order: 5
category: 云原生
tag:
- coredns
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
isOriginal: true
order: 1
order: 4
category: 云原生
tag:
- etcd
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
isOriginal: true
order: 1
category: 云原生
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
isOriginal: true
order: 6
category: 云原生
tag:
- Kubernetes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
isOriginal: true
order: 7
category: 云原生
tag:
- Kubernetes
Expand Down
15 changes: 10 additions & 5 deletions docs/summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@

* [云原生实践总结](cloudnative/)

- 运维实践
- [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)
- 工具概述及运维实践
- [Etcd 概述及运维实践](cloudnative/tools-ops/etcd.md)
- [CoreDNS 概述及运维实践](cloudnative/tools-ops/coredns.md)
- [从0开始装一套 KubeVirt 1.2.1](cloudnative/tools-ops/kubevirt-install.md)
- [将 oVirt 虚拟机迁移到 KubeVirt](cloudnative/tools-ops/ovirt-to-kubevirt.md)
- [6 张图带你深入了解 kube-scheduler](cloudnative/tools-ops/k8s-scheduler.md)
- 稳定性建设
- [Linux 性能基准测试工具及测试方法](cloudnative//stability/benchmark/sysbench.md)
- [K8s 无备份,不运维](cloudnative/stability/dr-br/etcd-and-velero.md)
Expand All @@ -17,10 +18,14 @@
- [Calico 异常重启问题复盘](cloudnative/troubleshooting/calico-restart.md)
- [K8s 一条默认参数引起的性能问题](cloudnative/troubleshooting/enable-service-links.md)
- [K8s 驱逐场景以及规避方案](cloudnative/troubleshooting/k8s-eviction.md)
- [K8s CPU Throttle 优化方案](cloudnative/troubleshooting/cpu-burst.md)
- [故障排查 之 单点登录跳转失败(Ingress 相关)](cloudnative/troubleshooting/ingress-forward.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)
- [kube on kube 实现思路分享](cloudnative/best-practice/kube-on-kube.md)
- [K8s 集群巡检](cloudnative/best-practice/k8s-scanner.md)
- [K8s 负载感知调度实践(koordinator & crane)](cloudnative/best-practice/loadaware-scheduler.md)
13 changes: 8 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,12 @@

* [云原生实践总结](docs/cloudnative/)

- 运维实践
- [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)
- 工具概述及运维实践
- [Etcd 概述及运维实践](docs/cloudnative/tools-ops/etcd.md)
- [CoreDNS 概述及运维实践](docs/cloudnative/tools-ops/coredns.md)
- [从0开始装一套 KubeVirt 1.2.1](docs/cloudnative/tools-ops/kubevirt-install.md)
- [将 oVirt 虚拟机迁移到 KubeVirt](docs/cloudnative/tools-ops/ovirt-to-kubevirt.md)
- [6 张图带你深入了解 kube-scheduler](docs/cloudnative/tools-ops/k8s-scheduler.md)
- 稳定性建设
- [Linux 性能基准测试工具及测试方法](docs/cloudnative//stability/benchmark/sysbench.md)
- [K8s 无备份,不运维](docs/cloudnative/stability/dr-br/etcd-and-velero.md)
Expand All @@ -52,13 +53,15 @@
- [K8s 一条默认参数引起的性能问题](docs/cloudnative/troubleshooting/enable-service-links.md)
- [K8s 驱逐场景以及规避方案](docs/cloudnative/troubleshooting/k8s-eviction.md)
- [K8s CPU Throttle 优化方案](docs/cloudnative/troubleshooting/cpu-burst.md)
- [故障排查 之 单点登录跳转失败(Ingress 相关)](docs/cloudnative/troubleshooting/ingress-forward.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)
- [K8s 负载感知调度实践(koordinator & crane)](docs/cloudnative/best-practice/loadaware-scheduler.md)

DevOps

Expand Down

0 comments on commit 0aefb08

Please sign in to comment.