Skip to content

Commit

Permalink
docs: update README.md (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
tutunannan authored Dec 6, 2024
1 parent 5c8508f commit 1af9734
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 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/spark-k8s-operator)](https://goreportcard.com/report/github.com/zncdatadev/spark-k8s-operator)
[![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/spark-k8s-operator)](https://artifacthub.io/packages/helm/kubedoop/spark-k8s-operator)

This is a kubernetes operator to manage apache spark-k8s on kubernetes cluster. It's part of the kubedoop ecosystem.
This is a Kubernetes operator to manage Apache Spark jobs.

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 Down Expand Up @@ -40,23 +41,25 @@ helm install spark-k8s-operator kubedoop/spark-k8s-operator
kubectl apply -f config/samples
```

## Kubedoop Ecosystem
## Kubedoop Data Platform Operators

### 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 1af9734

Please sign in to comment.