Giter VIP home page Giter VIP logo

Comments (3)

vishh avatar vishh commented on August 26, 2024

@arkadijs I am curious to know the deployment issues with using the buddy container?
In general, we intend to move towards a side-car based model for discovery, sharding and storage instead of a single monolithic binary.

from heapster.

arkadijs avatar arkadijs commented on August 26, 2024
  1. +1 container to deploy and explain to newcomer. I prefer to code a solution that just works. Please avoid microservices envy.
  2. Exchanging live data via JSON formatted data on the filesystem? Really?
  3. The buddy is overwriting the hosts file in-place, thus a race condition with the reader (heapster). Use rename().
  4. There is code in Heapster that queries Kubernetes nodes API. following the logic it should be removed and placed into separate container.
    https://github.com/GoogleCloudPlatform/heapster/blob/master/sources/kube.go#L110

from heapster.

vishh avatar vishh commented on August 26, 2024

On Wed, Feb 11, 2015 at 12:26 AM, arkadijs [email protected] wrote:

  1. +1 container to deploy and explain to newcomer. I prefer to code a
    solution that just works. Please avoid microservices envy.

Agreed. Although cluster management tools like Kubernetes or (maybe) Fig,
should solve this problem.

  1. Exchanging live data via JSON formatted data on the filesystem?
    Really?

The data being exchanged was expected to change very in-frequently and in
some cases not change at all.

  1. The buddy is overwriting the hosts file in-place, thus a race
    condition with the reader (heapster). Use rename().

Valid point. Needs to be fixed.

  1. There is code in Heapster that queries Kubernetes nodes API.
    following the logic it should be removed and placed into separate
    container.
    https://github.com/GoogleCloudPlatform/heapster/blob/master/sources/kube.go#L110

That is the intent in the long run.
We want to limit the number of platforms that we support natively. Why?
Every new platform being added needs to be tested and maintained as part of
the core binary. Separating out node discovery helps to shard and scale
heapster easily. But limiting to CoreOS in addition to Kubernetes is fine.

from heapster.

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.