Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

First user guides (local setup with kind+Jaeger) #49

Merged
merged 2 commits into from
Nov 9, 2021
Merged

Conversation

errordeveloper
Copy link
Contributor

@errordeveloper errordeveloper commented Oct 29, 2021

Fixes #3

@errordeveloper errordeveloper mentioned this pull request Oct 29, 2021
2 tasks
@errordeveloper errordeveloper force-pushed the user-guides branch 7 times, most recently from 21ed0b4 to cbaadd0 Compare November 1, 2021 16:23
@errordeveloper errordeveloper force-pushed the user-guides branch 5 times, most recently from b9db6cf to c1382f0 Compare November 3, 2021 18:25
@errordeveloper errordeveloper changed the title User guides First user guides (local setup with kind+Jaeger) Nov 3, 2021
@errordeveloper errordeveloper marked this pull request as ready for review November 3, 2021 18:34
Copy link

@jedsalazar jedsalazar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks great! just a couple of minor questions. I'll be testing this out later today

)
```

Deploy Jaeger operator:

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is Jaeger a dependency for OpenTelemetry?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not generally. It's just part of the OpenTelemetry world, and it can be used sort of independently. You would probably use OTel SDK with Jaeger anyway, but the OTel collector is no essential for using Jaeger. Does this make sense?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you read all of the configs in both of the OpenTelemetryCollector CRs that are defined here, you should be able to get an idea how the pieces connect together. I would be happy to get on a call and draw some kind of an arch diagram together also!

GUIDE_KIND.md Outdated
namespace: kube-system
spec:
mode: daemonset
image: docker.io/errordeveloper/otelcol:cb59912b36f1b5aeed4bfb49c132e9f3dcda8992-dev@sha256:d89f31b721bf184620f225b983136002b0f55b30231fa15e7d98277f2f2713ab

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will we be moving this over to an Isovalent or a Cilium container repo?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, it will be either quay or GitHub. This one is just a public snapshot, the repo is still private...

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The repo is public now and the image is under ghcr.io/cilium/

@errordeveloper errordeveloper force-pushed the user-guides branch 2 times, most recently from 35b0f73 to 82f0783 Compare November 4, 2021 16:15
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

user guide
2 participants