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

Telemetry Client Deployment #2041

Open
wpank opened this issue Oct 18, 2022 · 1 comment
Open

Telemetry Client Deployment #2041

wpank opened this issue Oct 18, 2022 · 1 comment

Comments

@wpank
Copy link
Contributor

wpank commented Oct 18, 2022

Similar to #2040 (read that first), but a bit less invovled:

The telemetry client part has been separated out into it's own package named telemetry. The sole purpose of this is to subscribe to the a telemetry backend, and write things to the db related to liveness.

Some considerations for deployement:

  • there needs to be a otv-telemetry docker image repo created
  • the build and publish ci pipelines already exist but need the docker repo to be created first
  • There would only need to be 1 replica at first (in the future if things need to be scaled more, mayber more)
  • the only things in the config tha are needed are db and telemetry sections
  • there doesn't need to be any exposed ports, save for the telemetry and db connections
@ironoa
Copy link
Contributor

ironoa commented Dec 12, 2023

* there doesn't need to be any exposed ports, save for the telemetry and db connections

An exposed port is needed for the healthcheck

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

2 participants