All Projects → nebula-orchestrator → manager

nebula-orchestrator / manager

Licence: GPL-3.0 license
The API endpoint that manages nebula orchestrator clusters

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to manager

docs
Documentation repo of nebula orchestration system
Stars: ✭ 16 (-42.86%)
Mutual labels:  cluster, container, orchestration, distributed, iot-platform, container-cluster, nebula, docker-cluster
Distgatling
Distributed Gatling
Stars: ✭ 89 (+217.86%)
Mutual labels:  cluster, distributed
Amp
** THIS PROJECT IS STOPPED ** An open source CaaS for Docker, batteries included.
Stars: ✭ 74 (+164.29%)
Mutual labels:  cluster, orchestration
Azos
A to Z Sky Operating System / Microservice Chassis Framework
Stars: ✭ 137 (+389.29%)
Mutual labels:  cluster, distributed
Orcinus
Agnostic Orchestration Tools
Stars: ✭ 17 (-39.29%)
Mutual labels:  cluster, orchestration
Verwalter
A tool which manages cluster of services
Stars: ✭ 34 (+21.43%)
Mutual labels:  cluster, orchestration
Scaleable Crawler With Docker Cluster
a scaleable and efficient crawelr with docker cluster , crawl million pages in 2 hours with a single machine
Stars: ✭ 96 (+242.86%)
Mutual labels:  cluster, distributed
Crate
CrateDB is a distributed SQL database that makes it simple to store and analyze massive amounts of data in real-time.
Stars: ✭ 3,254 (+11521.43%)
Mutual labels:  cluster, distributed
Gateway
🚀构建分布式即时聊天、消息推送系统。 Building distributed instant messaging, push notification systems.
Stars: ✭ 188 (+571.43%)
Mutual labels:  cluster, distributed
Cookim
Distributed web chat application base websocket built on akka.
Stars: ✭ 198 (+607.14%)
Mutual labels:  cluster, distributed
Coerce Rs
Coerce - an asynchronous (async/await) Actor runtime and cluster framework for Rust
Stars: ✭ 231 (+725%)
Mutual labels:  cluster, distributed
Picluster
A Simplified Docker Swarm or Kubernetes Alternative to Container Scheduling and Orchestration
Stars: ✭ 390 (+1292.86%)
Mutual labels:  cluster, orchestration
Nebula
Nebula is a powerful framwork for building highly concurrent, distributed, and resilient message-driven applications for C++.
Stars: ✭ 385 (+1275%)
Mutual labels:  cluster, distributed
Memento
Fairly basic redis-like hashmap implementation on top of a epoll TCP server.
Stars: ✭ 74 (+164.29%)
Mutual labels:  cluster, distributed
Diplomat
A HTTP Ruby API for Consul
Stars: ✭ 358 (+1178.57%)
Mutual labels:  cluster, distributed
Raspberry Pi Dramble
Raspberry Pi Kubernetes cluster that runs HA/HP Drupal 8
Stars: ✭ 1,317 (+4603.57%)
Mutual labels:  cluster, distributed
akk-stack
Containerized EverQuest Emulator Server Environment
Stars: ✭ 36 (+28.57%)
Mutual labels:  container, orchestration
hekate
Java Library for Distributed Services
Stars: ✭ 17 (-39.29%)
Mutual labels:  cluster, distributed
Broccoli
Broccoli - distributed task queues for ESP32 cluster
Stars: ✭ 280 (+900%)
Mutual labels:  cluster, distributed
Fluentdispatch
🌊 .NET Standard 2.1 framework which makes easy to scaffold distributed systems and dispatch incoming load into units of work in a deterministic way.
Stars: ✭ 152 (+442.86%)
Mutual labels:  cluster, distributed

Nebula manager

Travis CI unit tests & autobuild: Build Status

Shippable ARM autobuild: Run Status

Main website available here, refer to the documentation for more details about how to install & use.

Nebula is a open source distributed Docker orchestrator designed for massive scales (tens of thousands of servers/worker devices), unlike Mesos/Swarm/Kubernetes it has the ability to have workers distributed on high latency connections (such as the internet) yet have the pods(containers) be managed centrally with changes taking affect (almost) immediately, this makes Nebula ideal for managing a vast cluster of servers\devices across the globe, some possible use cases are:

  • IoT devices
  • appliances\virtual appliances located at clients data centers
  • edge computing
  • POS systems

Ever wandered how your going to push an update to that smart fridge your company is working on as it's thousands of devices around the globe? wish you could have the assurance that your service will always use the latest code\envvars\etc in all of it's edge locations? want the ability to stop\start a globally distributed service with a single command?

Nebula was designed from the ground up to answer all of this needs and much more, refer to the documentation if your interested in seeing on how to use it.

This repo is the manager component of Nebula container orchestrator, it's the API endpoint through which Nebula apps are managed.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].