Migrated repository
Go to file
2017-12-28 10:16:09 +08:00
.github [ADD] Issue or pull request template 2017-12-12 22:45:15 +08:00
cmd [FIX] fix grctl up command failed,caused by master nodestatus is not null 2017-12-27 12:36:15 +08:00
docs [FIX] fix the QR width 2017-12-12 21:59:57 +08:00
hack [REV] Support compute nodes to add rain users 2017-12-27 17:41:53 +08:00
pkg [FIX] fix save in codecheck and event 2017-12-28 10:16:09 +08:00
test [FIX] Task system test completed, support array configuration 2017-12-20 17:28:21 +08:00
vendor [FIX] fix node metric don't include filesystem and disk 2017-12-21 10:23:59 +08:00
.gitignore [FIX] manage node adapter not exist; grctl support domain 2017-12-11 16:17:53 +08:00
CHANGELOG.md [ADD] init commit 2017-11-07 11:40:44 +08:00
CONTRIBUTING.md Create CONTRIBUTING.md 2017-12-12 16:10:42 +08:00
LICENSE [ADD] init commit 2017-11-07 11:40:44 +08:00
Licensing.md [ADD] init commit 2017-11-07 11:40:44 +08:00
Makefile [REV] update release.sh 2017-12-26 11:16:13 +08:00
README.md [FIX] QR code 2017-12-14 09:20:31 +08:00
release.sh [REV] update release.sh 2017-12-26 11:16:13 +08:00
ROADMAP.md [FIX] Modify the Readme 2017-11-22 10:24:13 +08:00
VERSION.md [ADD] init commit 2017-11-07 11:40:44 +08:00


Rainbond is a production grade serverless PaaS. It integrates Kubernetes based containers management, CI/CD and multiple data center resource management, to provide full management of cloud native applications, build connections between application and infrastructure, application and application, infrastructure and infrastructure.

5 years of optimizing and verifying makes Rainbond a cutting edge serverless PaaS with complete ecosystem and concept. We choose to open source and embrace the community, absorbing best ideas and practices to further improve and enhance Rainbond, enabling more enterprises and individuals to enjoy "application-centric" experience.


Design Concept · Architecture · User Scenario · Installation Requirement · 中文文档


To start using Rainbond

  1. Install Rainbond
  2. Create First Application
  3. Build Microservice Architecture

To start developing Rainbond

This repository includes core components of Rainbond Data Center, you can build it in two ways:

Golang(v1.8+)
$go get -d github.com/goodrain/rainbond
$cd $GOPATH/src/github.com/goodrain/rainbond
$make build
Docker
$git clone https://github.com/goodrain/rainbond.git
$cd rainbond
$make images
BUG Fix

Bug found in learning and using, please visit ISSUES to find similar Bugs and solutions. If there is no related result, please create a new issue.

Architecture

Community

WeChat

*Scan QR code, add inviter to join Rainbond WeChat group*  

QQ Group:

  • 477016432 (Group 1)
  • 453475798 (Group 2)
  • 419331946 (Group 3)

Documentation