OKG Documents v0.9.0 (#206)

* add kruise game blog of lilith games

Signed-off-by: 宋康 <sk01199367@alibaba-inc.com>

* add chillyroom blog and video
Signed-off-by: 宋康 <sk01199367@alibaba-inc.com>

* update kruise version of okg installation

Signed-off-by: 宋康 <sk01199367@alibaba-inc.com>

---------

Signed-off-by: 宋康 <sk01199367@alibaba-inc.com>
Co-authored-by: 宋康 <sk01199367@alibaba-inc.com>
This commit is contained in:
skkkkkkk 2024-09-06 11:28:03 +08:00 committed by GitHub
parent 4237af8cc6
commit e78f1c68c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 42 additions and 8 deletions

View File

@ -0,0 +1,9 @@
# 在K8s上使用OpenKruiseGame开发和管理基于会话的游戏的ChillyRoom经验
> KubeCon & CloudNativeCon 2024
>
> 演讲者: 刘鑫昊 / 刘秋阳
>
> 时间: 2024-08-23
<iframe width="560" height="315" src="https://www.youtube.com/embed/D3TjlnRJMKI?si=31jBpGIKRDIvf-KZ" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>

View File

@ -0,0 +1,7 @@
# 莉莉丝游戏云原生之路
> Author: 刘秋阳, beastpu
>
> Time: 2024-09-02
>
> **[原文链接](https://mp.weixin.qq.com/s/ITutI7eL5DCM2w7aNHVb5A)**

View File

@ -16,19 +16,19 @@ $ helm repo add openkruise https://openkruise.github.io/charts/
# [Optional]
$ helm repo update
# Install the latest version.
$ helm install kruise openkruise/kruise --version 1.6.3
$ helm install kruise openkruise/kruise --version 1.7.0
```
### 安装Kruise-Game
```shell
$ helm install kruise-game openkruise/kruise-game --version 0.8.0
$ helm install kruise-game openkruise/kruise-game --version 0.9.0
```
### 升级 Kruise-Game
```shell
$ helm upgrade kruise-game openkruise/kruise-game --version 0.8.0 [--force]
$ helm upgrade kruise-game openkruise/kruise-game --version 0.9.0 [--force]
```
### 可选项
@ -49,7 +49,7 @@ $ helm upgrade kruise-game openkruise/kruise-game --version 0.8.0 [--force]
| `kruiseGame.apiServerQpsBurst` | kruise-game-controller-manager 每秒发送到 API server的最大突发查询数 | `10` |
| `replicaCount` | kruise-game 的期望副本数 | `1` |
| `image.repository` | kruise-game 的镜像仓库 | `openkruise/kruise-game-manager` |
| `image.tag` | kruise-game 的镜像版本 | `v0.8.0` |
| `image.tag` | kruise-game 的镜像版本 | `v0.9.0` |
| `image.pullPolicy` | kruise-game 的镜像拉取策略 | `Always` |
| `serviceAccount.annotations` | kruise-game的serviceAccount注解 | ` ` |
| `resources.limits.cpu` | kruise-game容器的CPU资源限制 | `500m` |

View File

@ -0,0 +1,9 @@
# The Experience of ChillyRoom Developing & Managing Session-Based Game
> KubeCon & CloudNativeCon 2024
>
> Speakers: Xinhao Liu / ChrisLiu
>
> Time: 2023-8-23
<iframe width="560" height="315" src="https://www.youtube.com/embed/D3TjlnRJMKI?si=31jBpGIKRDIvf-KZ" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>

View File

@ -0,0 +1,7 @@
# Lilith Games' Path to Cloud Native
> Author: ChrisLiu, beastpu
>
> Time: 2024-09-02
>
> **[Original link](https://mp.weixin.qq.com/s/ITutI7eL5DCM2w7aNHVb5A)**

View File

@ -16,19 +16,19 @@ $ helm repo add openkruise https://openkruise.github.io/charts/
# [Optional]
$ helm repo update
# Install the latest version.
$ helm install kruise openkruise/kruise --version 1.6.3
$ helm install kruise openkruise/kruise --version 1.7.0
```
### Install Kruise-Game
```shell
$ helm install kruise-game openkruise/kruise-game --version 0.8.0
$ helm install kruise-game openkruise/kruise-game --version 0.9.0
```
### Upgrade Kruise-Game
```shell
$ helm upgrade kruise-game openkruise/kruise-game --version 0.8.0 [--force]
$ helm upgrade kruise-game openkruise/kruise-game --version 0.9.0 [--force]
```
### Options
@ -49,7 +49,7 @@ The following table lists the configurable parameters of the kruise-game chart a
| `kruiseGame.apiServerQpsBurst` | Maximum burst queries per second to send to the API server of kruise-game-controller-manager | `10` |
| `replicaCount` | Replicas of kruise-game deployment | `1` |
| `image.repository` | Repository for kruise-game image | `openkruise/kruise-game-manager` |
| `image.tag` | Tag for kruise-game image | `v0.8.0` |
| `image.tag` | Tag for kruise-game image | `v0.9.0` |
| `image.pullPolicy` | ImagePullPolicy for kruise-game container | `Always` |
| `serviceAccount.annotations` | The annotations for serviceAccount of kruise-game | ` ` |
| `resources.limits.cpu` | CPU resource limit of kruise-game container | `500m` |

View File

@ -68,7 +68,9 @@ module.exports = {
collapsed: false,
items: [
'blog-video/kubecon-shangyou-20230926',
'blog-video/kubecon-chillyroom-20240823',
'blog-video/meetup-guangzhou-20231125',
'blog-video/lilith-okg',
'blog-video/guanying-20231129',
'blog-video/higress',
'blog-video/cloud-forward-okg',