kubernetes deployment of jager with clickhouse #5948
Replies: 2 comments 3 replies
-
Hey @AshishM-Protean! I'm here to help you with your Kubernetes deployment of Jager with ClickHouse. I can assist you with bugs, questions, and becoming a contributor. Let's tackle this together! I found a similar unsolved discussion on deploying Jaeger with ClickHouse on Kubernetes: Jaeger with Clickhouse [1]. To deploy Jaeger with ClickHouse on Kubernetes, you can use the Jaeger Operator. Here are some useful resources: Additionally, the Jaeger documentation provides specific guidelines and an example for deploying Jaeger with ClickHouse on Kubernetes: apiVersion: jaegertracing.io/v1
kind: Jaeger
metadata:
name: clickhouse-grpc-plugin
spec:
strategy: allInOne
storage:
type: grpc-plugin
grpcPlugin:
image: ghcr.io/pavolloffay/jaeger-clickhouse:0.5.1
options:
grpc-storage-plugin:
binary: /plugin/jaeger-clickhouse
configuration-file: /plugin-config/config.yaml
log-level: debug
volumeMounts:
- name: plugin-config
mountPath: /plugin-config
volumes:
- name: plugin-config
configMap:
name: jaeger-clickhouse Refer to jaeger-clickhouse for documentation and a fully functional example [4][5][6]. These resources should help you get started with deploying Jaeger with ClickHouse on Kubernetes. |
Beta Was this translation helpful? Give feedback.
-
ClickHouse is not officially supported yet. |
Beta Was this translation helpful? Give feedback.
-
I need help for this deployment can we have any document for this
Beta Was this translation helpful? Give feedback.
All reactions