Migrated repository
Go to file
2017-12-01 11:44:53 +08:00
cmd [FIX] Modify webcli default port 7171 2017-11-29 14:04:30 +08:00
docs [FMT] Adjust the README 2017-11-29 16:53:29 +08:00
hack [REV] reverse app publish origin version,now can use it online,when deploy console new version,re-offline this function 2017-12-01 11:44:53 +08:00
pkg [REV] optimize list command,group node role;get command rich output;version delete interface add delete image functioin 2017-12-01 11:38:46 +08:00
test [FIX] The task scheduling algorithm is optimized 2017-11-17 18:19:54 +08:00
vendor [DEL] del fmt 2017-11-24 11:20:08 +08:00
.gitignore [FMT]Perfect build details 2017-11-22 17:04:25 +08:00
CHANGELOG.md [ADD] init commit 2017-11-07 11:40:44 +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 Merge branch 'master' of code.goodrain.com:goodrain/rainbond 2017-11-22 17:04:34 +08:00
README.md Merge branch 'master' of code.goodrain.com:goodrain/rainbond 2017-11-29 18:01:07 +08:00
release.sh [REV] rm push image after build image 2017-11-29 16:20:00 +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 first open source production grade serverless PaaS in China. It integrates Kubernetes based containers management, CI/CD methods and multiple data center resource management, to provide full management solution of cloud native application, build connection system of 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 enterprise and individuals to enjoy "application-centric" experience.


Design Concept -- -- Architecture -- -- User Scenario -- -- Installation Requirement -- --中文Readme


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 Bug and solutions. If there is no similar result, please create a new issue.

Architecture

Community

QQ Group:

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

Documentation