Giter Site home page Giter Site logo

rosda's People

Contributors

chk-n avatar dependabot[bot] avatar

Stargazers

 avatar  avatar

Watchers

 avatar

rosda's Issues

Ability to create and delete services

Tasks

  • Add service (service manager)
  • Delete service (service manager)
  • Master api (pull image)
  • Admin api (push image)
  • Cloud provider client (network, firewall(s), lb(s), instances)

[scheduler] Fix tests

Logs

--- FAIL: TestScheduler (0.00s)
    --- FAIL: TestScheduler/multiple_fit-architecture,count (0.00s)
        pffd_test.go:430: Test multiple_fit-architecture,count failed, expected [{node2 [{c2 0 2 256 map[arm64:<nil> eu2:<nil>]}]} {node2 [{c2 0 2 256 map[arm64:<nil> eu2:<nil>]}]} {node3 [{c2 0 2 256 map[arm64:<nil> eu2:<nil>]}]} {node3 [{c2 0 2 256 map[arm64:<nil> eu2:<nil>]}]}], got [{node2 [{c2 0 2 256 map[arm64:<nil> eu2:<nil>]}]} {node3 [{c2 0 2 256 map[arm64:<nil> eu2:<nil>]}]}]
    --- FAIL: TestScheduler/multiplefit_fit-priority (0.00s)
        pffd_test.go:430: Test multiplefit_fit-priority failed, expected [{node1 [{c1 1 2 128 map[arm64:<nil> eu1:<nil>]}]} {node1 [{c1 2 2 256 map[arm64:<nil> eu1:<nil>]}]} {node2 [{c1 1 2 128 map[arm64:<nil> eu1:<nil>]}]}], got [{node2 [{c1 1 2 128 map[arm64:<nil> eu1:<nil>]}]} {node1 [{c1 1 2 128 map[arm64:<nil> eu1:<nil>]} {c1 2 2 256 map[arm64:<nil> eu1:<nil>]}]}]
FAIL
FAIL	github.com/chk-n/dash/pkg/scheduler	0.217s
FAIL

Implement HA for master nodes

Task

  • Define leader election protocol or distributed lock protocol
  • Define database replication
  • Implement secure master to master communication
  • Add concept of regions/datacenters
  • Implement so only one master makes decision

Key notes:

  • Each master(s) take care of nodes within their region
  • If masters in region goes down, leadership needs to be done by masters from other regions (this will complicate things a lot probably)

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.