Go to file
dengwendi 23e6a593c6 INIT 2023-11-15 15:07:11 +08:00
CHANGELOG INIT 2023-11-15 15:07:11 +08:00
LICENSES/vendor INIT 2023-11-15 15:07:11 +08:00
api/v1 INIT 2023-11-15 15:07:11 +08:00
build INIT 2023-11-15 15:07:11 +08:00
charts INIT 2023-11-15 15:07:11 +08:00
cmd INIT 2023-11-15 15:07:11 +08:00
hack INIT 2023-11-15 15:07:11 +08:00
pkg INIT 2023-11-15 15:07:11 +08:00
test INIT 2023-11-15 15:07:11 +08:00
third-party/hsperfdata INIT 2023-11-15 15:07:11 +08:00
tools INIT 2023-11-15 15:07:11 +08:00
CHANGELOG.md INIT 2023-11-15 15:07:11 +08:00
CONTRIBUTING.md INIT 2023-11-15 15:07:11 +08:00
LICENSE INIT 2023-11-15 15:07:11 +08:00
Makefile INIT 2023-11-15 15:07:11 +08:00
NOTICE.md INIT 2023-11-15 15:07:11 +08:00
README.md INIT 2023-11-15 15:07:11 +08:00
go.mod INIT 2023-11-15 15:07:11 +08:00
go.sum INIT 2023-11-15 15:07:11 +08:00

README.md

PolarDB-X Operator

PolarDB-X Operator is a Kubernetes extension that aims to create and manage PolarDB-X cluster on Kubernetes. It follows the operator pattern and automates the management tasks.

Quick Start

Follow the 快速开始 guide to start a testing Kubernetes cluster and play with PolarDB-X Operator.

Documentation

Please refer to the CHANGELOG for the notable changes for each version.**

Refer to the documentations for more details, such as CRD definitions and operation guides.

如对文档有疑问可提Issue或者Pull Request到文档仓库

Roadmap

There are many aspects of management activities. For now, only some are implemented. Here's a roadmap describing what features we have implemented and what we are going to implement and their (possible) priorities.

Implemented:

  • Basic Lifetime Management
  • Liveness/Readiness Probing & Self Healing
  • Metrics Export and Grafana/Prometheus Integration
  • Dynamic Configuration
  • Scale and Upgrade
  • Automated Data Rebalance
  • Automated Failover
  • Security and TLS
  • Multiple Architecture Support: linux/amd64, linux/arm64
  • Backup and Restore
  • Log(Audit, Error) Collection
  • Readonly instance
  • Parameter Template and Configuration
  • XStore Node Rebuild

Working in progress:

  • [T0] Dashboard
  • ...

License

PolarDB-X operator is distributed under the Apache License (Version 2.0). See the LICENSE file for details.

This product contains various third-party components under other open source licenses. See the NOTICE file for more information.