labring/oceanbase-operator
victoriametrics/operator
istio/operator
rancher/cis-operator
redislabs/operator
rancher/eks-operator
dynatrace/dynatrace-operator
datastax/cass-operator
grafana/agent-operator
percona/percona-xtradb-cluster-operator
k8ssandra/cass-operator
rancher/aks-operator
grafana/rollout-operator
rancher/gke-operator
rancher/rancher-operator
appdynamics/cluster-agent-operator
rancher/ui-plugin-operator
grafana/loki-operator
datadog/operator
newrelic/k8s-agents-operator
vmware/kube-fluentd-operator
kong/kong-operator
rocm/gpu-operator
securecodebox/operator
apache/solr-operator
jaegertracing/jaeger-operator
hashicorp/vault-secrets-operator
redislabs/operator-internal
cilium/operator
bitnamicharts/grafana-operator
rancher/backup-restore-operator
bitnamicharts/minio-operator
daprio/operator
percona/percona-server-mongodb-operator
newrelic/newrelic-infra-operator
nginx/nginx-ingress-operator
k8ssandra/reaper-operator
docker/tcc-operator-catalog
rancher/mirrored-calico-operator
k8ssandra/medusa-operator
newrelic/newrelic-k8s-operator-v2
bitnamicharts/rabbitmq-cluster-operator
rancher/mirrored-prometheus-operator-prometheus-operator
kubeflow/mxnet-operator
redis/rdi-operator
kong/gateway-operator
dynatrace/dynatrace-oneagent-operator
k8ssandra/k8ssandra-operator
rancher/coreos-prometheus-operator
cleanstart/helm-operator
kong/nightly-kong-operator
rancher/scc-operator
kubeflow/spark-operator
bitnamicharts/grafana-k6-operator
kong/gateway-operator-oss
rancher/mirrored-cilium-operator-aws
intel/power-operator
newrelic/es-operator
rancher/helm-project-operator
cilium/operator-generic
newrelic/k8s-operator
datadog/operator-bundle
opensearchproject/opensearch-operator
rancher/rancher-operator
appdynamics/cluster-agent-operator
rancher/ui-plugin-operator
grafana/loki-operator
datadog/operator
kong/kong-operator
newrelic/k8s-agents-operator
rocm/gpu-operator
vmware/kube-fluentd-operator
apache/solr-operator
securecodebox/operator
jaegertracing/jaeger-operator
hashicorp/vault-secrets-operator
redislabs/operator-internal
cilium/operator
bitnamicharts/grafana-operator
rancher/backup-restore-operator
daprio/operator
bitnamicharts/minio-operator
percona/percona-server-mongodb-operator
newrelic/newrelic-infra-operator
k8ssandra/reaper-operator
nginx/nginx-ingress-operator
rancher/mirrored-calico-operator
k8ssandra/medusa-operator
docker/tcc-operator-catalog
newrelic/newrelic-k8s-operator-v2
bitnamicharts/rabbitmq-cluster-operator
与「oceanbase-operator」相关的博客与命名空间
相关博客
POWERRAG Docker 容器化部署指南
POWERRAG Community Edition是一款基于RAGFlow构建的开源项目,采用Apache License 2.0许可协议。该项目在保留RAGFlow核心能力和接口兼容性的基础上,扩展了文档处理、结构化信息提取、效果评估及反馈机制等功能,旨在为大型语言模型(LLM)应用提供更全面的集成数据服务引擎。
SEEKDB Docker 容器化部署指南
OceanBase seekdb 是 OceanBase 打造的一款开发者友好的 AI 原生数据库产品,专注于为 AI 应用提供高效的混合搜索能力。它支持向量、文本、结构化与半结构化数据的统一存储与检索,并通过内置 AI Functions 支持数据嵌入、重排与库内实时推理。seekdb 在继承 OceanBase 核心引擎高性能优势与 MySQL 全面兼容特性的基础上,通过深度优化数据搜索架构,为开发者提供更符合 AI 应用数据处理需求的解决方案。
MINIOB Docker 容器化部署指南
MINIOB是由OceanBase与华中科技大学联合开发的数据库内核入门教程实践工具,旨在帮助零数据库基础的学习者快速理解和掌握数据库内核原理。该工具通过简化数据库核心模块(如存储引擎、查询优化器、事务管理等)的实现,使学习者能够直观地了解各模块功能及相互关联,并通过实践操作设计高效SQL语句。
OCEANBASE-CE Docker 容器化部署指南
OceanBase CE(Community Edition)是一款开源的分布式HTAP(Hybrid Transactional and Analytical Processing)数据库管理系统,具备高可用、高扩展、高性能的特性,适用于海量数据存储与处理场景。通过Docker容器化部署OceanBase CE,可以快速搭建测试环境,简化部署流程,降低环境配置复杂度。本文将详细介绍OceanBase CE的Docker容器化部署方案,包括环境准备、镜像拉取、容器部署、功能测试及生产环境建议等内容。
OBPROXY-CE Docker 容器化部署指南
OceanBase Database Proxy(简称OBPROXY-CE)是OceanBase数据库生态中的专用代理服务器,作为客户端与OceanBase集群之间的中间层,承担着SQL请求路由、负载均衡、连接管理、高可用切换等核心功能。通过OBPROXY-CE,用户可以透明地访问OceanBase集群,无需关心后端OBServer节点的具体分布和状态,显著简化了数据库集群的运维复杂度。