kind create cluster -n kcdsp --config kind.yamlkubectl apply -f tempo.yamldocker build -t nodejs-voting-app:kcdsp nodejs-voting-app- Replace the IMAGE
kubectl apply -f nodejs-voting-app/deployment.yamlkubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.14.2/cert-manager.yamlkubectl apply -f https://github.com/open-telemetry/opentelemetry-operator/releases/latest/download/opentelemetry-operator.yamlkubectl apply -f otel.yamlkubectl port-forward -n kcdsp svc/nodejs-voting-app-service 8080:80kubectl port-forward -n kcdsp svc/grafana 3000:3000kubectl apply -f instrumentation.yamlkubectl patch deployment nodejs-voting-app -n kcdsp -p '{"spec": {"template":{"metadata":{"annotations":{"instrumentation.opentelemetry.io/inject-nodejs":"true"}}}} }'curl -X POST localhost:8080/vote -H "Content-Type: application/json" -d '{"candidate": "1"}'