This is an automated email from the ASF dual-hosted git repository.

asdf2014 pushed a commit to branch update-k8s-doc-for-helm-chart
in repository https://gitbox.apache.org/repos/asf/druid.git

commit ca18ee234613e79457eb7f1675949c2275733289
Author: Benedict Jin <asdf2...@apache.org>
AuthorDate: Tue Mar 5 15:59:03 2024 +0800

    Update Kubernetes doc for Helm Chart
---
 docs/operations/kubernetes.md | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)

diff --git a/docs/operations/kubernetes.md b/docs/operations/kubernetes.md
index 9d7b3b6c6ba..256dcefd30e 100644
--- a/docs/operations/kubernetes.md
+++ b/docs/operations/kubernetes.md
@@ -25,10 +25,20 @@ title: "kubernetes"
 
 Apache Druid distribution is also available as 
[Docker](https://www.docker.com/) image from [Docker 
Hub](https://hub.docker.com/r/apache/druid) . For example, you can obtain 
latest release using the command below.
 
-```
+```bash
 $ docker pull apache/druid
 ```
 
-[druid-operator](https://github.com/datainfrahq/druid-operator) can be used to 
manage a Druid cluster on [Kubernetes](https://kubernetes.io/) .
+[Apache Druid Helm Chart](https://github.com/asdf2014/druid-helm) can be used 
to deploy a Druid cluster on Kubernetes with following commands:
+
+```bash
+# Add repository
+$ helm repo add druid-helm https://asdf2014.github.io/druid-helm/
+
+# Install chart
+$ helm install my-druid druid-helm/druid --version 29.0.4
+```
+
+[druid-operator](https://github.com/datainfrahq/druid-operator) also can be 
used to manage a Druid cluster on [Kubernetes](https://kubernetes.io/) .
 
 Druid clusters deployed on Kubernetes can function without Zookeeper using 
[druid–kubernetes-extensions](../development/extensions-core/kubernetes.md) .


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@druid.apache.org
For additional commands, e-mail: commits-h...@druid.apache.org

Reply via email to