This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 862645e  Support bilibili, and update Hongtao's talk.
862645e is described below

commit 862645eeb5ef812af1216d4238cc91949a60cb5d
Author: Wu Sheng <wu.sh...@foxmail.com>
AuthorDate: Sat Nov 21 14:07:45 2020 +0800

    Support bilibili, and update Hongtao's talk.
---
 content/zh/2020-10-25-coscon20-swck/index.md | 18 ++++++++++++++++++
 layouts/shortcodes/bilibili.html             |  8 ++++++++
 2 files changed, 26 insertions(+)

diff --git a/content/zh/2020-10-25-coscon20-swck/index.md 
b/content/zh/2020-10-25-coscon20-swck/index.md
new file mode 100644
index 0000000..6ead319
--- /dev/null
+++ b/content/zh/2020-10-25-coscon20-swck/index.md
@@ -0,0 +1,18 @@
+---
+title: "[视频] COSCon20 - Apache SkyWalking Cloud on Kubernetes"
+date: 2020-10-25
+author: 高洪涛
+description: "中国开源年会2020,云原生与微服务专场"
+---
+
+### 高洪涛
+美国ServiceMesh服务商tetrate创始工程师。原华为软件开发云技术专家。目前为Apache 
SkyWalking核心贡献者,参与该开源项目在软件开发云的商业化进程。曾任职当当网系统架构师,开源达人,曾参与Apache 
ShardingSphere,Elastic-Job等知名开源项目。对分布式数据库,容器调度,微服务,ServicMesh等技术有深入的了解。
+
+### 议题简介
+定制化Operator模式在面向Kubernetes的云化平台建构中变得越来越流行。Apache 
SkyWalking社区已经开始尝试使用Operator模式去构建基于Kubernetes平台的PaaS云组件。本次分享给将会给听众带来该项目的初衷,实现与未来演进等相关内容。分享的内容包含:
+1. 项目动机与设计理念
+2. 核心功能展示,包含SkyWalking核心组件的发布,更新与维护。
+3. 观测ServiceMesh,包含于Istio的自动集成。
+4. 目前的工作进展和对未来的规划。
+
+{{< bilibili BV1ia411c7Hc >}}
\ No newline at end of file
diff --git a/layouts/shortcodes/bilibili.html b/layouts/shortcodes/bilibili.html
new file mode 100644
index 0000000..3badb35
--- /dev/null
+++ b/layouts/shortcodes/bilibili.html
@@ -0,0 +1,8 @@
+{{ $videoID := index .Params 0 }}
+{{ $pageNum := index .Params 1 | default 1}}
+
+{{ if (findRE "^[bB][vV][0-9a-zA-Z]+$" $videoID) }}
+<div><iframe id="biliplayer" src="//player.bilibili.com/player.html?bvid={{ 
$videoID }}&page={{ $pageNum }}" scrolling="no" border="0" frameborder="no" 
framespacing="0" allowfullscreen="true" loading="lazy" width="100%" 
height="500"> </iframe></div>
+{{ else }}
+<div><iframe id="biliplayer" src="//player.bilibili.com/player.html?aid={{ 
$videoID }}&page={{ $pageNum }}" scrolling="no" border="0" frameborder="no" 
framespacing="0" allowfullscreen="true" loading="lazy" width="100%" 
height="500"> </iframe></div>
+{{ end }}

Reply via email to