All Projects → pingcap → Tidb Operator

pingcap / Tidb Operator

Licence: apache-2.0
TiDB operator creates and manages TiDB clusters running in Kubernetes.

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Projects that are alternatives of or similar to Tidb Operator

Litmus
Litmus helps SREs and developers practice chaos engineering in a Cloud-native way. Chaos experiments are published at the ChaosHub (https://hub.litmuschaos.io). Community notes is at https://hackmd.io/a4Zu_sH4TZGeih-xCimi3Q
Stars: ✭ 2,377 (+205.53%)
Mutual labels:  cloud-native, hacktoberfest, operator
Tidb
TiDB is an open source distributed HTAP database compatible with the MySQL protocol
Stars: ✭ 29,871 (+3739.46%)
Mutual labels:  cloud-native, hacktoberfest, tidb
Chaos Mesh
A Chaos Engineering Platform for Kubernetes.
Stars: ✭ 4,265 (+448.2%)
Mutual labels:  cloud-native, hacktoberfest, operator
Almond Cloud
Almond As A Service and Thingpedia
Stars: ✭ 215 (-72.37%)
Mutual labels:  cloud-native, hacktoberfest
Akka
Build highly concurrent, distributed, and resilient message-driven applications on the JVM
Stars: ✭ 11,938 (+1434.45%)
Mutual labels:  cloud-native, hacktoberfest
Externalsecret Operator
An operator to fetch secrets from cloud services and inject them in Kubernetes
Stars: ✭ 177 (-77.25%)
Mutual labels:  cloud-native, hacktoberfest
Policy Hub Cli
CLI for searching Rego policies
Stars: ✭ 88 (-88.69%)
Mutual labels:  cloud-native, hacktoberfest
siddhi-operator
Operator allows you to run stream processing logic directly on a Kubernetes cluster
Stars: ✭ 16 (-97.94%)
Mutual labels:  operator, cloud-native
logging-operator
A golang based operator to create and manage EFK (Elasticsearch, Fluentd, and Kibana) stack on Kubernetes
Stars: ✭ 42 (-94.6%)
Mutual labels:  operator, cloud-native
radondb-mysql-kubernetes
Open Source,High Availability Cluster,based on MySQL
Stars: ✭ 146 (-81.23%)
Mutual labels:  operator, cloud-native
Linstor Server
High Performance Software-Defined Block Storage for container, cloud and virtualisation. Fully integrated with Docker, Kubernetes, Openstack, Proxmox etc.
Stars: ✭ 374 (-51.93%)
Mutual labels:  cloud-native, operator
Falco
Cloud Native Runtime Security
Stars: ✭ 4,340 (+457.84%)
Mutual labels:  hacktoberfest, cloud-native
Docs
TiDB/TiKV/PD documentation.
Stars: ✭ 422 (-45.76%)
Mutual labels:  hacktoberfest, tidb
Okteto
Develop your applications directly in your Kubernetes Cluster
Stars: ✭ 1,937 (+148.97%)
Mutual labels:  cloud-native, hacktoberfest
Kogito Runtimes
Kogito Runtimes - Kogito is a cloud-native business automation technology for building cloud-ready business applications.
Stars: ✭ 188 (-75.84%)
Mutual labels:  cloud-native, hacktoberfest
Kogito Examples
Kogito examples - Kogito is a cloud-native business automation technology for building cloud-ready business applications.
Stars: ✭ 96 (-87.66%)
Mutual labels:  cloud-native, hacktoberfest
galaxykube
PolarDB-X Operator is a Kubernetes extension that aims to create and manage PolarDB-X cluster on Kubernetes.
Stars: ✭ 65 (-91.65%)
Mutual labels:  operator, cloud-native
Kube Prometheus
Use Prometheus to monitor Kubernetes and applications running on Kubernetes
Stars: ✭ 3,607 (+363.62%)
Mutual labels:  hacktoberfest, operator
Openebs
Leading Open Source Container Attached Storage, built using Cloud Native Architecture, simplifies running Stateful Applications on Kubernetes.
Stars: ✭ 7,277 (+835.35%)
Mutual labels:  cloud-native, hacktoberfest
Jaeger Operator
Jaeger Operator for Kubernetes simplifies deploying and running Jaeger on Kubernetes.
Stars: ✭ 634 (-18.51%)
Mutual labels:  hacktoberfest, operator

TiDB Operator

Build Status codecov LICENSE Language Go Report Card GitHub release GoDoc

TiDB Operator manages TiDB clusters on Kubernetes and automates tasks related to operating a TiDB cluster. It makes TiDB a truly cloud-native database.

TiDB Operator Architecture

Features

  • Safely scaling the TiDB cluster

    TiDB Operator empowers TiDB with horizontal scalability on the cloud.

  • Rolling update of the TiDB cluster

    Gracefully perform rolling updates for the TiDB cluster in order, achieving zero-downtime of the TiDB cluster.

  • Multi-tenant support

    Users can deploy and manage multiple TiDB clusters on a single Kubernetes cluster easily.

  • Automatic failover

    TiDB Operator automatically performs failover for your TiDB cluster when node failures occur.

  • Kubernetes package manager support

    By embracing Kubernetes package manager Helm, users can easily deploy TiDB clusters with only one command.

  • Automatically monitoring TiDB cluster at creating

    Automatically deploy Prometheus, Grafana for TiDB cluster monitoring.

  • Heterogeneous cluster

    Users can deploy a heterogeneous cluster join existing cluster.

Quick Start

You can follow our Get Started guide to quickly start a testing Kubernetes cluster and play with TiDB Operator on your own machine.

Documentation

You can see our documentation at PingCAP website for more in-depth installation and instructions for production:

All the TiDB Operator documentation is maintained in the docs-tidb-operator repository.

Blog

TiDB Monthly

TiDB Monthly

Community

Feel free to reach out if you have any questions. The maintainers of this project are reachable via:

Pull Requests are welcome! Check the issue tracker for status/help-wanted issues if you're unsure where to start.

If you're planning a new feature, please file an issue or join #sig-k8s channel to discuss first.

Contributing

Contributions are welcome and greatly appreciated. See CONTRIBUTING.md for details on submitting patches and the contribution workflow.

License

TiDB is under the Apache 2.0 license. See the LICENSE file for details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].