Migrated repository
Go to file
2017-11-28 18:31:14 +08:00
cmd [FIX] fix the bug 2017-11-28 17:45:43 +08:00
docs [FIX] Modify the Readme 2017-11-22 10:24:13 +08:00
hack [FIX] fix error usage of json 2017-11-28 18:31:14 +08:00
pkg [FIX] fix null node cause panic 2017-11-28 18:21:03 +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 [FIX] Modify the Readme 2017-11-22 10:24:13 +08:00
release.sh [FMT]Perfect build details 2017-11-22 17:04:25 +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


Rainbond is the first opensource enterprise application management platform (serverless PaaS) in China. It integrates CI/CD automation application building system, microservice architecture application management system and fully-automatic computing resource management system, to provide best practice of application-centic philosophy.

Rainbond is cutting edge application management platform with complete ecosystem, based on Kubernetes and Docker, has been optimized and verified for 5 five years.

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.


中文Readme

Quick Start

  1. Install Rainbond Data Center
  2. Install Rainbond Application Console
  3. Build Your First Application

Quick Build

Quickly build Rainbond components in two ways:

Golang
$go get -d github.com/goodrain/rainbond
$cd $GOPATH/src/github.com/goodrain/rainbond
$make all
Docker
$git clone https://github.com/goodrain/rainbond.git
$cd rainbond
$make all-image
BUG Submission

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

Rainbond Architecture

Architecture

Rainbond Structure

Rainbond consisted of Rainbond Data Center and Rainbond Resource Console(Enterprise edition available), seamlessly docked with 好雨云市, enabling hyper-converged computing pools.

Rainbond Data Center consisted of a series of distributed components, enabling resource-oriented Rainbond node abstraction, application-oriented storage, network and computing resources. With plug-in, distributed and software-defined principles, Rainbond can build unified application runtime environment on any computing environment, includes public cloud, private cloud, IDC and industry computing cloud.

Rainbond Application Console is Web console that interfaces with multiple Rainbond Data Centers, to provide application lifecycle management capabilities.

Community

Rainbond QQ Group

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

Documentation