Skip to main content

Building docker swarm environment

Project description

hive-builder

hive-builder is a tool for building a site that operates docker containers across multiple servers. By using the cluster function of the docker swarm mode and the disk redundancy function of the drbd9, without using Kubernetes, you can build a site with a simple configuration. The hive houses the swarm of microservice and manages them.

  • A method of selecting leaders in server elections prevents split brain and does not require centralized control by a controller
  • The cluster function of docker swarm mode ensures high availability
  • You can migrate a container between servers, even that have data volumes, by mirroring disks with drbd that have auto promotion function
  • Sites can be built on IaaS such as AWS by launching the command only once
  • Container contents can be described with ansible role
  • Initial data can be loaded when site is launched
  • Have a private repository server in the site and store container images
  • Have Zabbix server in the site and monitor the operation
  • You can define 3 stages of private, staging, production in one inventory and build a site for each stage

For details, see the document (Sorry, there are only Japanese ones now).

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hive_builder-0.1.10.tar.gz (355.0 kB view hashes)

Uploaded Source

Built Distribution

hive_builder-0.1.10-py3-none-any.whl (100.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page