1

I'm pretty new with k8s and k8ssandra project. I just deployed k8ssandra operator followed https://docs-v2.k8ssandra.io/ V2 version instruction on k8s cluster. After that, I could not found the reaper or grafana services and pods. What I expecting is just like what the official site said, they combined reaper and grafana into k8ssandra operator project. Really need your help if you have any idea about this solution.

Jan Garaj
  • 25,598
  • 3
  • 38
  • 59
7072129
  • 29
  • 8

1 Answers1

3

[EDITED] I found out from the K8ssandra developers that the example Single-cluster install with helm deploys a minimal cluster with the minimum components configured.

We don't have a nice procedure in the docs for deploying Reaper but you can use the example CRD here to deploy it.

In relation to Grafana, they've decided not to deploy a Grafana pod with K8ssandra because the feedback that they got was that most organisations already have their own Prometheus/Grafana infrastructure. Follow the instructions here to deploy the Prometheus operator and Grafana.

Apologies that this isn't clear with our docs which are still being updated with details of the new K8ssandra operator. Cheers!

Erick Ramirez
  • 13,964
  • 1
  • 18
  • 23
  • I installed all prerequisites, and did all thing on this page, https://docs-v2.k8ssandra.io/install/local/single-cluster-helm/. – 7072129 Jul 21 '22 at 06:31
  • Did you manage to get through the whole set of instructions with no issues? – Erick Ramirez Jul 21 '22 at 06:45
  • no any issue while I'm following these instruction, that's why I am so confused about that. – 7072129 Jul 21 '22 at 06:55
  • 1
    I've got new info from the K8ssandra devs so I've updated my answer. Cheers! – Erick Ramirez Jul 21 '22 at 13:36
  • @7072129 this is a completely different question to what you originally asked so please post a new question. If we respond to follow-up questions in comments, it will be a never-ending thread. Cheers! – Erick Ramirez Jul 25 '22 at 03:39
  • Sorry about that Erick. I post a new question about that. Feel free to give some hint on that question. – 7072129 Jul 25 '22 at 06:35