书栈网 · BookStack 本次搜索耗时 0.010 秒,为您找到 109 个相关结果.
  • 选择资源池去部署应用

    选择资源池去部署应用 选择资源池去部署应用 选择资源池去部署应用 选择资源池去部署应用 tsuru的资源池的概念,是指运行应用代码的一组机器。资源池由云平台管理员按需定义,用户可以应用创建应用时从中选择。用户可以通过tsuru pool-list 命令查看哪些资源池是可用的: $ tsuru pool - list ...
  • 安装平台

    安装平台 Installing platforms 安装平台 Installing platforms 这个平台是定义良好的打包,带有语言或者框架的安装了的依赖,框架是一组应用需要的框架。 平台被定义为Dockerfile。tsuru已经支持大量的Dockefile,在https://github.com/tsuru/basebuilder列...
  • Router API specification

    Router API specification Router API specification tsuru supports registering HTTP API routers. An HTTP API router is a generic routerthat implements tsuru Router API specificat...
  • Deploying Java applications

    Deploying Java applications Overview Creating the app Deploying the code WAR deployment Git deployment Switching between Java versions Setting memory for application Going f...
  • Deploying

    Deploying Application requirements Select a deployment process Git app-deploy Docker image Deploying Application requirements To your application supports horizontal sca...
  • Installing

    tsuru Installer Installing tsuru components
  • 节点自动伸缩

    节点自动伸缩 节点自动伸缩 基于数量的伸缩 添加节点 删除节点 基于内存的伸缩 删除节点 重新平衡节点 自动伸缩的时间 只运行一次自动伸缩 节点自动伸缩 节点自动伸缩 通过设置dockerenabled 启动节点的自动伸缩功能。它会尝试添加,删除和重新平衡tsuru使用的docker节点。 docker节点的集群...
  • Event webhooks

    Event webhooks Configurations Event filtering configurations Hook request configurations Examples Event webhooks Event webhooks allow integrating tsuru events with external...
  • Choose a pool to deploy your app

    Choose a pool to deploy your app Choose a pool to deploy your app tsuru has a concept of pool, a group of machines that will run the applicationcode. Pools are defined by the c...
  • PlanB Router

    PlanB Router PlanB Router 增加仓库 安装 配置 PlanB Router PlanB Router PlanB是一个分布式的HTTP和websocket代理。它被在Hipache定义的配置样式的顶层构建。 tsuru使用PlanB把请求分发到容器。路由信息被tsuru存储在配置的Redis服务器中,PlanB会...