Giter VIP home page Giter VIP logo

Comments (10)

yurishkuro avatar yurishkuro commented on May 20, 2024

a travis job that

  • builds images,
  • runs Won's end-to-end test on them,
  • publish if successful

from jaeger.

black-adder avatar black-adder commented on May 20, 2024

So I don't know why we need this before we have our discovery component built, I think that should be a priority.

from jaeger.

yurishkuro avatar yurishkuro commented on May 20, 2024

Why does it depend on discovery? We already have the ability to point agent to a single collector, once #137 is done we'll be able to point to many. But doing this PR is independent.

from jaeger.

black-adder avatar black-adder commented on May 20, 2024

No one is going to use jaeger with only static hosts

from jaeger.

yurishkuro avatar yurishkuro commented on May 20, 2024

I quite disagree. Zipkin has no support for discovery of any kind. A lot of companies are still running on pets, not cattle, static routing is perfectly fine. And there are other ways to load balance without having discovery built-in, e.g. DNS.

from jaeger.

xjerod avatar xjerod commented on May 20, 2024

I agree with @yurishkuro , running collectors behind a "static" endpoint like a load balancer or k8s service is perfectly reasonable (and our exact use case).

from jaeger.

jpkrohling avatar jpkrohling commented on May 20, 2024

I'm currently working on an OpenShift template for "production" usage. This includes setting up Cassandra, creating Dockerfiles and allowing each component to be started individually. The templates might also "just work" for Kubernetes (or need small adjustments).

My current approach is:

  • DaemonSet for the Agent, so that there is one agent per node
  • Stateful Set for Cassandra, so that pods have predictable names and orderly rollout, making the seed logic simpler
  • Services for UI, Query and Collector, so that each component can be scaled up/down individually

I'm using the fabric8/alpine-caddy image for the UI, as I understand that it's the most appropriate image (at the moment) for static assets.

No one is going to use jaeger with only static hosts

On Kubernetes/OpenShift, people would just point to the service name, which happens to be exposed as a hostname. The internal DNS server will resolve to a "cluster IP", which then load balances the traffic among the pods, perhaps using some affinity logic (ie: route requests from pods on DC 1 preferably to other pods on DC 1). So, I'd say that static hosts are the proper way to do that in cloud native deployments.

from jaeger.

yurishkuro avatar yurishkuro commented on May 20, 2024

@jpkrohling we'd still need Docker images for all 3 backend components irrespective of where they run, correct?

from jaeger.

jpkrohling avatar jpkrohling commented on May 20, 2024

Correct. On my WIP branch, I have a Dockerfile for each of the modules (query, collector and agent).

from jaeger.

yurishkuro avatar yurishkuro commented on May 20, 2024

Solved by #157

from jaeger.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.