Giter Site home page Giter Site logo

app-resource-scaler's Introduction

app-resource-scaler

This project serves as a plugin for the generic kubernetes resources scale to zero infrastructure.
It implements scaling of Iguazio's app services, by modifying the appropriate CRDs.

Building the project

There are 2 separate docker images for dlx and scaler, each in their corresponding directories. To build, just run the commands (from the root dir of this project):

docker build -f dlx/Dockerfile -t [repo]/dlx:[version] .
docker build -f autoscaler/Dockerfile -t [repo]/scaler:[version] .

or run

SCALER_TAG=[version] SCALER_REPOSITORY=iguazio/ make build

This will build an image of the scaler components with resourcescaler.go as their plugin.
To publish the image just docker push the resulting images to your favorite repo.

Notes

Modifying vendor dir may result in incompatability with the vendor dir in scaler. Please run docker build as described above to verify nothing was broken.

app-resource-scaler's People

Contributors

hedingber avatar pavelrib avatar gkirok avatar yaelgen avatar omesser avatar liranbg avatar

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.