书栈网 · BookStack 本次搜索耗时 0.026 秒,为您找到 969 个相关结果.
  • Docker Compose/Swarm

    We are currently refactoring our documentation. Please excuse any problems you may find and report them here . This guide describes how to deploy a single-node TiKV cluster us...
  • Docker Compose/Swarm

    This guide describes how to deploy a single-node TiKV cluster using Docker Compose, or a multi-node TiKV cluster using Docker Swarm. PingCAP (the original authors of TiKV, and a ...
  • Swarm发现服务

    Swarm发现服务 用例 使用hosted discovery服务 使用静态文件描述服务 使用 etcd 使用consul 使用zookeeper 使用静态ip列表 IP地址范围匹配模式 启用一个新发现后台(discovery backend) 初始化(Initialize) Fetch Watch Register Swa...
  • 创建 Swarm 集群

    创建 Swarm 集群 初始化集群 增加工作节点 查看集群 创建 Swarm 集群 阅读 基本概念 一节我们知道 Swarm 集群由管理节点和工作节点组成。本节我们来创建一个包含一个管理节点和两个工作节点的最小 Swarm 集群。 初始化集群 我们使用 docker swarm init 在本机初始化一个 Swarm 集群。 ...
  • Docker Swarm Deployment

    Orchestrate CockroachDB with Docker Swarm Before you begin Step 1. Create instances Step 2. Install Docker Engine Step 3. Start the swarm Step 4. Create an overlay network Ste...
  • Swarm Mode Cluster

    Docker Swarm (mode) cluster Prerequisites Cluster provisioning Deploy Traefik Deploy your apps Access to your apps through Traefik Scale both services Access to your whoami0 ...
  • Setting Up Swarm

    Setting up Swarm Full code description: Tutorial on setting up swarm node. Setting up Swarm To run swarm you first need to install geth and bzzd which is the swarm daemon...
  • Swarm mode 集群

    Docker Swarm (mode) cluster Prerequisites Cluster provisioning Deploy Træfik Deploy your apps Access to your apps through Træfɪk Scale both services Access to your whoami0 th...
  • Swarm管理维护指南

    Swarm管理维护指南 Swarm管理维护指南 当我们运行一个Docker Engine集群时,manage节点是管理Swarm和存储Swarm状态的关键组件。所以为了更好的管理维护,了解manager节点的一些关键特性是很重要的。 编者提示: 法定人数(quorum)可以理解为一个投非弃权票的人数,这个人数保证投票不会完全没有结果。选举结果是要...
  • Traefik cluster example with Swarm

    Clustering / High Availability on Docker Swarm with Consul Prerequisites Traefik configuration EntryPoints configuration Let's Encrypt configuration Docker configuration Full d...