PlanB Router
PlanB Router
PlanB是一个分布式的HTTP和websocket代理。它被在Hipache定义的配置样式的顶层构建。
tsuru使用PlanB把请求分发到容器。路由信息被tsuru存储在配置的Redis服务器中,PlanB会直接从Redis读取这个配置。
增加仓库
为了tsuru,需要增加包含PlanB包的仓库:
sudo apt-get install software-properties-common -y
sudo apt-add-repository ppa:tsuru/ppa -y
sudo apt-get update
安装
为安装PlanB,只需要使用apt-get:
sudo apt-get install planb -y
配置
你可能修改/etc/defult/planb文件,从而改变PLANB_OPTS环境变量,为了配置绑定地址、Redis 端点和其他配置,这些配置在PlanB文档中描述。
在修改文件后,你只需要使用如下命令启动PlanB:
sudo start planb