opentelemetry-demo
opentelemetry-demo copied to clipboard
deployment demo webstore to kubernetes
helm chart
- [ ] demo-webstore
- [ ] otelcol
- [ ] jaeger
- [ ] Prometheus
- [ ] document
- [ ] Multi-node (load balancing, replica etc.)
- [ ] documents
- [ ] test
Kubernetes quick setup (local setup)
- [ ] Kubernetes YAML file
- [ ] documents
The demo store currently only supports docker-compose deployments. We should support the deployment of the demo store to Kubernetes. There are two ways to deploy to Kubernetes.
- Kubernetes YAML Excellent for beginners, with a quick start. simply run a command line
kubectl apply -f https://raw.githubusercontent.com/....../demo-store.yaml
- helm chart You can flexibly choose the configuration of the demo store you want to deploy. For example, helm/value.yaml
feature:
log_collect: true
epbf: true
database: false
loadgenerator:
speed: 10
This issue is part of #41
I agree with this issue. With kubernetes, we can also involve opentelemetry operator into this demo which is more close to the way of using otel-collector for users who are also using kubernetes.
The helm chart should be probably added to https://github.com/open-telemetry/opentelemetry-helm-charts
I would like to help the helm chart :)
We need to have a discussion/vote on whether our helm chart should be called opentelemetry-demo
or opentelemetry-demo-webstore
(to be consistent with the repo name)
ref: https://github.com/open-telemetry/opentelemetry-helm-charts/pull/280#issuecomment-1189875104
@austinlparker @cartersocha @open-telemetry/demo-webstore-approvers @open-telemetry/demo-webstore-maintainers
helm chart: opentelemetry-demo
helm chart: opentelemetry-demo-webstore
helm chart: opentelemetry-demo-webstore
Vote: I'd like the chart called the same name as the repo
I'd say we should keep it consistent with other charts which are called the same as repos. What's the benefit of dropping -webstore
?
We are investigating changing the repo name, and dropping the -webstore
suffix. See #222
Yall should be unblocked now. Please proceed
Hey team, is there something I can do to help? I'd like to start doing some trials to deploy the OTEL demo to a k8 cluster.
There’s a helm chart you can start with already available @xoscar. Check the main readme
Added support