diff --git a/README.md b/README.md index 6242a2308..d7b13a851 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,10 @@ obd demo See also [Quick experience](https://en.oceanbase.com/docs/community-observer-en-10000000000829647) or [Quick Start (Simplified Chinese)](https://open.oceanbase.com/quickStart) for more details. +## ☸️ Start with Kubernetes + +You can deploy and manage OceanBase Database instance in kubernetes cluster with [ob-operator](https://github.com/oceanbase/ob-operator) quickly. Refer to the document [Quick Start for ob-operator](https://oceanbase.github.io/ob-operator) to see details. + ## 👨‍💻 Start developing See [OceanBase Developer Document](https://github.com/oceanbase/oceanbase/wiki/Compile) to learn how to compile and deploy a manually compiled observer. diff --git a/README_CN.md b/README_CN.md index b6bf99e86..b5fb77261 100644 --- a/README_CN.md +++ b/README_CN.md @@ -99,6 +99,10 @@ obd demo 更多信息参考[快速体验 OceanBase 数据库](https://open.oceanbase.com/quickStart)。 +## ☸️ 使用 Kubernetes + +使用 [ob-operator](https://github.com/oceanbase/ob-operator) 可在 Kubernetes 环境中快速部署和管理 OceanBase 数据库实例,可参考文档 [ob-operator 快速上手](https://oceanbase.github.io/ob-operator/README-CN.html)了解具体的使用方法。 + ## 👨‍💻 使用源码编译部署 参考 [OceanBase 开发者文档](https://github.com/oceanbase/oceanbase/wiki/Compile)了解如何编译和部署手动编译的observer。