gianm commented on code in PR #16045: URL: https://github.com/apache/druid/pull/16045#discussion_r1530603864
########## 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: Review Comment: When might someone want to use the operator and when might someone want to use the helm chart? Would it be clear to someone familiar with k8s what the right choice would be? I wonder about this whenever thinking about adding options to a documentation page-- we should try to help people choose an option, unless it would be obvious. (I don't have much personal experience with k8s so I am not sure if this is obvious or not.) ########## 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: Review Comment: When might someone want to use the operator and when might someone want to use the helm chart? Would it be clear to someone familiar with k8s what the right choice would be? I wonder about this whenever thinking about adding options to a documentation page-- we should try to help people choose an option, unless it would be obvious. (I don't have much personal experience with k8s so I am not sure if the choice of helm chart vs operator is obvious or not.) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
