From b5bff2833c050b676902f1fa74a4f7ae9b2cc61f Mon Sep 17 00:00:00 2001 From: Tianxin Dong Date: Thu, 28 Apr 2022 16:25:22 +0800 Subject: [PATCH] Feat: add date in videos (#639) Signed-off-by: FogDong --- docusaurus.config.js | 4 +++- .../current/best-practice/gitops.md | 2 ++ .../current/best-practice/jenkins.md | 2 ++ .../best-practice/kubevela-nocalhost.md | 2 ++ .../current/lessons/live-1024.md | 2 ++ .../current/meetings/cn/before-v1.0.md | 12 +++++++++++ .../current/meetings/cn/v1.0.md | 4 ++++ .../current/meetings/cn/v1.1.md | 20 +++++++++++++++++++ .../current/meetings/cn/v1.2.md | 14 +++++++++++++ .../current/meetings/cn/v1.3.md | 8 ++++++++ .../current/talks/cn/app-platform.md | 2 ++ .../current/talks/cn/gopher-china.md | 2 ++ .../current/talks/cn/multi-cluster.md | 2 ++ .../current/talks/cn/next-app-delivery.md | 2 ++ .../current/talks/cn/oam-application.md | 2 ++ .../current/talks/cn/oam-manage-app.md | 2 ++ .../current/talks/en/standardizing-app.md | 2 ++ sidebar-videos.js | 6 +++--- videos/best-practice/gitops.md | 2 ++ videos/best-practice/jenkins.md | 2 ++ videos/best-practice/kubevela-nocalhost.md | 2 ++ videos/lessons/live-1024.md | 2 ++ videos/meetings/cn/before-v1.0.md | 12 +++++++++++ videos/meetings/cn/v1.0.md | 4 ++++ videos/meetings/cn/v1.1.md | 20 +++++++++++++++++++ videos/meetings/cn/v1.2.md | 14 +++++++++++++ videos/meetings/cn/v1.3.md | 8 ++++++++ videos/talks/cn/app-platform.md | 2 ++ videos/talks/cn/gopher-china.md | 2 ++ videos/talks/cn/multi-cluster.md | 2 ++ videos/talks/cn/next-app-delivery.md | 2 ++ videos/talks/cn/oam-application.md | 2 ++ videos/talks/cn/oam-manage-app.md | 2 ++ videos/talks/en/standardizing-app.md | 2 ++ 34 files changed, 166 insertions(+), 4 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 3e78f375..40f53a8d 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -55,7 +55,7 @@ module.exports = { position: 'left', }, { - to: "videos/best-practice/gitops", + to: "videos/best-practice/jenkins", activeBasePath: "videos", label: "Videos", position: "left", @@ -175,6 +175,8 @@ module.exports = { routeBasePath: "videos", include: ["**/*.md"], sidebarPath: require.resolve("./sidebar-videos.js"), + showLastUpdateAuthor: true, + showLastUpdateTime: true }, ], ], diff --git a/i18n/zh/docusaurus-plugin-content-docs-videos/current/best-practice/gitops.md b/i18n/zh/docusaurus-plugin-content-docs-videos/current/best-practice/gitops.md index b887366a..ea7702ea 100644 --- a/i18n/zh/docusaurus-plugin-content-docs-videos/current/best-practice/gitops.md +++ b/i18n/zh/docusaurus-plugin-content-docs-videos/current/best-practice/gitops.md @@ -12,5 +12,7 @@ KubeVela 背后的 OAM 模型天然解决了应用构建过程中对复杂资源 ## 视频演示版 +> 视频的发布日期为 2021-11-15。 + diff --git a/i18n/zh/docusaurus-plugin-content-docs-videos/current/best-practice/jenkins.md b/i18n/zh/docusaurus-plugin-content-docs-videos/current/best-practice/jenkins.md index 10cb0233..cfa7a2ea 100644 --- a/i18n/zh/docusaurus-plugin-content-docs-videos/current/best-practice/jenkins.md +++ b/i18n/zh/docusaurus-plugin-content-docs-videos/current/best-practice/jenkins.md @@ -6,5 +6,7 @@ title: 使用Jenkins CI/CD 和 KubeVela UI 部署静态网站 ## 视频演示版 +> 视频的发布日期为 2022-02-23。 + diff --git a/i18n/zh/docusaurus-plugin-content-docs-videos/current/best-practice/kubevela-nocalhost.md b/i18n/zh/docusaurus-plugin-content-docs-videos/current/best-practice/kubevela-nocalhost.md index b0b5ec51..d00468cc 100644 --- a/i18n/zh/docusaurus-plugin-content-docs-videos/current/best-practice/kubevela-nocalhost.md +++ b/i18n/zh/docusaurus-plugin-content-docs-videos/current/best-practice/kubevela-nocalhost.md @@ -14,4 +14,6 @@ title: KubeVela X Nocalhost:云端图形化调试应用 ## 视频演示版 +> 视频的发布日期为 2021-11-05。 + diff --git a/i18n/zh/docusaurus-plugin-content-docs-videos/current/lessons/live-1024.md b/i18n/zh/docusaurus-plugin-content-docs-videos/current/lessons/live-1024.md index c29a3ed2..2bdc1354 100644 --- a/i18n/zh/docusaurus-plugin-content-docs-videos/current/lessons/live-1024.md +++ b/i18n/zh/docusaurus-plugin-content-docs-videos/current/lessons/live-1024.md @@ -4,6 +4,8 @@ title: 1024 程序员创造营直播课 1024 程序员创造营直播课是一系列帮助你开始使用 KubeVela 的课程。 +> 视频的发布日期为 2021-10-24。 + ## 1. K8s 生态现状和应用交付的“下一站” diff --git a/i18n/zh/docusaurus-plugin-content-docs-videos/current/meetings/cn/before-v1.0.md b/i18n/zh/docusaurus-plugin-content-docs-videos/current/meetings/cn/before-v1.0.md index 2ce13fa8..2933012e 100644 --- a/i18n/zh/docusaurus-plugin-content-docs-videos/current/meetings/cn/before-v1.0.md +++ b/i18n/zh/docusaurus-plugin-content-docs-videos/current/meetings/cn/before-v1.0.md @@ -4,24 +4,36 @@ title: v1.0 版本之前 ## KubeVela 0.3.0 release 内容解读 +> 视频的发布日期为 2021-01-27。 + ## KubeVela integrate Terraform Demo +> 视频的发布日期为 2021-01-27。 + ## KubeVela 扩展机制介绍 +> 视频的发布日期为 2020-12-17。 + ## KubeVela Demo 首秀 +> 视频的发布日期为 2020-11-18。 + ## 如何参与 KubeVela 社区贡献 & OAM 最新进展 +> 视频的发布日期为 2020-10-21。 + ## KubeVela 进展和 Demo +> 视频的发布日期为 2020-09-24。 + \ No newline at end of file diff --git a/i18n/zh/docusaurus-plugin-content-docs-videos/current/meetings/cn/v1.0.md b/i18n/zh/docusaurus-plugin-content-docs-videos/current/meetings/cn/v1.0.md index de83b82b..74c73452 100644 --- a/i18n/zh/docusaurus-plugin-content-docs-videos/current/meetings/cn/v1.0.md +++ b/i18n/zh/docusaurus-plugin-content-docs-videos/current/meetings/cn/v1.0.md @@ -4,8 +4,12 @@ title: v1.0 版本 ## KubeVela 1.0.4、1.0.5 新特性讲解 +> 视频的发布日期为 2021-05-19。 + ## KubeVela v1.0.0 正式发布 +> 视频的发布日期为 2021-05-19。 + \ No newline at end of file diff --git a/i18n/zh/docusaurus-plugin-content-docs-videos/current/meetings/cn/v1.1.md b/i18n/zh/docusaurus-plugin-content-docs-videos/current/meetings/cn/v1.1.md index 2bc5f70c..bfed1823 100644 --- a/i18n/zh/docusaurus-plugin-content-docs-videos/current/meetings/cn/v1.1.md +++ b/i18n/zh/docusaurus-plugin-content-docs-videos/current/meetings/cn/v1.1.md @@ -4,40 +4,60 @@ title: v1.1 版本 ## 集成云资源和增加可观测性 +> 视频的发布日期为 2021-10-25。 + ## 基于 KubeVela 的 GitOps 交付 +> 视频的发布日期为 2021-10-12。 + ## 集成 Istio 的渐进式发布 +> 视频的发布日期为 2021-09-29。 + ## 多集群应用交付 +> 视频的发布日期为 2021-09-26。 + ## KubeVela X Jenkins CI/CD +> 视频的发布日期为 2021-09-23。 + ## KubeVela v1.1 Release 解读 +> 视频的发布日期为 2021-08-26。 + ## KubeVela v1.1 Addon 详解和多个场景 Demo 演示 +> 视频的发布日期为 2021-08-11。 + ## KubeVela 社区治理,Issue 自动派发机制讨论 +> 视频的发布日期为 2021-07-01。 + ## KubeVela 社区贡献者王岳,分享 AppContext 重构 +> 视频的发布日期为 2021-06-17。 + ## KubeVela 社区 1.1 Roadmap 解读 +> 视频的发布日期为 2021-06-07。 + \ No newline at end of file diff --git a/i18n/zh/docusaurus-plugin-content-docs-videos/current/meetings/cn/v1.2.md b/i18n/zh/docusaurus-plugin-content-docs-videos/current/meetings/cn/v1.2.md index 370350ca..40e33c93 100644 --- a/i18n/zh/docusaurus-plugin-content-docs-videos/current/meetings/cn/v1.2.md +++ b/i18n/zh/docusaurus-plugin-content-docs-videos/current/meetings/cn/v1.2.md @@ -4,28 +4,42 @@ title: v1.2 版本 ## 阜博集团技术中台深入 KubeVela+GitOps 高效实践 +> 视频的发布日期为 2022-02-23。 + ## 最新模块架构和部署方式解读 +> 视频的发布日期为 2022-02-23。 + ## 最新云资源讲解 + 如何扩展云资源演示 +> 视频的发布日期为 2022-01-26。 + ## Dashboard CD 无缝接入开源/商业 CI,GitLab +> 视频的发布日期为 2022-01-11。 + ## KubeVela v1.2 rc 发布解读和演示,带你掌握运用 VelaUX +> 视频的发布日期为 2021-12-29。 + ## KubeVela+APISIX 如何给用户提供多集群网关解决方案 +> 视频的发布日期为 2021-12-20。 + ## v1.2 UI preview 和社区治理架构演示 +> 视频的发布日期为 2021-12-02。 + \ No newline at end of file diff --git a/i18n/zh/docusaurus-plugin-content-docs-videos/current/meetings/cn/v1.3.md b/i18n/zh/docusaurus-plugin-content-docs-videos/current/meetings/cn/v1.3.md index 545ad4ff..90670ded 100644 --- a/i18n/zh/docusaurus-plugin-content-docs-videos/current/meetings/cn/v1.3.md +++ b/i18n/zh/docusaurus-plugin-content-docs-videos/current/meetings/cn/v1.3.md @@ -4,16 +4,24 @@ title: v1.3 版本 ## 应用交付 Debug 模式玩法和集成配置管理演示 +> 视频的发布日期为 2022-04-20。 + ## KubeVela v1.3 VelaUX 解读和单点登录演示 +> 视频的发布日期为 2022-04-13。 + ## v1.3 正式版 preview+社区用户分享:招商银行 KubeVela 离线部署实践 +> 视频的发布日期为 2022-03-24。 + ## KubeVela AI Addon,让你轻松完成机器学习任务 +> 视频的发布日期为 2022-03-08。 + \ No newline at end of file diff --git a/i18n/zh/docusaurus-plugin-content-docs-videos/current/talks/cn/app-platform.md b/i18n/zh/docusaurus-plugin-content-docs-videos/current/talks/cn/app-platform.md index aa4c3d42..08b12d88 100644 --- a/i18n/zh/docusaurus-plugin-content-docs-videos/current/talks/cn/app-platform.md +++ b/i18n/zh/docusaurus-plugin-content-docs-videos/current/talks/cn/app-platform.md @@ -2,4 +2,6 @@ title: 基于 Kubernetes 构建标准可扩展的云原生应用管理平台 --- +> 视频的发布日期为 2020-11-02。 + diff --git a/i18n/zh/docusaurus-plugin-content-docs-videos/current/talks/cn/gopher-china.md b/i18n/zh/docusaurus-plugin-content-docs-videos/current/talks/cn/gopher-china.md index 51847e09..f8dc9cbe 100644 --- a/i18n/zh/docusaurus-plugin-content-docs-videos/current/talks/cn/gopher-china.md +++ b/i18n/zh/docusaurus-plugin-content-docs-videos/current/talks/cn/gopher-china.md @@ -2,4 +2,6 @@ title: Go 开源说第三期 KubeVela --- +> 视频的发布日期为 2021-01-15。 + diff --git a/i18n/zh/docusaurus-plugin-content-docs-videos/current/talks/cn/multi-cluster.md b/i18n/zh/docusaurus-plugin-content-docs-videos/current/talks/cn/multi-cluster.md index 2e14b234..a2442cc5 100644 --- a/i18n/zh/docusaurus-plugin-content-docs-videos/current/talks/cn/multi-cluster.md +++ b/i18n/zh/docusaurus-plugin-content-docs-videos/current/talks/cn/multi-cluster.md @@ -2,4 +2,6 @@ title: 以一致的经验构建和管理多集群应用 --- +> 视频的发布日期为 2021-12-19。 + diff --git a/i18n/zh/docusaurus-plugin-content-docs-videos/current/talks/cn/next-app-delivery.md b/i18n/zh/docusaurus-plugin-content-docs-videos/current/talks/cn/next-app-delivery.md index 8beb65d0..191eb60c 100644 --- a/i18n/zh/docusaurus-plugin-content-docs-videos/current/talks/cn/next-app-delivery.md +++ b/i18n/zh/docusaurus-plugin-content-docs-videos/current/talks/cn/next-app-delivery.md @@ -2,4 +2,6 @@ title: 下一代云原生应用交付会怎样发展?KubeVela帮大忙! --- +> 视频的发布日期为 2022-03-18。 + diff --git a/i18n/zh/docusaurus-plugin-content-docs-videos/current/talks/cn/oam-application.md b/i18n/zh/docusaurus-plugin-content-docs-videos/current/talks/cn/oam-application.md index c17d3641..8b301262 100644 --- a/i18n/zh/docusaurus-plugin-content-docs-videos/current/talks/cn/oam-application.md +++ b/i18n/zh/docusaurus-plugin-content-docs-videos/current/talks/cn/oam-application.md @@ -10,4 +10,6 @@ title: 使用 OAM 构建应用管理平台 * 我们如何让这个平台提供更好的最终用户体验? * CI/CD 系统如何构建?GitOps 是这个故事的一部分吗? +> 视频的发布日期为 2020-07-22。 + diff --git a/i18n/zh/docusaurus-plugin-content-docs-videos/current/talks/cn/oam-manage-app.md b/i18n/zh/docusaurus-plugin-content-docs-videos/current/talks/cn/oam-manage-app.md index ba18b9dc..4a2ecc4b 100644 --- a/i18n/zh/docusaurus-plugin-content-docs-videos/current/talks/cn/oam-manage-app.md +++ b/i18n/zh/docusaurus-plugin-content-docs-videos/current/talks/cn/oam-manage-app.md @@ -6,4 +6,6 @@ title: 使用 OAM 管理应用 该演讲基于阿里巴巴 Web 级 Kubernetes 集群中的真实用例。 +> 视频的发布日期为 2020-09-12。 + diff --git a/i18n/zh/docusaurus-plugin-content-docs-videos/current/talks/en/standardizing-app.md b/i18n/zh/docusaurus-plugin-content-docs-videos/current/talks/en/standardizing-app.md index 5716ad1a..b9807489 100644 --- a/i18n/zh/docusaurus-plugin-content-docs-videos/current/talks/en/standardizing-app.md +++ b/i18n/zh/docusaurus-plugin-content-docs-videos/current/talks/en/standardizing-app.md @@ -2,4 +2,6 @@ title: 跨云的云原生应用程序交付 --- +> 视频的发布日期为 2020-12-05。 + diff --git a/sidebar-videos.js b/sidebar-videos.js index 12fc0757..0c4153a0 100644 --- a/sidebar-videos.js +++ b/sidebar-videos.js @@ -5,8 +5,8 @@ module.exports = { label: "Best Practice", collapsed: false, items: [ - "best-practice/gitops", "best-practice/jenkins", + "best-practice/gitops", "best-practice/kubevela-nocalhost", ], }, @@ -36,12 +36,12 @@ module.exports = { label: "Talks in Chinese", collapsed: false, items: [ + "talks/cn/next-app-delivery", "talks/cn/multi-cluster", "talks/cn/gopher-china", - "talks/cn/next-app-delivery", "talks/cn/app-platform", - "talks/cn/oam-application", "talks/cn/oam-manage-app", + "talks/cn/oam-application", ], }, ], diff --git a/videos/best-practice/gitops.md b/videos/best-practice/gitops.md index 5062232b..2363c258 100644 --- a/videos/best-practice/gitops.md +++ b/videos/best-practice/gitops.md @@ -12,6 +12,8 @@ In this section, we will introduce steps of using KubeVela directly in GitOps ap ## Video +> This video is posted in 2021-11-15. + > Note: the video is in Chinese. diff --git a/videos/best-practice/jenkins.md b/videos/best-practice/jenkins.md index f8484560..19766c0b 100644 --- a/videos/best-practice/jenkins.md +++ b/videos/best-practice/jenkins.md @@ -6,6 +6,8 @@ This section will use Jenkins, a popular continuous integration tool, as basis a ## Video +> This video is posted in 2022-02-23. + > Note: the video is in Chinese. diff --git a/videos/best-practice/kubevela-nocalhost.md b/videos/best-practice/kubevela-nocalhost.md index fce7c26d..8fb7eef3 100644 --- a/videos/best-practice/kubevela-nocalhost.md +++ b/videos/best-practice/kubevela-nocalhost.md @@ -14,6 +14,8 @@ In this section, we will use KubeVela and Nocalhost to provide a solution for cl ## Video +> This video is posted in 2021-11-05. + > Note: the video is in Chinese. diff --git a/videos/lessons/live-1024.md b/videos/lessons/live-1024.md index 5245ce4c..df857f5c 100644 --- a/videos/lessons/live-1024.md +++ b/videos/lessons/live-1024.md @@ -4,6 +4,8 @@ title: 1024 Live Lessons The 1024 live lessons are a collection of lessons that are designed to help you get started with KubeVela. +> These videos are posted in 2021-10-24. + > Note: the videos are in Chinese. ## Lesson 1: The next step for application delivery diff --git a/videos/meetings/cn/before-v1.0.md b/videos/meetings/cn/before-v1.0.md index 4513fa9a..21dabd59 100644 --- a/videos/meetings/cn/before-v1.0.md +++ b/videos/meetings/cn/before-v1.0.md @@ -4,24 +4,36 @@ title: Before v1.0 ## KubeVela 0.3.0 release +> This video is posted in 2021-01-27. + ## KubeVela integrate Terraform Demo +> This video is posted in 2021-01-27. + ## KubeVela addon introduction +> This video is posted in 2020-12-17. + ## KubeVela Demo show +> This video is posted in 2020-11-18. + ## How to Participate in KubeVela Community Contributions & OAM Updates +> This video is posted in 2020-10-21. + ## KubeVela Progress and Demo +> This video is posted in 2020-09-24. + \ No newline at end of file diff --git a/videos/meetings/cn/v1.0.md b/videos/meetings/cn/v1.0.md index 467a6b70..385686a3 100644 --- a/videos/meetings/cn/v1.0.md +++ b/videos/meetings/cn/v1.0.md @@ -4,8 +4,12 @@ title: v1.0 ## KubeVela 1.0.4, 1.0.5 New Features Explained +> This video is posted in 2021-05-19. + ## KubeVela v1.0.0 is officially released +> This video is posted in 2021-05-19. + \ No newline at end of file diff --git a/videos/meetings/cn/v1.1.md b/videos/meetings/cn/v1.1.md index 7f032238..21230921 100644 --- a/videos/meetings/cn/v1.1.md +++ b/videos/meetings/cn/v1.1.md @@ -4,40 +4,60 @@ title: v1.1 ## Integrate cloud resources and increase observability +> This video is posted in 2021-10-25. + ## GitOps delivery on KubeVela +> This video is posted in 2021-10-12. + ## KubeVela with Istio +> This video is posted in 2021-09-29. + ## Multi-cluster application delivery +> This video is posted in 2021-09-26. + ## KubeVela X Jenkins CI/CD +> This video is posted in 2021-09-23. + ## KubeVela v1.1 Release +> This video is posted in 2021-08-26. + ## KubeVela v1.1 Addon detailed explanation and Demo show +> This video is posted in 2021-08-11. + ## KubeVela Community Governance, Issue Automatic Distribution Mechanism Discussion +> This video is posted in 2021-07-01. + ## KubeVela community contributor Yue Wang, sharing AppContext refactoring +> This video is posted in 2021-06-17. + ## Interpretation of KubeVela Community 1.1 Roadmap +> This video is posted in 2021-06-07. + \ No newline at end of file diff --git a/videos/meetings/cn/v1.2.md b/videos/meetings/cn/v1.2.md index d8c62f37..d347958c 100644 --- a/videos/meetings/cn/v1.2.md +++ b/videos/meetings/cn/v1.2.md @@ -4,28 +4,42 @@ title: v1.2 ## Fubo goes deep into the efficient practice of KubeVela+GitOps +> This video is posted in 2022-02-23. + ## Interpretation of the latest module architecture and deployment methods +> This video is posted in 2022-02-23. + ## Explanation of the latest cloud resources + how to expand cloud resources +> This video is posted in 2022-01-26. + ## Dashboard CD seamless access to open source/commercial CI, GitLab +> This video is posted in 2022-01-11. + ## KubeVela v1.2 rc released interpretation, take you to master the use of VelaUX +> This video is posted in 2021-12-29. + ## KubeVela+APISIX provides users with multi-cluster gateway solutions +> This video is posted in 2021-12-20. + ## v1.2 UI preview and community governance +> This video is posted in 2021-12-02. + \ No newline at end of file diff --git a/videos/meetings/cn/v1.3.md b/videos/meetings/cn/v1.3.md index 94c03883..1b90e5bf 100644 --- a/videos/meetings/cn/v1.3.md +++ b/videos/meetings/cn/v1.3.md @@ -4,16 +4,24 @@ title: v1.3 ## Application delivery Debug mode and demof of integrated configuration management +> This video is posted in 2022-04-20. + ## KubeVela v1.3 VelaUX interpretation and SSO demo +> This video is posted in 2022-04-13. + ## v1.3 official version preview + community user sharing: China Merchants Bank KubeVela offline deployment practice +> This video is posted in 2022-03-24. + ## KubeVela AI Addon, allows you to easily complete machine learning tasks +> This video is posted in 2022-03-08. + \ No newline at end of file diff --git a/videos/talks/cn/app-platform.md b/videos/talks/cn/app-platform.md index 241f870c..b414cc32 100644 --- a/videos/talks/cn/app-platform.md +++ b/videos/talks/cn/app-platform.md @@ -2,4 +2,6 @@ title: Build a standard and scalable cloud-native application management platform based on Kubernetes --- +> This video is posted in 2020-11-02. + diff --git a/videos/talks/cn/gopher-china.md b/videos/talks/cn/gopher-china.md index e306886e..9b2d57cd 100644 --- a/videos/talks/cn/gopher-china.md +++ b/videos/talks/cn/gopher-china.md @@ -2,4 +2,6 @@ title: Gopher China - KubeVela --- +> This video is posted in 2021-01-15. + diff --git a/videos/talks/cn/multi-cluster.md b/videos/talks/cn/multi-cluster.md index 7af9ee69..f1fc6c50 100644 --- a/videos/talks/cn/multi-cluster.md +++ b/videos/talks/cn/multi-cluster.md @@ -2,4 +2,6 @@ title: Build and Manage Multi-cluster Application with Consistent Experience --- +> This video is posted in 2021-12-19. + diff --git a/videos/talks/cn/next-app-delivery.md b/videos/talks/cn/next-app-delivery.md index 8e18e8fd..505b0830 100644 --- a/videos/talks/cn/next-app-delivery.md +++ b/videos/talks/cn/next-app-delivery.md @@ -2,4 +2,6 @@ title: The next step in application delivery - KubeVela --- +> This video is posted in 2022-03-18. + diff --git a/videos/talks/cn/oam-application.md b/videos/talks/cn/oam-application.md index a289c7cb..42650a08 100644 --- a/videos/talks/cn/oam-application.md +++ b/videos/talks/cn/oam-application.md @@ -12,4 +12,6 @@ Specifically, we will try to answer these questions based on practices we learne * How to setup good developer experience for the platform? * How about the CI/CD pipeline? Is GitOps in the story? +> This video is posted in 2020-07-22. + diff --git a/videos/talks/cn/oam-manage-app.md b/videos/talks/cn/oam-manage-app.md index 85eadad3..78e89931 100644 --- a/videos/talks/cn/oam-manage-app.md +++ b/videos/talks/cn/oam-manage-app.md @@ -12,4 +12,6 @@ As result, the application management ecosystem in both Alibaba and the broader In this session, we will share how we broke siloes in application management layer by introducting Open Application Model to imrpove interoperability and reusability. The talk is based on real use cases in Alibaba’s web-scale Kubernetes cluster. +> This video is posted in 2020-09-12. + diff --git a/videos/talks/en/standardizing-app.md b/videos/talks/en/standardizing-app.md index 3f53588d..a5f36ba5 100644 --- a/videos/talks/en/standardizing-app.md +++ b/videos/talks/en/standardizing-app.md @@ -10,4 +10,6 @@ To solve this problem, we need a standard application model to bridge the gap be This talk introduces Open Application Model (OAM) which enables developers to build and deploy k8s applications in a platform-agnostic way. We will look at how it approaches the problem and how it leverages cloud services and open source projects to facilitate standardized application development across multiple environments. +> This video is posted in 2020-12-05. +