• PlanB Router
    • PlanB Router
      • 增加仓库
      • 安装
      • 配置

    PlanB Router

    PlanB Router

    PlanB是一个分布式的HTTP和websocket代理。它被在Hipache定义的配置样式的顶层构建。

    tsuru使用PlanB把请求分发到容器。路由信息被tsuru存储在配置的Redis服务器中,PlanB会直接从Redis读取这个配置。

    增加仓库

    为了tsuru,需要增加包含PlanB包的仓库:

    1. sudo apt-get install software-properties-common -y
    2. sudo apt-add-repository ppa:tsuru/ppa -y
    3. sudo apt-get update

    安装

    为安装PlanB,只需要使用apt-get:

    1. sudo apt-get install planb -y

    配置

    你可能修改/etc/defult/planb文件,从而改变PLANB_OPTS环境变量,为了配置绑定地址、Redis 端点和其他配置,这些配置在PlanB文档中描述。

    在修改文件后,你只需要使用如下命令启动PlanB:

    1. sudo start planb

    原文: http://doc.oschina.net/tsuru-paas?t=52794