Skip to content

Commit

Permalink
docs: update README.md (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
tutunannan authored Dec 5, 2024
1 parent 9b7c34a commit 40be03b
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@
[![Go Report Card](https://goreportcard.com/badge/github.com/zncdatadev/hbase-operator)](https://goreportcard.com/report/github.com/zncdatadev/hbase-operator)
[![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/hbase-operator)](https://artifacthub.io/packages/helm/kubedoop/hbase-operator)

This is a kubernetes operator to manage apache hbase on kubernetes cluster. It's part of the kubedoop ecosystem.
This is a Kubernetes operator to manage Apache HBase clusters.

Kubedoop is a cloud-native big data platform built on Kubernetes, designed to simplify the deployment and management of big data applications on Kubernetes.
It provides a set of pre-configured Operators to easily deploy and manage various big data components such as HDFS, Hive, Spark, Kafka, and more.
It's part of the kubedoop Data Platform, a modular open source data platform built on Kubernetes that provides Kubernetes native deployment
and management of popular open source data apps like Apache Kafka, Apache Doris, Apache Kyuubi, Trino or Apache Spark, all working
together seamlessly. Based on Kubernetes, it runs everywhere – on prem or in the cloud.

## Quick Start

Expand All @@ -24,10 +25,11 @@ helm repo add kubedoop https://zncdatadev.github.io/kubedoop-helm-charts/

```bash
helm install commons-operator kubedoop/commons-operator
helm install hdfs-operator kubedoop/hdfs-operator
helm install listener-operator kubedoop/listener-operator
helm install secret-operator kubedoop/secret-operator

helm install zookeeper-operator kubedoop/zookeeper-operator
helm install hdfs-operator kubedoop/hdfs-operator
```

### Add hbase-operator
Expand All @@ -36,29 +38,31 @@ helm install zookeeper-operator kubedoop/zookeeper-operator
helm install hbase-operator kubedoop/hbase-operator
```

### Deploy hbase cluster
### Deploy HBase cluster

```bash
kubectl apply -f config/samples
```

## Kubedoop Ecosystem

### Operators
## Kubedoop Data Platform Operators

Kubedoop operators:
These are the operators that are currently part of the Kubedoop Data Platform:

- [Kubedoop Operator for Apache Airflow](https://github.com/zncdatadev/airflow-operator)
- [Kubedoop Operator for Apache DolphinScheduler](https://github.com/zncdatadev/dolphinscheduler-operator)
- [Kubedoop Operator for Apache Doris](https://github.com/zncdatadev/doris-operator)
- [Kubedoop Operator for Apache Hadoop HDFS](https://github.com/zncdatadev/hdfs-operator)
- [Kubedoop Operator for Apache HBase](https://github.com/zncdatadev/hbase-operator)
- [Kubedoop Operator for Apache Hive](https://github.com/zncdatadev/hive-operator)
- [Kubedoop Operator for Apache Kafka](https://github.com/zncdatadev/kafka-operator)
- [Kubedoop Operator for Apache Kyuubi](https://github.com/zncdatadev/kyuubi-operator)
- [Kubedoop Operator for Apache Nifi](https://github.com/zncdatadev/nifi-operator)
- [Kubedoop Operator for Apache Spark](https://github.com/zncdatadev/spark-k8s-operator)
- [Kubedoop Operator for Apache Superset](https://github.com/zncdatadev/superset-operator)
- [Kubedoop Operator for Trino](https://github.com/zncdatadev/trino-operator)
- [Kubedoop Operator for Apache Zookeeper](https://github.com/zncdatadev/zookeeper-operator)

Kubedoop built-in operators:
And our internal operators: :

- [Commons Operator](https://github.com/zncdatadev/commons-operator)
- [Listener Operator](https://github.com/zncdatadev/listener-operator)
Expand Down

0 comments on commit 40be03b

Please sign in to comment.