https://github.com/instantwebp2p/cstack
CaaS (container as a service) stack in Node.js style
https://github.com/instantwebp2p/cstack
caas container cstack nodejs virtualization
Last synced: 21 days ago
JSON representation
CaaS (container as a service) stack in Node.js style
- Host: GitHub
- URL: https://github.com/instantwebp2p/cstack
- Owner: InstantWebP2P
- License: mit
- Created: 2015-09-11T14:12:37.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-12-23T20:50:13.000Z (over 6 years ago)
- Last Synced: 2025-06-10T17:14:56.070Z (10 months ago)
- Topics: caas, container, cstack, nodejs, virtualization
- Language: JavaScript
- Homepage: https://instantwebp2p.github.io/cstack/
- Size: 21.5 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cstack
CaaS (container as a service) stack in Node.js style
## Features
## Components
### management service:
- multi-tanent: enviroment, project concept
- monophonic service node: computer/network/storage virtualisation, image service, etc
- load balancing: proxy, cluster
- HA, no SPF
- REST API
- CLI
- dashboard, UI
- middle-ware vs micro-service architecture
- live upgrade
- Resource scheduler/arbiter
- QoS policy
- Log collect
- DevOps
- etc
### networking agent:
- support only virtual switch
- flat l2
- dhcp/dns services
- l3 routing
- IPv6
- DPDK
- nat,firewall, vpn
- load balancing
- multipath
- live upgrade
- HA, no SPF
- REST API
- CLI
- QoS
- service discovering
- Loging
- etc
### computing agent:
- support lxc/lxd, docker/rkt/runc,kvm/physical host,even windows container
- live migration
- resource monitoring
- resource metric
- live upgrade
- HA, no SPF
- REST API
- CLI
- QoS
- Loging
- etc
### storage agent:
- support local fs, nfs, glusterFs, cephFs, even iSCSI, FC
- upload/download file
- object/block store, fs
- hot plugin-out
- NVMe/SPDK
- resource metric
- live upgrade
- snapshot
- HA, no SPF
- REST API
- CLI
- QoS
- Loging
- etc
### License
(see LICENSE file)
Copyright (c) 2015-present Tom Zhou(iwebpp@gmail.com)