Skip to content

Commit

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

This is a Kubernetes Operator to provision and inject secrets for Kubernetes pods. Compared to Kubernetes' native secret mounts, this permits secrets to be selected dynamically
based on properties of the Pod. It's part of the kubedoop ecosystem.
This is a Kubernetes Operator to provision and inject secrets for Kubernetes pods. Compared to Kubernetes' native secret mounts,
this permits secrets to be selected dynamically based on properties of the `Pod`.

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 @@ -39,23 +40,25 @@ helm install secret-operator kubedoop/secret-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 a80f512

Please sign in to comment.