在内网环境的Kubernetes 中部署 OceanBase 集群

【 使用环境 】测试环境
【 OB 】
【 使用版本 】
【问题描述】在内网环境的Kubernetes 中部署 OceanBase应该如何操作,看文档 在 Kubernetes 环境中部署 OceanBase 集群 是要求公网环境是用 ob-oprator部署。官方有没有现成的K8s镜像?
【复现路径】问题出现前后相关操作
【附件及日志】推荐使用OceanBase敏捷诊断工具obdiag收集诊断信息,详情参见链接(右键跳转查看):

【SOP系列 22 】——故障诊断第一步(自助诊断和诊断信息收集)

您可以通过 ob-operator 和配置文件来使用这些镜像在 k8s 环境中部署 OceanBase 集群。
内网也可以部署。参考文档即可。

一般内网环境需要把依赖的镜像都下载下来,然后 load 进去,再通过 yaml 到方式来执行,你说的现成的K8s镜像指的是部署 K8s 吗,还是已经有了 K8s 环境,但是无法下载镜像,希望提供完整的 ob-operator 和 ob 的镜像

如果希望一次性的在 K8s 中部署好,我们提供了基于 sealer 构建的 clusterimage,可以参考 https://hub.docker.com/r/oceanbase/oceanbase-sealer ,如果有其他 K8s 相关的问题,可以加入我们的dingding群 https://h5.dingtalk.com/ecologicalOrg/index.html?code=v1%2Ck1%2C19EwmpCIak4VTScBrgtz2mw1JkhAMSnzn22JxAXuU8Y%3D&origin=11&dd_darkmode=true&dd_mini_app_id=5000000005018615&dtaction=os#/inviteOutsideJoin? 雪染 invites you to join DingTalk group chat ob-operator users. Please tap to view more.

希望提供完整的 ob-operator 和 ob 的镜像

ob-operator 镜像: https://hub.docker.com/r/oceanbase/ob-operator
cert-manager 相关的镜像:
https://hub.docker.com/r/oceanbase/cert-manager-controller
https://hub.docker.com/r/oceanbase/cert-manager-cainjector
https://hub.docker.com/r/oceanbase/cert-manager-webhook
oceanbase 镜像:https://hub.docker.com/r/oceanbase/oceanbase-cloud-native
obagent 镜像: https://hub.docker.com/r/oceanbase/obagent
obproxy 镜像:https://hub.docker.com/r/oceanbase/obproxy-ce
local-path 镜像(如果希望使用 local-path 存储类,如果已经有其他存储类可以忽略这个): https://hub.docker.com/r/rancher/local-path-provisioner