Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
burningmyself committed May 10, 2023
1 parent cc1a286 commit 5621187
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 27 deletions.
26 changes: 11 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [yangfubing.github.io](https://yangfubing.github.io)
# [kubernetes_blog](https://yangfubing.github.io/kubernetes_blog)

## 云原生

Expand All @@ -7,20 +7,16 @@

如果大家觉得那里写的不合适的可以给我提 Issue

[Github](https://github.com/burningmyself)

[Gitee](https://gitee.com/burningmyself)

![GitHub issues](https://img.shields.io/github/issues/burningmyself/burningmyself.github.io)
![GitHub forks](https://img.shields.io/github/forks/burningmyself/burningmyself.github.io)
![GitHub stars](https://img.shields.io/github/stars/burningmyself/burningmyself.github.io)
![GitHub license](https://img.shields.io/github/license/burningmyself/burningmyself.github.io)
![Twitter](https://img.shields.io/twitter/url?url=https%3A%2F%2Fgithub.com%2Fburningmyself%2Fburningmyself.github.io)
![GitHub issues](https://img.shields.io/github/issues/burningmyself/kubernetes_blog)
![GitHub forks](https://img.shields.io/github/forks/burningmyself/kubernetes_blog)
![GitHub stars](https://img.shields.io/github/stars/burningmyself/kubernetes_blog)
![GitHub license](https://img.shields.io/github/license/burningmyself/kubernetes_blog)
![Twitter](https://img.shields.io/twitter/url?url=https%3A%2F%2Fgithub.com%2Fburningmyself%2Fkubernetes_blog)

## 捐赠

如果你觉得这写文章能帮助到了你,你可以帮作者买一杯果汁表示鼓励
![pay](docs/assets/pay.png)
![pay](https://burningmyself.gitee.io/img/pay.png)

[Paypal Me](https://paypal.me/yangfubing)

Expand Down Expand Up @@ -69,7 +65,7 @@
* [Local 本地存储](docs/kubernetes_stroage/local.md)
* [Ceph 存储](docs/kubernetes_stroage/ceph.md)
* [存储原理](docs/kubernetes_stroage/csi.md)
* [Helm 包管理]
* [Helm包管理]
* [Helm](docs/kubernetes_package/helm.md)
* [Charts](docs/kubernetes_package/charts.md)
* [模板开发]
Expand All @@ -85,7 +81,7 @@
* [模板调试](docs/kubernetes_package/templates/debug.md)
* [Chart Hooks](docs/kubernetes_package/chart_hooks.md)
* [示例](docs/kubernetes_package/example.md)
* [Kubernetes 监控]
* [Kubernetes监控]
* [Prometheus](docs/kubernetes_monitor/prometheus.md)
* [Grafana](docs/kubernetes_monitor/grafana.md)
* [Promql](docs/kubernetes_monitor/promql.md)
Expand All @@ -96,10 +92,10 @@
* [安装](docs/kubernetes_monitor/operator/install.md)
* [自定义监控报警](docs/kubernetes_monitor/operator/custom.md)
* [高级配置](docs/kubernetes_monitor/operator/advance.md)
* [Kubernetes 日志]
* [Kubernetes日志]
* [Grafana](docs/kubernetes_logs/architec.md)
* [efk](docs/kubernetes_logs/efk.md)
* [Kubernetes DevOps]
* [KubernetesDevOps]
* [Jenins](docs/kubernetes_devops/jenkins.md)
* [Gitlab](docs/kubernetes_devops/gitlab.md)
* [Harbor](docs/kubernetes_devops/harbor.md)
Expand Down
25 changes: 16 additions & 9 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,19 @@

> Kubernetes 是 Google 基于 Borg 开源的容器编排调度引擎,作为 CNCF(Cloud Native Computing Foundation)最重要的组件之一,它的目标不仅仅是一个编排系统,而是提供一个规范,可以让你来描述集群的架构,定义服务的最终状态,Kubernetes 可以帮你将系统自动地达到和维持在这个状态。Kubernetes 作为云原生应用的基石,相当于一个云操作系统,其重要性不言而喻。
* Docker 的一些常用方法,当然我们的重点会在 Kubernetes 上面
* 会用 kubeadm 来搭建一套 Kubernetes 的集群
* 理解 Kubernetes 集群的运行原理
* 常用的一些控制器使用方法
* 还有 Kubernetes 的一些调度策略
* Kubernetes 的运维,使用 Prometheus 来进行集群监控报警,EFK 进行日志收集
* 包管理工具 Helm 的使用
* 基于 Kubernetes 的 CI/CD
* Istio 在 Kubernetes 中的使用
---

如果大家觉得那里写的不合适的可以给我提 Issue

![GitHub issues](https://img.shields.io/github/issues/burningmyself/kubernetes_blog)
![GitHub forks](https://img.shields.io/github/forks/burningmyself/kubernetes_blog)
![GitHub stars](https://img.shields.io/github/stars/burningmyself/kubernetes_blog)
![GitHub license](https://img.shields.io/github/license/burningmyself/kubernetes_blog)
![Twitter](https://img.shields.io/twitter/url?url=https%3A%2F%2Fgithub.com%2Fburningmyself%2Fkubernetes_blog)

## 捐赠

如果你觉得这写文章能帮助到了你,你可以帮作者买一杯果汁表示鼓励
![pay](https://burningmyself.gitee.io/img/pay.png)

[Paypal Me](https://paypal.me/yangfubing)
6 changes: 3 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ site_author: BurningMyself
site_url: https://burningmyself.github.io
# site_favicon: favicon.ico
copyright: BurningMyself<a href='https://beian.miit.gov.cn/' target='_blank'> 蜀ICP备15033200号-1</a>
site_url: https://burningmyself.gitee.io
repo_name: 'burningmyself.github.io'
repo_url: 'https://github.com/burningmyself/burningmyself.github.io'
site_url: https://burningmyself.gitee.io/kubernetes_blog
repo_name: 'kubernetes_blog'
repo_url: 'https://github.com/burningmyself/kubernetes_blog'

theme:
name: material
Expand Down

0 comments on commit 5621187

Please sign in to comment.