All Projects → picluster → Picluster

picluster / Picluster

Licence: gpl-3.0
A Simplified Docker Swarm or Kubernetes Alternative to Container Scheduling and Orchestration

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Picluster

Bitnami Docker Redis
Bitnami Redis Docker Image
Stars: ✭ 317 (-18.72%)
Mutual labels:  containers, docker-image, cluster
Caprover
Scalable PaaS (automated Docker+nginx) - aka Heroku on Steroids
Stars: ✭ 7,964 (+1942.05%)
Mutual labels:  paas, node-js, containers
Verwalter
A tool which manages cluster of services
Stars: ✭ 34 (-91.28%)
Mutual labels:  containers, cluster, orchestration
Lastbackend
System for containerized apps management. From build to scaling.
Stars: ✭ 1,536 (+293.85%)
Mutual labels:  paas, containers, orchestration
Docker Jdownloader
JDownloader 2 Docker Image (Multiarch) - Passed 40M Downloads
Stars: ✭ 85 (-78.21%)
Mutual labels:  raspberry-pi, raspberrypi, docker-image
Knctl
Knative CLI
Stars: ✭ 163 (-58.21%)
Mutual labels:  faas, paas, containers
Faas
OpenFaaS - Serverless Functions Made Simple
Stars: ✭ 20,820 (+5238.46%)
Mutual labels:  faas, paas
Pifmadv
Advanced Raspberry Pi FM transmitter with RDS encoding
Stars: ✭ 316 (-18.97%)
Mutual labels:  raspberry-pi, raspberrypi
Containerops
DevOps Orchestration Platform
Stars: ✭ 317 (-18.72%)
Mutual labels:  containers, orchestration
Cloudflare Ddns
🎉🌩️ Dynamic DNS (DDNS) service based on Cloudflare! Access your home network remotely via a custom domain name without a static IP!
Stars: ✭ 332 (-14.87%)
Mutual labels:  raspberry-pi, docker-image
Pisugar
PiSugar is a battery module for Raspberry Pi zero / zero W / zero WH
Stars: ✭ 287 (-26.41%)
Mutual labels:  raspberry-pi, raspberrypi
Mobilenet Ssd Realsense
[High Performance / MAX 30 FPS] RaspberryPi3(RaspberryPi/Raspbian Stretch) or Ubuntu + Multi Neural Compute Stick(NCS/NCS2) + RealSense D435(or USB Camera or PiCamera) + MobileNet-SSD(MobileNetSSD) + Background Multi-transparent(Simple multi-class segmentation) + FaceDetection + MultiGraph + MultiProcessing + MultiClustering
Stars: ✭ 322 (-17.44%)
Mutual labels:  raspberry-pi, raspberrypi
Balena Electronjs
electronJS-based resin application template
Stars: ✭ 348 (-10.77%)
Mutual labels:  raspberry-pi, raspberrypi
Awesome Raspberry Pi
curated list of projects with raspberry pi
Stars: ✭ 309 (-20.77%)
Mutual labels:  raspberry-pi, cluster
Dockercheatsheet
🐋 Docker Cheat Sheet 🐋
Stars: ✭ 3,301 (+746.41%)
Mutual labels:  docker-image, dockerfiles
Rpisurv
Raspberry Pi surveillance
Stars: ✭ 293 (-24.87%)
Mutual labels:  raspberry-pi, raspberrypi
Sireprat
Remote Command Execution as SYSTEM on Windows IoT Core (releases available for Python2.7 & Python3)
Stars: ✭ 326 (-16.41%)
Mutual labels:  raspberry-pi, raspberrypi
Umoci
umoci modifies Open Container images
Stars: ✭ 349 (-10.51%)
Mutual labels:  containers, docker-image
Lxdock
Build and orchestrate your development environments with LXD - a.k.a. Vagrant is Too Heavy™
Stars: ✭ 350 (-10.26%)
Mutual labels:  containers, orchestration
Storyscript
Magical coding language for tomorrow’s developer; the other 1 billion people not in GitHub. 🧙
Stars: ✭ 381 (-2.31%)
Mutual labels:  containers, orchestration

PiCluster

Pic

PiCluster is a simple way to manage Docker containers on multiple hosts. I created this because I found Docker Swarm not that good and Kubernetes was too difficult to install currently on ARM. PiCluster will only build and run images from Dockerfile's on the host specified in the config file. This software will work on regular x86 hardware also and is not tied to ARM.

Build Status License: GPL v3

Pic

Features

  • Move containers to different hosts in the cluster
  • Container Load Balancer
  • Run commands in parallel across Nodes
  • Heartbeat for services
  • Easily build and orchestrate Docker images across nodes
  • Web interface
  • CLI interface
  • Monitor host metrics (Disk, CPU, Memory)
  • HTTP interface
  • Virtual Networking via Swarm
  • Virtual IP Manager
  • Rsyslog Analytics
  • Built-in web terminal to easily run commands on nodes
  • Integrate the Kibana dashboard into PiCluster
  • Integrates with Elasticsearch to store the PiCluster logs and host monitoring metrics .
  • Automatic container failover to different nodes
  • Pull container images from a registry
  • Upload Dockerfile archives to the entire cluster
  • Functions-as-a-Service (FaaS)

Prerequisites

  • Docker
  • Node.js
  • OpenSSL
  • pq
  • git
  • curl

Ubuntu

apt-get install openssl git node docker pq curl

Arch Linux

pacman -S openssl git node docker pq curl

Cloning this Repository

git clone https://github.com/picluster/picluster.git picluster

To clone the developer branch (not recommended unless you know what you're doing):

git clone -b dev https://github.com/picluster/picluster.git picluster

Config file reference

See Wiki

Try PiCluster in Docker

We included a compose file to evaluate PiCluster easily on your laptop. Simply Install Docker on your laptop and do the following:

cd picluster
docker-compose up -d

Finally, in your web browser go to http://127.0.0.1:3003

Installation

See Wiki

Container Load Balancer

See Wiki

Upgrading

See Wiki

Functions-as-a-Service (FAAS)

See Wiki

Configuring and using the command-line client "pictl"

See Wiki

SSL/TLS

See Wiki

Using pm2 to init PiCluster on systemd

See Wiki

Automatic Container failover to other hosts

See Wiki

Authors and Contributions

  • Project created by Phillip Tribble.

  • TokinRing, core developer.

  • AidanHarris, core developer.

  • PiCluster Logos by chzbacon.

Images

This work, "Raspy Whale", is a derivative of "raspberry" by Chanut is Industries from the Noun Project used under CC BY, "Sperm Whale" by Oksana Latysheva from the Noun Project used under CC BY, and "Sperm Whale" by Oksana Latysheva from the Noun Project used under CC BY. "Raspy Whale" is licensed under CC BY by Jordan Sinn.

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].