diff --git a/content/en/docs/release/release-v321.md b/content/en/docs/release/release-v321.md index df5b6493f..2c5caa1d5 100644 --- a/content/en/docs/release/release-v321.md +++ b/content/en/docs/release/release-v321.md @@ -38,4 +38,9 @@ weight: 18099 - Fix an issue where Deployment volume settings cannot be modified. ([#2656](https://github.com/kubesphere/console/pull/2656), [@weili520](https://github.com/weili520)) - Fix an issue where the container terminal cannot be accessed when the browser language is not English, Simplified Chinese, or Traditional Chinese. ([#2702](https://github.com/kubesphere/console/pull/2702), [@weili520](https://github.com/weili520)) - Fix incorrect volume status displayed in the Deployment editing dialog box. ([#2622](https://github.com/kubesphere/console/pull/2622), [@weili520](https://github.com/weili520)) -- Remove labels displayed on the credential details page. ([#2621](https://github.com/kubesphere/console/pull/2621), [@123liubao](https://github.com/123liubao)) \ No newline at end of file +- Remove labels displayed on the credential details page. ([#2621](https://github.com/kubesphere/console/pull/2621), [@123liubao](https://github.com/123liubao)) +- Fix the problem caused by non-ASCII branch names. ([#399](https://github.com/kubesphere/ks-devops/pull/399)) +- Fix the wrong handling of the choice parameter in Pipeline. ([#378](https://github.com/kubesphere/ks-devops/pull/378)) +- Fix the problem that could not proceed or break the pipeline created by others. [#408](https://github.com/kubesphere/ks-devops/pull/408) +- Fix messy sequence of pipeline run records. [#394](https://github.com/kubesphere/ks-devops/pull/394) +- Fix pipeline triggered by non-admin user but still display "Started by user admin". [#384](https://github.com/kubesphere/ks-devops/pull/384) diff --git a/content/zh/learn/level_2/_index.md b/content/zh/learn/level_2/_index.md index 33ab9411c..53c44a3ec 100644 --- a/content/zh/learn/level_2/_index.md +++ b/content/zh/learn/level_2/_index.md @@ -4,4 +4,4 @@ weight: 2 _build: render: false ---- \ No newline at end of file +--- diff --git a/content/zh/learn/level_8/_index.md b/content/zh/learn/level_8/_index.md new file mode 100644 index 000000000..71eab1220 --- /dev/null +++ b/content/zh/learn/level_8/_index.md @@ -0,0 +1,7 @@ +--- +linkTitle: 第八章:微服务部署与流量治理 +weight: 8 + +_build: + render: false +--- \ No newline at end of file diff --git a/content/zh/learn/level_8/lesson_1/_index.md b/content/zh/learn/level_8/lesson_1/_index.md new file mode 100644 index 000000000..27421e620 --- /dev/null +++ b/content/zh/learn/level_8/lesson_1/_index.md @@ -0,0 +1,10 @@ +--- +linkTitle: SpringCloud 与 kubernetes 基础概念 +weight: 1 + +_build: + render: false + +profit: 了解 kubernetes 下微服务的基础概念 +time: 2021-12-17 20:00-20:40 +--- \ No newline at end of file diff --git a/content/zh/learn/level_8/lesson_1/content.md b/content/zh/learn/level_8/lesson_1/content.md new file mode 100644 index 000000000..e523a4b02 --- /dev/null +++ b/content/zh/learn/level_8/lesson_1/content.md @@ -0,0 +1,9 @@ +--- +title: SpringCloud 与 kubernetes 基础概念 +keywords: Kubesphere, Kubesphere learn +description: Kubesphere + +pdfUrl: https://note.wansir.com/bitF5hQCSheJjMOHSjSXsQ?view#Spring-Cloud--K8s-最佳实践 + +--- + diff --git a/content/zh/learn/level_8/lesson_1/video.md b/content/zh/learn/level_8/lesson_1/video.md new file mode 100644 index 000000000..d99ae0df5 --- /dev/null +++ b/content/zh/learn/level_8/lesson_1/video.md @@ -0,0 +1,9 @@ +--- +title: SpringCloud 与 kubernetes 基础概念 +keywords: Kubesphere, Kubesphere learn +description: Kubesphere + +video: + videoUrl: https://pek3b.qingstor.com/kubesphere-community/videos/%E4%BA%91%E5%8E%9F%E7%94%9F%E5%AE%9E%E6%88%98/%E7%AC%AC%E4%BA%8C%E6%9C%9F/34%E3%80%81%E5%BE%AE%E6%9C%8D%E5%8A%A1-spring-cloud-kubernetes%20%E5%9F%BA%E7%A1%80%E6%A6%82%E5%BF%B5.mp4 + +--- \ No newline at end of file diff --git a/content/zh/learn/level_8/lesson_10/_index.md b/content/zh/learn/level_8/lesson_10/_index.md new file mode 100644 index 000000000..477586b80 --- /dev/null +++ b/content/zh/learn/level_8/lesson_10/_index.md @@ -0,0 +1,10 @@ +--- +linkTitle: 虚拟服务和目标规则使用 +weight: 10 + +_build: + render: false + +profit: 通过实践来理解 Istio 虚拟服务和目标规则使用 +time: 2021-12-18 20:00-20:40 +--- \ No newline at end of file diff --git a/content/zh/learn/level_8/lesson_10/content.md b/content/zh/learn/level_8/lesson_10/content.md new file mode 100644 index 000000000..d4635ad9e --- /dev/null +++ b/content/zh/learn/level_8/lesson_10/content.md @@ -0,0 +1,9 @@ +--- +title: 虚拟服务和目标规则使用 +keywords: Kubesphere, Kubesphere learn +description: Kubesphere + +pdfUrl: https://pek3b.qingstor.com/kubesphere-community/pdf/%E4%BA%91%E5%8E%9F%E7%94%9F%E5%AE%9E%E6%88%98/Service%20Mesh%20%E5%85%A5%E9%97%A8%E4%B8%8E%E5%AE%9E%E6%88%98.pdf + +--- + diff --git a/content/zh/learn/level_8/lesson_10/video.md b/content/zh/learn/level_8/lesson_10/video.md new file mode 100644 index 000000000..a755e3f80 --- /dev/null +++ b/content/zh/learn/level_8/lesson_10/video.md @@ -0,0 +1,8 @@ +--- +title: 虚拟服务和目标规则使用 +keywords: Kubesphere, Kubesphere learn +description: Kubesphere + +video: + videoUrl: https://pek3b.qingstor.com/kubesphere-community/videos/%E4%BA%91%E5%8E%9F%E7%94%9F%E5%AE%9E%E6%88%98/%E7%AC%AC%E4%BA%8C%E6%9C%9F/43%E3%80%81Service%20Mesh-%E8%99%9A%E6%8B%9F%E6%9C%8D%E5%8A%A1%E5%92%8C%E7%9B%AE%E6%A0%87%E8%A7%84%E5%88%99%E4%BD%BF%E7%94%A8.mp4 +--- diff --git a/content/zh/learn/level_8/lesson_11/_index.md b/content/zh/learn/level_8/lesson_11/_index.md new file mode 100644 index 000000000..2e87ea3c8 --- /dev/null +++ b/content/zh/learn/level_8/lesson_11/_index.md @@ -0,0 +1,10 @@ +--- +linkTitle: KubeSphere 启用服务治理 +weight: 11 + +_build: + render: false + +profit: 在 KubeSphere 上使用基于 Istio 的服务治理 +time: 2021-12-18 20:00-20:40 +--- \ No newline at end of file diff --git a/content/zh/learn/level_8/lesson_11/content.md b/content/zh/learn/level_8/lesson_11/content.md new file mode 100644 index 000000000..9f79d6f93 --- /dev/null +++ b/content/zh/learn/level_8/lesson_11/content.md @@ -0,0 +1,8 @@ +--- +title: KubeSphere 启用服务治理 +keywords: Kubesphere, Kubesphere learn +description: Kubesphere + +pdfUrl: https://pek3b.qingstor.com/kubesphere-community/pdf/%E4%BA%91%E5%8E%9F%E7%94%9F%E5%AE%9E%E6%88%98/Service%20Mesh%20%E5%85%A5%E9%97%A8%E4%B8%8E%E5%AE%9E%E6%88%98.pdf +--- + diff --git a/content/zh/learn/level_8/lesson_11/video.md b/content/zh/learn/level_8/lesson_11/video.md new file mode 100644 index 000000000..a1ca366a9 --- /dev/null +++ b/content/zh/learn/level_8/lesson_11/video.md @@ -0,0 +1,8 @@ +--- +title: KubeSphere 启用服务治理 +keywords: Kubesphere, Kubesphere learn +description: Kubesphere + +video: + videoUrl: https://pek3b.qingstor.com/kubesphere-community/videos/%E4%BA%91%E5%8E%9F%E7%94%9F%E5%AE%9E%E6%88%98/%E7%AC%AC%E4%BA%8C%E6%9C%9F/44%E3%80%81Service%20Mesh-KubeSphere%20%E5%90%AF%E7%94%A8%E6%9C%8D%E5%8A%A1%E6%B2%BB%E7%90%86.mp4 +--- diff --git a/content/zh/learn/level_8/lesson_12/_index.md b/content/zh/learn/level_8/lesson_12/_index.md new file mode 100644 index 000000000..d9899e5ab --- /dev/null +++ b/content/zh/learn/level_8/lesson_12/_index.md @@ -0,0 +1,10 @@ +--- +linkTitle: KubeSphere 灰度发布 +weight: 12 + +_build: + render: false + +profit: 在 KubeSphere 上实践灰度发布 Bookinfo 项目 +time: 2021-12-18 20:00-20:40 +--- \ No newline at end of file diff --git a/content/zh/learn/level_8/lesson_12/content.md b/content/zh/learn/level_8/lesson_12/content.md new file mode 100644 index 000000000..d882fa6b0 --- /dev/null +++ b/content/zh/learn/level_8/lesson_12/content.md @@ -0,0 +1,9 @@ +--- +title: KubeSphere 灰度发布 +keywords: Kubesphere, Kubesphere learn +description: Kubesphere + +pdfUrl: https://pek3b.qingstor.com/kubesphere-community/pdf/%E4%BA%91%E5%8E%9F%E7%94%9F%E5%AE%9E%E6%88%98/Service%20Mesh%20%E5%85%A5%E9%97%A8%E4%B8%8E%E5%AE%9E%E6%88%98.pdf + +--- + diff --git a/content/zh/learn/level_8/lesson_12/video.md b/content/zh/learn/level_8/lesson_12/video.md new file mode 100644 index 000000000..e34877501 --- /dev/null +++ b/content/zh/learn/level_8/lesson_12/video.md @@ -0,0 +1,8 @@ +--- +title: KubeSphere 灰度发布 +keywords: Kubesphere, Kubesphere learn +description: Kubesphere + +video: + videoUrl: https://pek3b.qingstor.com/kubesphere-community/videos/%E4%BA%91%E5%8E%9F%E7%94%9F%E5%AE%9E%E6%88%98/%E7%AC%AC%E4%BA%8C%E6%9C%9F/45%E3%80%81Service%20Mesh-KubeSphere%20%E7%81%B0%E5%BA%A6%E5%8F%91%E5%B8%83.mp4 +--- diff --git a/content/zh/learn/level_8/lesson_2/_index.md b/content/zh/learn/level_8/lesson_2/_index.md new file mode 100644 index 000000000..d3a75dc8a --- /dev/null +++ b/content/zh/learn/level_8/lesson_2/_index.md @@ -0,0 +1,10 @@ +--- +linkTitle: KubeSphere 部署 SpringCloud 全家桶 +weight: 2 + +_build: + render: false + +profit: 在 KubeSphere 上部署微服务 +time: 2021-12-17 20:00-20:40 +--- \ No newline at end of file diff --git a/content/zh/learn/level_8/lesson_2/content.md b/content/zh/learn/level_8/lesson_2/content.md new file mode 100644 index 000000000..005e9aafe --- /dev/null +++ b/content/zh/learn/level_8/lesson_2/content.md @@ -0,0 +1,8 @@ +--- +title: KubeSphere 部署 SpringCloud 全家桶 +keywords: Kubesphere, Kubesphere learn +description: Kubesphere + +pdfUrl: https://note.wansir.com/bitF5hQCSheJjMOHSjSXsQ?view#Spring-Cloud--K8s-%E6%9C%80%E4%BD%B3%E5%AE%9E%E8%B7%B5 +--- + diff --git a/content/zh/learn/level_8/lesson_2/video.md b/content/zh/learn/level_8/lesson_2/video.md new file mode 100644 index 000000000..fa3beea11 --- /dev/null +++ b/content/zh/learn/level_8/lesson_2/video.md @@ -0,0 +1,8 @@ +--- +title: KubeSphere 部署 SpringCloud 全家桶 +keywords: Kubesphere, Kubesphere learn +description: Kubesphere + +video: + videoUrl: https://pek3b.qingstor.com/kubesphere-community/videos/%E4%BA%91%E5%8E%9F%E7%94%9F%E5%AE%9E%E6%88%98/%E7%AC%AC%E4%BA%8C%E6%9C%9F/35%E3%80%81%E5%BE%AE%E6%9C%8D%E5%8A%A1-%E5%9C%A8%20KubeSphere%20%E4%B8%8A%E9%83%A8%E7%BD%B2%20Spring%20Cloud%20%E5%85%A8%E5%AE%B6%E6%A1%B6.mp4 +--- \ No newline at end of file diff --git a/content/zh/learn/level_8/lesson_3/_index.md b/content/zh/learn/level_8/lesson_3/_index.md new file mode 100644 index 000000000..78984400f --- /dev/null +++ b/content/zh/learn/level_8/lesson_3/_index.md @@ -0,0 +1,10 @@ +--- +linkTitle: 微服务概念回顾 +weight: 3 + +_build: + render: false + +profit: 了解微服务概念 +time: 2021-12-17 20:00-20:40 +--- \ No newline at end of file diff --git a/content/zh/learn/level_8/lesson_3/content.md b/content/zh/learn/level_8/lesson_3/content.md new file mode 100644 index 000000000..593788689 --- /dev/null +++ b/content/zh/learn/level_8/lesson_3/content.md @@ -0,0 +1,8 @@ +--- +title: 微服务概念回顾 +keywords: Kubesphere, Kubesphere learn +description: Kubesphere + +pdfUrl: https://pek3b.qingstor.com/kubesphere-community/pdf/%E4%BA%91%E5%8E%9F%E7%94%9F%E5%AE%9E%E6%88%98/Service%20Mesh%20%E5%85%A5%E9%97%A8%E4%B8%8E%E5%AE%9E%E6%88%98.pdf + +--- \ No newline at end of file diff --git a/content/zh/learn/level_8/lesson_3/video.md b/content/zh/learn/level_8/lesson_3/video.md new file mode 100644 index 000000000..571468199 --- /dev/null +++ b/content/zh/learn/level_8/lesson_3/video.md @@ -0,0 +1,9 @@ +--- +title: 微服务概念回顾 +keywords: Kubesphere, Kubesphere learn +description: Kubesphere + +video: + videoUrl: https://pek3b.qingstor.com/kubesphere-community/videos/%E4%BA%91%E5%8E%9F%E7%94%9F%E5%AE%9E%E6%88%98/%E7%AC%AC%E4%BA%8C%E6%9C%9F/36%E3%80%81Service%20Mesh-%E5%BE%AE%E6%9C%8D%E5%8A%A1%E6%A6%82%E5%BF%B5%E5%9B%9E%E9%A1%BE.mp4 + +--- \ No newline at end of file diff --git a/content/zh/learn/level_8/lesson_4/_index.md b/content/zh/learn/level_8/lesson_4/_index.md new file mode 100644 index 000000000..59a12a821 --- /dev/null +++ b/content/zh/learn/level_8/lesson_4/_index.md @@ -0,0 +1,10 @@ +--- +linkTitle: 传统微服务架构的挑战 +weight: 4 + +_build: + render: false + +profit: 了解传统微服务架构存在的挑战 +time: 2021-12-17 20:00-20:40 +--- \ No newline at end of file diff --git a/content/zh/learn/level_8/lesson_4/content.md b/content/zh/learn/level_8/lesson_4/content.md new file mode 100644 index 000000000..6e288515c --- /dev/null +++ b/content/zh/learn/level_8/lesson_4/content.md @@ -0,0 +1,8 @@ +--- +title: 传统微服务架构的挑战 +keywords: Kubesphere, Kubesphere learn +description: Kubesphere + +pdfUrl: https://pek3b.qingstor.com/kubesphere-community/pdf/%E4%BA%91%E5%8E%9F%E7%94%9F%E5%AE%9E%E6%88%98/Service%20Mesh%20%E5%85%A5%E9%97%A8%E4%B8%8E%E5%AE%9E%E6%88%98.pdf + +--- \ No newline at end of file diff --git a/content/zh/learn/level_8/lesson_4/video.md b/content/zh/learn/level_8/lesson_4/video.md new file mode 100644 index 000000000..65a4dce35 --- /dev/null +++ b/content/zh/learn/level_8/lesson_4/video.md @@ -0,0 +1,9 @@ +--- +title: 传统微服务架构的挑战 +keywords: Kubesphere, Kubesphere learn +description: Kubesphere + +video: + videoUrl: https://pek3b.qingstor.com/kubesphere-community/videos/%E4%BA%91%E5%8E%9F%E7%94%9F%E5%AE%9E%E6%88%98/%E7%AC%AC%E4%BA%8C%E6%9C%9F/37%E3%80%81Service%20Mesh-%E4%BC%A0%E7%BB%9F%E5%BE%AE%E6%9C%8D%E5%8A%A1%E6%9E%B6%E6%9E%84%E7%9A%84%E6%8C%91%E6%88%98.mp4 + +--- \ No newline at end of file diff --git a/content/zh/learn/level_8/lesson_5/_index.md b/content/zh/learn/level_8/lesson_5/_index.md new file mode 100644 index 000000000..20000058b --- /dev/null +++ b/content/zh/learn/level_8/lesson_5/_index.md @@ -0,0 +1,10 @@ +--- +linkTitle: ServiceMesh 概念与架构 +weight: 5 + +_build: + render: false + +profit: 通过服务架构的演进来理解服务网格的概念 +time: 2021-12-17 20:00-20:40 +--- \ No newline at end of file diff --git a/content/zh/learn/level_8/lesson_5/content.md b/content/zh/learn/level_8/lesson_5/content.md new file mode 100644 index 000000000..f89bea381 --- /dev/null +++ b/content/zh/learn/level_8/lesson_5/content.md @@ -0,0 +1,8 @@ +--- +title: ServiceMesh 概念与架构 +keywords: Kubesphere, Kubesphere learn +description: Kubesphere + +pdfUrl: https://pek3b.qingstor.com/kubesphere-community/pdf/%E4%BA%91%E5%8E%9F%E7%94%9F%E5%AE%9E%E6%88%98/Service%20Mesh%20%E5%85%A5%E9%97%A8%E4%B8%8E%E5%AE%9E%E6%88%98.pdf + +--- \ No newline at end of file diff --git a/content/zh/learn/level_8/lesson_5/video.md b/content/zh/learn/level_8/lesson_5/video.md new file mode 100644 index 000000000..c42a374a5 --- /dev/null +++ b/content/zh/learn/level_8/lesson_5/video.md @@ -0,0 +1,9 @@ +--- +title: ServiceMesh 概念与架构 +keywords: Kubesphere, Kubesphere learn +description: Kubesphere + +video: + videoUrl: https://pek3b.qingstor.com/kubesphere-community/videos/%E4%BA%91%E5%8E%9F%E7%94%9F%E5%AE%9E%E6%88%98/%E7%AC%AC%E4%BA%8C%E6%9C%9F/38%E3%80%81Service%20Mesh-Service%20Mesh%20%E6%A6%82%E5%BF%B5%E4%B8%8E%E6%9E%B6%E6%9E%84.mp4 + +--- \ No newline at end of file diff --git a/content/zh/learn/level_8/lesson_6/_index.md b/content/zh/learn/level_8/lesson_6/_index.md new file mode 100644 index 000000000..638a7219c --- /dev/null +++ b/content/zh/learn/level_8/lesson_6/_index.md @@ -0,0 +1,10 @@ +--- +linkTitle: Isito 简介 +weight: 6 + +_build: + render: false + +profit: 了解 Isito 服务网格框架 +time: 2021-12-18 20:00-20:40 +--- \ No newline at end of file diff --git a/content/zh/learn/level_8/lesson_6/content.md b/content/zh/learn/level_8/lesson_6/content.md new file mode 100644 index 000000000..fc898380b --- /dev/null +++ b/content/zh/learn/level_8/lesson_6/content.md @@ -0,0 +1,9 @@ +--- +title: Isito 简介 +keywords: Kubesphere, Kubesphere learn +description: Kubesphere + +pdfUrl: https://pek3b.qingstor.com/kubesphere-community/pdf/%E4%BA%91%E5%8E%9F%E7%94%9F%E5%AE%9E%E6%88%98/Service%20Mesh%20%E5%85%A5%E9%97%A8%E4%B8%8E%E5%AE%9E%E6%88%98.pdf + +--- + diff --git a/content/zh/learn/level_8/lesson_6/video.md b/content/zh/learn/level_8/lesson_6/video.md new file mode 100644 index 000000000..c2deacec1 --- /dev/null +++ b/content/zh/learn/level_8/lesson_6/video.md @@ -0,0 +1,8 @@ +--- +title: Isito 简介 +keywords: Kubesphere, Kubesphere learn +description: Kubesphere + +video: + videoUrl: https://pek3b.qingstor.com/kubesphere-community/videos/%E4%BA%91%E5%8E%9F%E7%94%9F%E5%AE%9E%E6%88%98/%E7%AC%AC%E4%BA%8C%E6%9C%9F/39%E3%80%81Service%20Mesh-Isito%20%E7%AE%80%E4%BB%8B.mp4 +--- diff --git a/content/zh/learn/level_8/lesson_7/_index.md b/content/zh/learn/level_8/lesson_7/_index.md new file mode 100644 index 000000000..68373c66e --- /dev/null +++ b/content/zh/learn/level_8/lesson_7/_index.md @@ -0,0 +1,10 @@ +--- +linkTitle: Istio 安装 +weight: 7 + +_build: + render: false + +profit: 通过实践演示来理解 Istio +time: 2021-12-18 20:00-20:40 +--- \ No newline at end of file diff --git a/content/zh/learn/level_8/lesson_7/content.md b/content/zh/learn/level_8/lesson_7/content.md new file mode 100644 index 000000000..2809df809 --- /dev/null +++ b/content/zh/learn/level_8/lesson_7/content.md @@ -0,0 +1,9 @@ +--- +title: Istio 安装 +keywords: Kubesphere, Kubesphere learn +description: Kubesphere + +pdfUrl: https://pek3b.qingstor.com/kubesphere-community/pdf/%E4%BA%91%E5%8E%9F%E7%94%9F%E5%AE%9E%E6%88%98/Service%20Mesh%20%E5%85%A5%E9%97%A8%E4%B8%8E%E5%AE%9E%E6%88%98.pdf + +--- + diff --git a/content/zh/learn/level_8/lesson_7/video.md b/content/zh/learn/level_8/lesson_7/video.md new file mode 100644 index 000000000..5555c411b --- /dev/null +++ b/content/zh/learn/level_8/lesson_7/video.md @@ -0,0 +1,8 @@ +--- +title: Istio 安装 +keywords: Kubesphere, Kubesphere learn +description: Kubesphere + +video: + videoUrl: https://pek3b.qingstor.com/kubesphere-community/videos/%E4%BA%91%E5%8E%9F%E7%94%9F%E5%AE%9E%E6%88%98/%E7%AC%AC%E4%BA%8C%E6%9C%9F/40%E3%80%81Service%20Mesh-Istio%20%E5%AE%89%E8%A3%85.mp4 +--- diff --git a/content/zh/learn/level_8/lesson_8/_index.md b/content/zh/learn/level_8/lesson_8/_index.md new file mode 100644 index 000000000..2d25d02c7 --- /dev/null +++ b/content/zh/learn/level_8/lesson_8/_index.md @@ -0,0 +1,10 @@ +--- +linkTitle: Bookinfo 演示 +weight: 8 + +_build: + render: false + +profit: 通过实践 Bookinfo 项目来演示 Istio 的各种特性 +time: 2021-12-18 20:00-20:40 +--- \ No newline at end of file diff --git a/content/zh/learn/level_8/lesson_8/content.md b/content/zh/learn/level_8/lesson_8/content.md new file mode 100644 index 000000000..d70eacc81 --- /dev/null +++ b/content/zh/learn/level_8/lesson_8/content.md @@ -0,0 +1,9 @@ +--- +title: Bookinfo 演示 +keywords: Kubesphere, Kubesphere learn +description: Kubesphere + +pdfUrl: https://pek3b.qingstor.com/kubesphere-community/pdf/%E4%BA%91%E5%8E%9F%E7%94%9F%E5%AE%9E%E6%88%98/Service%20Mesh%20%E5%85%A5%E9%97%A8%E4%B8%8E%E5%AE%9E%E6%88%98.pdf + +--- + diff --git a/content/zh/learn/level_8/lesson_8/video.md b/content/zh/learn/level_8/lesson_8/video.md new file mode 100644 index 000000000..4cbac0516 --- /dev/null +++ b/content/zh/learn/level_8/lesson_8/video.md @@ -0,0 +1,8 @@ +--- +title: Bookinfo 演示 +keywords: Kubesphere, Kubesphere learn +description: Kubesphere + +video: + videoUrl: https://pek3b.qingstor.com/kubesphere-community/videos/%E4%BA%91%E5%8E%9F%E7%94%9F%E5%AE%9E%E6%88%98/%E7%AC%AC%E4%BA%8C%E6%9C%9F/41%E3%80%81Service%20Mesh-Bookinfo%20%E6%BC%94%E7%A4%BA.mp4 +--- diff --git a/content/zh/learn/level_8/lesson_9/_index.md b/content/zh/learn/level_8/lesson_9/_index.md new file mode 100644 index 000000000..af235cb73 --- /dev/null +++ b/content/zh/learn/level_8/lesson_9/_index.md @@ -0,0 +1,10 @@ +--- +linkTitle: Istio 核心概念解读 +weight: 9 + +_build: + render: false + +profit: 了解 Istio 核心概念 +time: 2021-12-18 20:00-20:40 +--- \ No newline at end of file diff --git a/content/zh/learn/level_8/lesson_9/content.md b/content/zh/learn/level_8/lesson_9/content.md new file mode 100644 index 000000000..5cf91532c --- /dev/null +++ b/content/zh/learn/level_8/lesson_9/content.md @@ -0,0 +1,9 @@ +--- +title: Istio 核心概念解读 +keywords: Kubesphere, Kubesphere learn +description: Kubesphere + +pdfUrl: https://pek3b.qingstor.com/kubesphere-community/pdf/%E4%BA%91%E5%8E%9F%E7%94%9F%E5%AE%9E%E6%88%98/Service%20Mesh%20%E5%85%A5%E9%97%A8%E4%B8%8E%E5%AE%9E%E6%88%98.pdf + +--- + diff --git a/content/zh/learn/level_8/lesson_9/video.md b/content/zh/learn/level_8/lesson_9/video.md new file mode 100644 index 000000000..f091033c7 --- /dev/null +++ b/content/zh/learn/level_8/lesson_9/video.md @@ -0,0 +1,8 @@ +--- +title: Istio 核心概念解读 +keywords: Kubesphere, Kubesphere learn +description: Kubesphere + +video: + videoUrl: https://pek3b.qingstor.com/kubesphere-community/videos/%E4%BA%91%E5%8E%9F%E7%94%9F%E5%AE%9E%E6%88%98/%E7%AC%AC%E4%BA%8C%E6%9C%9F/42%E3%80%81Service%20Mesh-Istio%20%E6%A0%B8%E5%BF%83%E6%A6%82%E5%BF%B5%E8%A7%A3%E8%AF%BB.mp4 +--- diff --git a/content/zh/learn/level_9/_index.md b/content/zh/learn/level_9/_index.md new file mode 100644 index 000000000..4b66f6298 --- /dev/null +++ b/content/zh/learn/level_9/_index.md @@ -0,0 +1,7 @@ +--- +linkTitle: 第九章:Kubernetes 云原生可观测性 +weight: 9 + +_build: + render: false +--- diff --git a/content/zh/learn/level_9/lesson_46/_index.md b/content/zh/learn/level_9/lesson_46/_index.md new file mode 100644 index 000000000..874b57cd8 --- /dev/null +++ b/content/zh/learn/level_9/lesson_46/_index.md @@ -0,0 +1,10 @@ +--- +linkTitle: Kubernetes 集群日志生产部署最佳实践 +weight: 46 + +_build: + render: false + +profit: 启用日志组件 +time: 2021-12-17 20:00-20:40 +--- diff --git a/content/zh/learn/level_9/lesson_46/content.md b/content/zh/learn/level_9/lesson_46/content.md new file mode 100644 index 000000000..4db7cea60 --- /dev/null +++ b/content/zh/learn/level_9/lesson_46/content.md @@ -0,0 +1,8 @@ +--- +title: Kubernetes 集群日志生产部署最佳实践 +keywords: Kubesphere, Kubesphere learn +description: Kubesphere + +pdfUrl: https://pek3b.qingstor.com/kubesphere-community/pdf/%E4%BA%91%E5%8E%9F%E7%94%9F%E5%AE%9E%E6%88%98/Kubernetes%20%E9%9B%86%E7%BE%A4%E4%B8%8E%E5%BA%94%E7%94%A8%E6%97%A5%E5%BF%97.pdf + +--- diff --git a/content/zh/learn/level_9/lesson_46/video.md b/content/zh/learn/level_9/lesson_46/video.md new file mode 100644 index 000000000..b02d977a9 --- /dev/null +++ b/content/zh/learn/level_9/lesson_46/video.md @@ -0,0 +1,9 @@ +--- +title: Kubernetes 集群日志生产部署最佳实践 +keywords: Kubesphere, Kubesphere learn +description: Kubesphere + +video: + videoUrl: https://pek3b.qingstor.com/kubesphere-community/videos/%E4%BA%91%E5%8E%9F%E7%94%9F%E5%AE%9E%E6%88%98/%E7%AC%AC%E4%BA%8C%E6%9C%9F/46%E3%80%81Kubernetes%20%E9%9B%86%E7%BE%A4%E4%B8%8E%E5%BA%94%E7%94%A8%E6%97%A5%E5%BF%97-%E7%94%9F%E4%BA%A7%E9%83%A8%E7%BD%B2%E6%9C%80%E4%BD%B3%E5%AE%9E%E8%B7%B5.mp4 + +--- diff --git a/content/zh/learn/level_9/lesson_47/_index.md b/content/zh/learn/level_9/lesson_47/_index.md new file mode 100644 index 000000000..9770f4c41 --- /dev/null +++ b/content/zh/learn/level_9/lesson_47/_index.md @@ -0,0 +1,10 @@ +--- +linkTitle: Kubernetes 集群日志检索与落盘日志收集 +weight: 47 + +_build: + render: false + +profit: 容器日志检索与落盘日志收集 +time: 2021-12-17 20:00-20:40 +--- diff --git a/content/zh/learn/level_9/lesson_47/content.md b/content/zh/learn/level_9/lesson_47/content.md new file mode 100644 index 000000000..8037a00cd --- /dev/null +++ b/content/zh/learn/level_9/lesson_47/content.md @@ -0,0 +1,8 @@ +--- +title: Kubernetes 集群日志检索与落盘日志收集 +keywords: Kubesphere, Kubesphere learn +description: Kubesphere + +pdfUrl: https://pek3b.qingstor.com/kubesphere-community/pdf/%E4%BA%91%E5%8E%9F%E7%94%9F%E5%AE%9E%E6%88%98/Kubernetes%20%E9%9B%86%E7%BE%A4%E4%B8%8E%E5%BA%94%E7%94%A8%E6%97%A5%E5%BF%97.pdf + +--- diff --git a/content/zh/learn/level_9/lesson_47/video.md b/content/zh/learn/level_9/lesson_47/video.md new file mode 100644 index 000000000..ec052337c --- /dev/null +++ b/content/zh/learn/level_9/lesson_47/video.md @@ -0,0 +1,9 @@ +--- +title: Kubernetes 集群日志检索与落盘日志收集 +keywords: Kubesphere, Kubesphere learn +description: Kubesphere + +video: + videoUrl: https://pek3b.qingstor.com/kubesphere-community/videos/%E4%BA%91%E5%8E%9F%E7%94%9F%E5%AE%9E%E6%88%98/%E7%AC%AC%E4%BA%8C%E6%9C%9F/47%E3%80%81Kubernetes%20%E9%9B%86%E7%BE%A4%E4%B8%8E%E5%BA%94%E7%94%A8%E6%97%A5%E5%BF%97-%E6%97%A5%E5%BF%97%E6%A3%80%E7%B4%A2%E4%B8%8E%E8%90%BD%E7%9B%98%E6%97%A5%E5%BF%97%E6%94%B6%E9%9B%86.mp4 + +--- diff --git a/content/zh/learn/level_9/lesson_48/_index.md b/content/zh/learn/level_9/lesson_48/_index.md new file mode 100644 index 000000000..813ae01da --- /dev/null +++ b/content/zh/learn/level_9/lesson_48/_index.md @@ -0,0 +1,10 @@ +--- +linkTitle: Kubernetes 集群常见问题及解决办法 +weight: 48 + +_build: + render: false + +profit: 常见问题及解决办法 +time: 2021-12-17 20:00-20:40 +--- diff --git a/content/zh/learn/level_9/lesson_48/content.md b/content/zh/learn/level_9/lesson_48/content.md new file mode 100644 index 000000000..19796d0fc --- /dev/null +++ b/content/zh/learn/level_9/lesson_48/content.md @@ -0,0 +1,8 @@ +--- +title: Kubernetes 集群常见问题及解决办法 +keywords: Kubesphere, Kubesphere learn +description: Kubesphere + +pdfUrl: https://pek3b.qingstor.com/kubesphere-community/pdf/%E4%BA%91%E5%8E%9F%E7%94%9F%E5%AE%9E%E6%88%98/Kubernetes%20%E9%9B%86%E7%BE%A4%E4%B8%8E%E5%BA%94%E7%94%A8%E6%97%A5%E5%BF%97.pdf + +--- diff --git a/content/zh/learn/level_9/lesson_48/video.md b/content/zh/learn/level_9/lesson_48/video.md new file mode 100644 index 000000000..73422f005 --- /dev/null +++ b/content/zh/learn/level_9/lesson_48/video.md @@ -0,0 +1,9 @@ +--- +title: Kubernetes 集群常见问题及解决办法 +keywords: Kubesphere, Kubesphere learn +description: Kubesphere + +video: + videoUrl: https://pek3b.qingstor.com/kubesphere-community/videos/%E4%BA%91%E5%8E%9F%E7%94%9F%E5%AE%9E%E6%88%98/%E7%AC%AC%E4%BA%8C%E6%9C%9F/48%E3%80%81Kubernetes%20%E9%9B%86%E7%BE%A4%E4%B8%8E%E5%BA%94%E7%94%A8%E6%97%A5%E5%BF%97-%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98%E5%8F%8A%E8%A7%A3%E5%86%B3%E5%8A%9E%E6%B3%95.mp4 + +--- diff --git a/content/zh/learn/level_9/lesson_49/_index.md b/content/zh/learn/level_9/lesson_49/_index.md new file mode 100644 index 000000000..edba90a0d --- /dev/null +++ b/content/zh/learn/level_9/lesson_49/_index.md @@ -0,0 +1,10 @@ +--- +linkTitle: Prometheus 安装使用 +weight: 49 + +_build: + render: false + +profit: Prometheus 起源介绍及安装使用 +time: 2021-12-17 20:00-20:40 +--- diff --git a/content/zh/learn/level_9/lesson_49/content.md b/content/zh/learn/level_9/lesson_49/content.md new file mode 100644 index 000000000..860c3c06a --- /dev/null +++ b/content/zh/learn/level_9/lesson_49/content.md @@ -0,0 +1,8 @@ +--- +title: Prometheus 安装使用 +keywords: Kubesphere, Kubesphere learn +description: Kubesphere + +pdfUrl: https://pek3b.qingstor.com/kubesphere-community/pdf/%E4%BA%91%E5%8E%9F%E7%94%9F%E5%AE%9E%E6%88%98/Prometheus%20%E5%9F%BA%E7%A1%80%E6%A6%82%E5%BF%B5%E4%B8%8E%E4%B8%8A%E6%89%8B%E5%AE%9E%E8%B7%B5.pdf + +--- diff --git a/content/zh/learn/level_9/lesson_49/video.md b/content/zh/learn/level_9/lesson_49/video.md new file mode 100644 index 000000000..942c1faa3 --- /dev/null +++ b/content/zh/learn/level_9/lesson_49/video.md @@ -0,0 +1,9 @@ +--- +title: Prometheus 安装使用 +keywords: Kubesphere, Kubesphere learn +description: Kubesphere + +video: + videoUrl: https://pek3b.qingstor.com/kubesphere-community/videos/%E4%BA%91%E5%8E%9F%E7%94%9F%E5%AE%9E%E6%88%98/%E7%AC%AC%E4%BA%8C%E6%9C%9F/49%E3%80%81%E7%9B%91%E6%8E%A7%E4%B8%8E%E5%91%8A%E8%AD%A6-Prometheus%20%E5%AE%89%E8%A3%85%E4%BD%BF%E7%94%A8.mp4 + +--- diff --git a/content/zh/learn/level_9/lesson_50/_index.md b/content/zh/learn/level_9/lesson_50/_index.md new file mode 100644 index 000000000..e4f3ff878 --- /dev/null +++ b/content/zh/learn/level_9/lesson_50/_index.md @@ -0,0 +1,10 @@ +--- +linkTitle: PromQL 介绍 +weight: 50 + +_build: + render: false + +profit: PromQL 表达式类型、语法及指标类型 +time: 2021-12-17 20:00-20:40 +--- diff --git a/content/zh/learn/level_9/lesson_50/content.md b/content/zh/learn/level_9/lesson_50/content.md new file mode 100644 index 000000000..5202c1aa5 --- /dev/null +++ b/content/zh/learn/level_9/lesson_50/content.md @@ -0,0 +1,8 @@ +--- +title: PromQL 介绍 +keywords: Kubesphere, Kubesphere learn +description: Kubesphere + +pdfUrl: https://pek3b.qingstor.com/kubesphere-community/pdf/%E4%BA%91%E5%8E%9F%E7%94%9F%E5%AE%9E%E6%88%98/Prometheus%20%E5%9F%BA%E7%A1%80%E6%A6%82%E5%BF%B5%E4%B8%8E%E4%B8%8A%E6%89%8B%E5%AE%9E%E8%B7%B5.pdf + +--- diff --git a/content/zh/learn/level_9/lesson_50/video.md b/content/zh/learn/level_9/lesson_50/video.md new file mode 100644 index 000000000..6fe4c5b06 --- /dev/null +++ b/content/zh/learn/level_9/lesson_50/video.md @@ -0,0 +1,9 @@ +--- +title: PromQL 介绍 +keywords: Kubesphere, Kubesphere learn +description: Kubesphere + +video: + videoUrl: https://pek3b.qingstor.com/kubesphere-community/videos/%E4%BA%91%E5%8E%9F%E7%94%9F%E5%AE%9E%E6%88%98/%E7%AC%AC%E4%BA%8C%E6%9C%9F/50%E3%80%81%E7%9B%91%E6%8E%A7%E4%B8%8E%E5%91%8A%E8%AD%A6-PromQL%20%E4%BB%8B%E7%BB%8D.mp4 + +--- diff --git a/content/zh/learn/level_9/lesson_51/_index.md b/content/zh/learn/level_9/lesson_51/_index.md new file mode 100644 index 000000000..51b2c7a6f --- /dev/null +++ b/content/zh/learn/level_9/lesson_51/_index.md @@ -0,0 +1,10 @@ +--- +linkTitle: Prometheus 告警处理 +weight: 51 + +_build: + render: false + +profit: Prometheus 告警配置及查看 +time: 2021-12-17 20:00-20:40 +--- diff --git a/content/zh/learn/level_9/lesson_51/content.md b/content/zh/learn/level_9/lesson_51/content.md new file mode 100644 index 000000000..01b27a799 --- /dev/null +++ b/content/zh/learn/level_9/lesson_51/content.md @@ -0,0 +1,8 @@ +--- +title: Prometheus 告警处理 +keywords: Kubesphere, Kubesphere learn +description: Kubesphere + +pdfUrl: https://pek3b.qingstor.com/kubesphere-community/pdf/%E4%BA%91%E5%8E%9F%E7%94%9F%E5%AE%9E%E6%88%98/Prometheus%20%E5%9F%BA%E7%A1%80%E6%A6%82%E5%BF%B5%E4%B8%8E%E4%B8%8A%E6%89%8B%E5%AE%9E%E8%B7%B5.pdf + +--- diff --git a/content/zh/learn/level_9/lesson_51/video.md b/content/zh/learn/level_9/lesson_51/video.md new file mode 100644 index 000000000..7d300b11f --- /dev/null +++ b/content/zh/learn/level_9/lesson_51/video.md @@ -0,0 +1,9 @@ +--- +title: Prometheus 告警处理 +keywords: Kubesphere, Kubesphere learn +description: Kubesphere + +video: + videoUrl: https://pek3b.qingstor.com/kubesphere-community/videos/%E4%BA%91%E5%8E%9F%E7%94%9F%E5%AE%9E%E6%88%98/%E7%AC%AC%E4%BA%8C%E6%9C%9F/51%E3%80%81%E7%9B%91%E6%8E%A7%E4%B8%8E%E5%91%8A%E8%AD%A6-Prometheus%20%E5%91%8A%E8%AD%A6%E5%A4%84%E7%90%86.mp4 + +--- diff --git a/content/zh/learn/level_9/lesson_52/_index.md b/content/zh/learn/level_9/lesson_52/_index.md new file mode 100644 index 000000000..0c53cc3eb --- /dev/null +++ b/content/zh/learn/level_9/lesson_52/_index.md @@ -0,0 +1,10 @@ +--- +linkTitle: Prometheus Operator 安装使用与高级配置 +weight: 52 + +_build: + render: false + +profit: Prometheus Operator 架构介绍、安装与配置解析 +time: 2021-12-17 20:00-20:40 +--- diff --git a/content/zh/learn/level_9/lesson_52/content.md b/content/zh/learn/level_9/lesson_52/content.md new file mode 100644 index 000000000..5ed70687d --- /dev/null +++ b/content/zh/learn/level_9/lesson_52/content.md @@ -0,0 +1,8 @@ +--- +title: Prometheus Operator 安装使用与高级配置 +keywords: Kubesphere, Kubesphere learn +description: Kubesphere + +pdfUrl: https://pek3b.qingstor.com/kubesphere-community/pdf/%E4%BA%91%E5%8E%9F%E7%94%9F%E5%AE%9E%E6%88%98/Prometheus%20%E5%9F%BA%E7%A1%80%E6%A6%82%E5%BF%B5%E4%B8%8E%E4%B8%8A%E6%89%8B%E5%AE%9E%E8%B7%B5.pdf + +--- diff --git a/content/zh/learn/level_9/lesson_52/video.md b/content/zh/learn/level_9/lesson_52/video.md new file mode 100644 index 000000000..cee9acbac --- /dev/null +++ b/content/zh/learn/level_9/lesson_52/video.md @@ -0,0 +1,9 @@ +--- +title: Prometheus Operator 安装使用与高级配置 +keywords: Kubesphere, Kubesphere learn +description: Kubesphere + +video: + videoUrl: https://pek3b.qingstor.com/kubesphere-community/videos/%E4%BA%91%E5%8E%9F%E7%94%9F%E5%AE%9E%E6%88%98/%E7%AC%AC%E4%BA%8C%E6%9C%9F/52%E3%80%81%E7%9B%91%E6%8E%A7%E4%B8%8E%E5%91%8A%E8%AD%A6-Prometheus%20Operator%20%E5%AE%89%E8%A3%85%E4%BD%BF%E7%94%A8%E4%B8%8E%E9%AB%98%E7%BA%A7%E9%85%8D%E7%BD%AE.mp4 + +--- diff --git a/content/zh/learn/level_9/lesson_53/_index.md b/content/zh/learn/level_9/lesson_53/_index.md new file mode 100644 index 000000000..75ce0e155 --- /dev/null +++ b/content/zh/learn/level_9/lesson_53/_index.md @@ -0,0 +1,10 @@ +--- +linkTitle: KubeSphere 监控功能与使用 +weight: 53 + +_build: + render: false + +profit: KubeSphere 监控系统介绍及使用 +time: 2021-12-17 20:00-20:40 +--- diff --git a/content/zh/learn/level_9/lesson_53/content.md b/content/zh/learn/level_9/lesson_53/content.md new file mode 100644 index 000000000..08aeb7fe6 --- /dev/null +++ b/content/zh/learn/level_9/lesson_53/content.md @@ -0,0 +1,8 @@ +--- +title: KubeSphere 监控功能与使用 +keywords: Kubesphere, Kubesphere learn +description: Kubesphere + +pdfUrl: https://pek3b.qingstor.com/kubesphere-community/pdf/%E4%BA%91%E5%8E%9F%E7%94%9F%E5%AE%9E%E6%88%98/%E7%9B%91%E6%8E%A7%E4%B8%8E%E5%91%8A%E8%AD%A6-KubeSphere%20%E7%9B%91%E6%8E%A7%E5%8A%9F%E8%83%BD%E4%B8%8E%E4%BD%BF%E7%94%A8.pdf + +--- diff --git a/content/zh/learn/level_9/lesson_53/video.md b/content/zh/learn/level_9/lesson_53/video.md new file mode 100644 index 000000000..6955b7144 --- /dev/null +++ b/content/zh/learn/level_9/lesson_53/video.md @@ -0,0 +1,9 @@ +--- +title: KubeSphere 监控功能与使用 +keywords: Kubesphere, Kubesphere learn +description: Kubesphere + +video: + videoUrl: https://pek3b.qingstor.com/kubesphere-community/videos/%E4%BA%91%E5%8E%9F%E7%94%9F%E5%AE%9E%E6%88%98/%E7%AC%AC%E4%BA%8C%E6%9C%9F/53%E3%80%81%E7%9B%91%E6%8E%A7%E4%B8%8E%E5%91%8A%E8%AD%A6-KubeSphere%20%E7%9B%91%E6%8E%A7%E5%8A%9F%E8%83%BD%E4%B8%8E%E4%BD%BF%E7%94%A8.mp4 + +--- diff --git a/content/zh/learn/level_9/lesson_54/_index.md b/content/zh/learn/level_9/lesson_54/_index.md new file mode 100644 index 000000000..56a56b25d --- /dev/null +++ b/content/zh/learn/level_9/lesson_54/_index.md @@ -0,0 +1,10 @@ +--- +linkTitle: KubeSphere 应用状态监控 +weight: 54 + +_build: + render: false + +profit: KubeSphere 应用资源监控 +time: 2021-12-17 20:00-20:40 +--- diff --git a/content/zh/learn/level_9/lesson_54/content.md b/content/zh/learn/level_9/lesson_54/content.md new file mode 100644 index 000000000..407ca9def --- /dev/null +++ b/content/zh/learn/level_9/lesson_54/content.md @@ -0,0 +1,8 @@ +--- +title: KubeSphere 应用状态监控 +keywords: Kubesphere, Kubesphere learn +description: Kubesphere + +pdfUrl: https://pek3b.qingstor.com/kubesphere-community/pdf/%E4%BA%91%E5%8E%9F%E7%94%9F%E5%AE%9E%E6%88%98/%E7%9B%91%E6%8E%A7%E4%B8%8E%E5%91%8A%E8%AD%A6-KubeSphere%20%E7%9B%91%E6%8E%A7%E5%8A%9F%E8%83%BD%E4%B8%8E%E4%BD%BF%E7%94%A8.pdf + +--- diff --git a/content/zh/learn/level_9/lesson_54/video.md b/content/zh/learn/level_9/lesson_54/video.md new file mode 100644 index 000000000..efe2d75a1 --- /dev/null +++ b/content/zh/learn/level_9/lesson_54/video.md @@ -0,0 +1,9 @@ +--- +title: KubeSphere 应用状态监控 +keywords: Kubesphere, Kubesphere learn +description: Kubesphere + +video: + videoUrl: https://pek3b.qingstor.com/kubesphere-community/videos/%E4%BA%91%E5%8E%9F%E7%94%9F%E5%AE%9E%E6%88%98/%E7%AC%AC%E4%BA%8C%E6%9C%9F/54%E3%80%81%E7%9B%91%E6%8E%A7%E4%B8%8E%E5%91%8A%E8%AD%A6-KubeSphere%20%E5%BA%94%E7%94%A8%E7%8A%B6%E6%80%81%E7%9B%91%E6%8E%A7.mp4 + +--- diff --git a/content/zh/learn/level_9/lesson_55/_index.md b/content/zh/learn/level_9/lesson_55/_index.md new file mode 100644 index 000000000..63b39896e --- /dev/null +++ b/content/zh/learn/level_9/lesson_55/_index.md @@ -0,0 +1,10 @@ +--- +linkTitle: Kubernetes 集群状态监控 +weight: 55 + +_build: + render: false + +profit: Kubernetes 集群状态监控介绍 +time: 2021-12-17 20:00-20:40 +--- diff --git a/content/zh/learn/level_9/lesson_55/content.md b/content/zh/learn/level_9/lesson_55/content.md new file mode 100644 index 000000000..641cc7af1 --- /dev/null +++ b/content/zh/learn/level_9/lesson_55/content.md @@ -0,0 +1,8 @@ +--- +title: Kubernetes 集群状态监控 +keywords: Kubesphere, Kubesphere learn +description: Kubesphere + +pdfUrl: https://pek3b.qingstor.com/kubesphere-community/pdf/%E4%BA%91%E5%8E%9F%E7%94%9F%E5%AE%9E%E6%88%98/%E7%9B%91%E6%8E%A7%E4%B8%8E%E5%91%8A%E8%AD%A6-KubeSphere%20%E7%9B%91%E6%8E%A7%E5%8A%9F%E8%83%BD%E4%B8%8E%E4%BD%BF%E7%94%A8.pdf + +--- diff --git a/content/zh/learn/level_9/lesson_55/video.md b/content/zh/learn/level_9/lesson_55/video.md new file mode 100644 index 000000000..dd939c2e3 --- /dev/null +++ b/content/zh/learn/level_9/lesson_55/video.md @@ -0,0 +1,9 @@ +--- +title: 课程简介 +keywords: Kubesphere, Kubesphere learn +description: Kubesphere + +video: + videoUrl: https://pek3b.qingstor.com/kubesphere-community/videos/%E4%BA%91%E5%8E%9F%E7%94%9F%E5%AE%9E%E6%88%98/%E7%AC%AC%E4%BA%8C%E6%9C%9F/46%E3%80%81Kubernetes%20%E9%9B%86%E7%BE%A4%E4%B8%8E%E5%BA%94%E7%94%A8%E6%97%A5%E5%BF%97-%E7%94%9F%E4%BA%A7%E9%83%A8%E7%BD%B2%E6%9C%80%E4%BD%B3%E5%AE%9E%E8%B7%B5.mp4 + +--- diff --git a/content/zh/learn/level_9/lesson_56/_index.md b/content/zh/learn/level_9/lesson_56/_index.md new file mode 100644 index 000000000..163365a20 --- /dev/null +++ b/content/zh/learn/level_9/lesson_56/_index.md @@ -0,0 +1,10 @@ +--- +linkTitle: KubeSphere 基于租户的告警与通知 +weight: 56 + +_build: + render: false + +profit: KubeSphere 基于租户的告警功能介绍及告警策略配置 +time: 2021-12-17 20:00-20:40 +--- diff --git a/content/zh/learn/level_9/lesson_56/content.md b/content/zh/learn/level_9/lesson_56/content.md new file mode 100644 index 000000000..29622e6ae --- /dev/null +++ b/content/zh/learn/level_9/lesson_56/content.md @@ -0,0 +1,8 @@ +--- +title: KubeSphere 基于租户的告警与通知 +keywords: Kubesphere, Kubesphere learn +description: Kubesphere + +pdfUrl: https://pek3b.qingstor.com/kubesphere-community/pdf/%E4%BA%91%E5%8E%9F%E7%94%9F%E5%AE%9E%E6%88%98/%E7%9B%91%E6%8E%A7%E4%B8%8E%E5%91%8A%E8%AD%A6-KubeSphere%20%E5%9F%BA%E4%BA%8E%E7%A7%9F%E6%88%B7%E7%9A%84%E5%91%8A%E8%AD%A6%E4%B8%8E%E9%80%9A%E7%9F%A5.pdf + +--- diff --git a/content/zh/learn/level_9/lesson_56/video.md b/content/zh/learn/level_9/lesson_56/video.md new file mode 100644 index 000000000..dbadf68f9 --- /dev/null +++ b/content/zh/learn/level_9/lesson_56/video.md @@ -0,0 +1,9 @@ +--- +title: KubeSphere 基于租户的告警与通知 +keywords: Kubesphere, Kubesphere learn +description: Kubesphere + +video: + videoUrl: https://pek3b.qingstor.com/kubesphere-community/videos/%E4%BA%91%E5%8E%9F%E7%94%9F%E5%AE%9E%E6%88%98/%E7%AC%AC%E4%BA%8C%E6%9C%9F/56%E3%80%81%E7%9B%91%E6%8E%A7%E4%B8%8E%E5%91%8A%E8%AD%A6-KubeSphere%20%E5%9F%BA%E4%BA%8E%E7%A7%9F%E6%88%B7%E7%9A%84%E5%91%8A%E8%AD%A6%E4%B8%8E%E9%80%9A%E7%9F%A5.mp4 + +--- diff --git a/content/zh/learn/level_9/lesson_57/_index.md b/content/zh/learn/level_9/lesson_57/_index.md new file mode 100644 index 000000000..2f0acfc2a --- /dev/null +++ b/content/zh/learn/level_9/lesson_57/_index.md @@ -0,0 +1,10 @@ +--- +linkTitle: KubeSphere 自定义监控 +weight: 57 + +_build: + render: false + +profit: KubeSphere 自定义监控面板配置及实战 +time: 2021-12-17 20:00-20:40 +--- diff --git a/content/zh/learn/level_9/lesson_57/content.md b/content/zh/learn/level_9/lesson_57/content.md new file mode 100644 index 000000000..74e29bf9f --- /dev/null +++ b/content/zh/learn/level_9/lesson_57/content.md @@ -0,0 +1,8 @@ +--- +title: KubeSphere 自定义监控 +keywords: Kubesphere, Kubesphere learn +description: Kubesphere + +pdfUrl: https://pek3b.qingstor.com/kubesphere-community/pdf/%E4%BA%91%E5%8E%9F%E7%94%9F%E5%AE%9E%E6%88%98/%E7%9B%91%E6%8E%A7%E4%B8%8E%E5%91%8A%E8%AD%A6-KubeSphere%20%E8%87%AA%E5%AE%9A%E4%B9%89%E7%9B%91%E6%8E%A7.pdf + +--- diff --git a/content/zh/learn/level_9/lesson_57/video.md b/content/zh/learn/level_9/lesson_57/video.md new file mode 100644 index 000000000..7d4ae6f98 --- /dev/null +++ b/content/zh/learn/level_9/lesson_57/video.md @@ -0,0 +1,9 @@ +--- +title: KubeSphere 自定义监控 +keywords: Kubesphere, Kubesphere learn +description: Kubesphere + +video: + videoUrl: https://pek3b.qingstor.com/kubesphere-community/videos/%E4%BA%91%E5%8E%9F%E7%94%9F%E5%AE%9E%E6%88%98/%E7%AC%AC%E4%BA%8C%E6%9C%9F/57%E3%80%81%E7%9B%91%E6%8E%A7%E4%B8%8E%E5%91%8A%E8%AD%A6-KubeSphere%20%E8%87%AA%E5%AE%9A%E4%B9%89%E7%9B%91%E6%8E%A7.mp4 + +--- diff --git a/content/zh/learn/level_9/lesson_58/_index.md b/content/zh/learn/level_9/lesson_58/_index.md new file mode 100644 index 000000000..4e023c888 --- /dev/null +++ b/content/zh/learn/level_9/lesson_58/_index.md @@ -0,0 +1,10 @@ +--- +linkTitle: Kubernetes 审计与事件 +weight: 58 + +_build: + render: false + +profit: 通过 Kubernetes 审计和事件查询定位故障 +time: 2021-12-17 20:00-20:40 +--- diff --git a/content/zh/learn/level_9/lesson_58/content.md b/content/zh/learn/level_9/lesson_58/content.md new file mode 100644 index 000000000..1aa4dcccc --- /dev/null +++ b/content/zh/learn/level_9/lesson_58/content.md @@ -0,0 +1,8 @@ +--- +title: Kubernetes 审计与事件 +keywords: Kubesphere, Kubesphere learn +description: Kubesphere + +pdfUrl: + +--- diff --git a/content/zh/learn/level_9/lesson_58/video.md b/content/zh/learn/level_9/lesson_58/video.md new file mode 100644 index 000000000..bacfb0650 --- /dev/null +++ b/content/zh/learn/level_9/lesson_58/video.md @@ -0,0 +1,9 @@ +--- +title: Kubernetes 审计与事件 +keywords: Kubesphere, Kubesphere learn +description: Kubesphere + +video: + videoUrl: https://pek3b.qingstor.com/kubesphere-community/videos/%E4%BA%91%E5%8E%9F%E7%94%9F%E5%AE%9E%E6%88%98/%E7%AC%AC%E4%BA%8C%E6%9C%9F/58%E3%80%81%E5%8F%AF%E8%A7%82%E6%B5%8B%E6%80%A7-Kubernetes%20%E5%AE%A1%E8%AE%A1%E4%B8%8E%E4%BA%8B%E4%BB%B6.mp4 + +--- diff --git a/content/zh/learn/level_9/lesson_59/_index.md b/content/zh/learn/level_9/lesson_59/_index.md new file mode 100644 index 000000000..4459d0d19 --- /dev/null +++ b/content/zh/learn/level_9/lesson_59/_index.md @@ -0,0 +1,10 @@ +--- +linkTitle: Kubernetes 计量计费 +weight: 59 + +_build: + render: false + +profit: Kubernetes 计量计费配置及资源消费统计 +time: 2021-12-17 20:00-20:40 +--- diff --git a/content/zh/learn/level_9/lesson_59/content.md b/content/zh/learn/level_9/lesson_59/content.md new file mode 100644 index 000000000..987385a8c --- /dev/null +++ b/content/zh/learn/level_9/lesson_59/content.md @@ -0,0 +1,8 @@ +--- +title: Kubernetes 计量计费 +keywords: Kubesphere, Kubesphere learn +description: Kubesphere + +pdfUrl: + +--- diff --git a/content/zh/learn/level_9/lesson_59/video.md b/content/zh/learn/level_9/lesson_59/video.md new file mode 100644 index 000000000..6b54d0229 --- /dev/null +++ b/content/zh/learn/level_9/lesson_59/video.md @@ -0,0 +1,9 @@ +--- +title: Kubernetes 计量计费 +keywords: Kubesphere, Kubesphere learn +description: Kubesphere + +video: + videoUrl: https://pek3b.qingstor.com/kubesphere-community/videos/%E4%BA%91%E5%8E%9F%E7%94%9F%E5%AE%9E%E6%88%98/%E7%AC%AC%E4%BA%8C%E6%9C%9F/59%E3%80%81%E5%8F%AF%E8%A7%82%E6%B5%8B%E6%80%A7-Kubernetes%20%E8%AE%A1%E9%87%8F%E8%AE%A1%E8%B4%B9.mp4 + +---