Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Instrumentation device not added for demo Deployment in Azure Kubernetes Service (AKS) cluster #40

Open
ggeorge-pros opened this issue Apr 30, 2024 · 0 comments

Comments

@ggeorge-pros
Copy link

Currently working on evaluating a POC for Odigos with Jaeger and am having difficulty getting the instrumentation patch to happen at all using the demo deployments from https://raw.githubusercontent.com/keyval-dev/simple-demo/main/kubernetes/deployment.yaml.

The sources and destination appear correctly.
image

And I can verify that the instrumented applications are present.

❯ kubectl get instrumentedapplications.odigos.io 
NAME                    AGE
deployment-coupon       25m
deployment-frontend     25m
deployment-inventory    25m
deployment-membership   25m
deployment-pricing      25m

However when looking at the YAML specification for the frontend Deployment, there's nothing that's been changed regarding the instrumentation device. All I see is the label odigos-instrumentation: enabled.

❯ kubectl get deployment frontend -o yaml | grep instrumentation          
    odigos-instrumentation: enabled
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant