-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update go mod * update configs, chart * update readme * update adopter * Update README.md
- Loading branch information
1 parent
da563de
commit e08c388
Showing
10 changed files
with
784 additions
and
679 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,11 +17,14 @@ Druid Operator is designed to provision and manage [Apache Druid](https://druid. | |
It is built in Golang using [kubebuilder](https://github.com/kubernetes-sigs/kubebuilder). | ||
Druid Operator is available on [operatorhub.io](https://operatorhub.io/operator/druid-operator) | ||
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/) | ||
|
@@ -45,23 +48,6 @@ Feel free to join Kubernetes slack and join [druid-operator](https://kubernetes. | |
- 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. | ||
|
||
### Kubernetes version compatibility | ||
|
||
| druid-operator | 0.0.9 | v1.0.0 | v1.1.0 | | ||
| :------------- | :-------------: | :-----: | :---: | | ||
| kubernetes <= 1.20 | :x:| :x: | :x: | | ||
| kubernetes == 1.21 | :white_check_mark:| :x: | :x: | | ||
| kubernetes >= 1.22 and <= 1.25 | :white_check_mark: | :white_check_mark: | :x: | | ||
| kubernetes > 1.25 | :x: | :x: | :white_check_mark: | | ||
|
||
### Commerical Support | ||
If you are looking for commercial support on running Apache Druid, feel free to contact. | ||
Please send a PR if you want your company to be added to commercial support. | ||
| Name | Company | Contact | | ||
| :------------- | :-------------: | :-----: | | ||
| Adheip Singh - Maintainer | DataInfra | [email protected] | | ||
| Saydul Bashar - Solution Architect | DataStreamIQ | [email protected] | | ||
|
||
### Contributors | ||
|
||
<a href="https://github.com/datainfrahq/druid-operator/graphs/contributors"><img src="https://contrib.rocks/image?repo=datainfrahq/druid-operator"/></a> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.