This is an automated email from the ASF dual-hosted git repository.
adheipsingh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid-operator.git
The following commit(s) were added to refs/heads/master by this push:
new c813f35 Simplify README for Apache migration
c813f35 is described below
commit c813f358b917de9c26c14c2e2484316b84194f3b
Author: AdheipSingh <[email protected]>
AuthorDate: Tue Feb 24 11:57:41 2026 +0530
Simplify README for Apache migration
---
README.md | 65 +--------------------------------------------------------------
1 file changed, 1 insertion(+), 64 deletions(-)
diff --git a/README.md b/README.md
index 9d33ca1..1d66b2a 100644
--- a/README.md
+++ b/README.md
@@ -16,68 +16,5 @@ KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
-<h2 align="center">
- <picture>
- <img alt="DataInfra Logo"
src="https://raw.githubusercontent.com/datainfrahq/.github/main/images/druid-operator.png"width="200"
height="200">
- </picture>
- <br>
- Kubernetes Operator For Apache Druid
-</h2>
-<div align="center">
-
-

[](https://github.com/datainfrahq/druid-operator/releases)
[](https://kubernetes.slack.com/archives/C04F4M6HT2L)
-
-</div>
-
-- Druid Operator provisions and manages [Apache
Druid](https://druid.apache.org/) cluster on kubernetes.
-- Druid Operator is designed to provision and manage [Apache
Druid](https://druid.apache.org/) in distributed mode only.
-- It is built in Golang using
[kubebuilder](https://github.com/kubernetes-sigs/kubebuilder).
-- Refer to [Documentation](./docs/README.md) for getting started.
-- Feel free to join Kubernetes slack and join
[druid-operator](https://kubernetes.slack.com/archives/C04F4M6HT2L)
-
-### Newsletter - Monthly updates on running druid on kubernetes.
-- [Apache Druid on Kubernetes](https://druidonk8s.substack.com/)
-
-### Talks and Blogs on Druid Operator
-
-- [Druid Summit
2023](https://druidsummit.org/agenda?agendaPath=session/1256850)
-- [Dok Community](https://www.youtube.com/live/X4A3lWJRGHk?feature=share)
-- [Druid Summit](https://youtu.be/UqPrttXRBDg)
-- [Druid Operator
Blog](https://www.cloudnatively.com/apache-druid-on-kubernetes/)
-- [Druid On K8s Without ZK](https://youtu.be/TRYOvkz5Wuw)
-- [Building Apache Druid on Kubernetes: How Dailymotion Serves Partner
Data](https://youtu.be/FYFq-tGJOQk)
-
-### Supported CR's
-
-- The operator supports CR's of type ```Druid``` and ```DruidIngestion```.
-- ```Druid``` and ```DruidIngestion``` CR belongs to api Group
```druid.apache.org``` and version ```v1alpha1```
-
-### Druid Operator Architecture
-
-
-
-### Notifications
-
-- The project moved to <b>Kubebuilder v3</b> which requires a [manual
change](docs/kubebuilder_v3_migration.md) in the operator.
-- Users are encourage to use operator version 0.0.9+.
-- The operator has moved from HPA apiVersion autoscaling/v2beta1 to
autoscaling/v2 API users will need to update there HPA Specs according v2 api
in order to work with the latest druid-operator release.
-- druid-operator has moved Ingress apiVersion networking/v1beta1 to
networking/v1. Users will need to update there Ingress Spec in the druid CR
according networking/v1 syntax. In case users are using schema validated CRD,
the CRD will also be needed to be updated.
-- The v1.0.0 release for druid-operator is compatible with k8s version 1.25.
HPA API is kept to version v2beta2.
-- Release v1.2.2 had a bug for namespace scoped operator deployments, this is
fixed in 1.2.3.
-
-### Kubernetes version compatibility
-
-| druid-operator | 0.0.9 | v1.0.0 | v1.1.0 | v1.2.2 | v1.2.3 | v1.2.4 | v1.2.5
| v1.3.0 |
-| :------------- | :-------------: | :-----: | :---: | :---: | :---: | :---: |
:---: | :---: |
-| kubernetes <= 1.20 | :x:| :x: | :x: | :x: | :x: | :x: | :x: | :x: |
-| kubernetes == 1.21 | :white_check_mark:| :x: | :x: | :x: | :x: | :x: | :x: |
:x: |
-| kubernetes >= 1.22 and <= 1.25 | :white_check_mark: | :white_check_mark: |
:white_check_mark: | :white_check_mark: | :white_check_mark: |
:white_check_mark: | :white_check_mark: | :white_check_mark: |
-| kubernetes > 1.25 and <= 1.33.1 | :x: | :x: | :white_check_mark: |
:white_check_mark: | :white_check_mark: | :white_check_mark: |
:white_check_mark: | :white_check_mark: |
-
-### Contributors
-
-<a
href="https://github.com/datainfrahq/druid-operator/graphs/contributors"><img
src="https://contrib.rocks/image?repo=datainfrahq/druid-operator"/></a>
-
-### Note
-ApacheĀ®, [Apache Druid, DruidĀ®](https://druid.apache.org/) are either
registered trademarks or trademarks of the Apache Software Foundation in the
United States and/or other countries. This project, druid-operator, is not an
Apache Software Foundation project.
+# Apache Druid Operator
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]