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).
Release files for hive-builder 3.9.13
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| hive_builder-3.9.13.tar.gz | 104.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| hive_builder-3.9.13-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 274.3 kB
Release files / hive_builder-3.9.13.tar.gz
| Download URL | hive_builder-3.9.13.tar.gz |
|---|---|
| Size | 104.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
281df01ac004351276731c416c22323c7c44c658f4c5bad57b97ad92b4c54a58
|
|
BLAKE2b-256 checksum How to use checksums |
66769d994cef8d6b4901602514ca47a7addb65f58d74d34745b88958bdb56e3b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/2.2.1 CPython/3.9.25 Linux/6.17.0-1022-azure
|
Release files / hive_builder-3.9.13-py3-none-any.whl
| Download URL | hive_builder-3.9.13-py3-none-any.whl |
|---|---|
| Size | 169.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
4ea5128fc1f418cd7280421c16f4a0d396b286105326d1178f0855f22b58ed82
|
|
BLAKE2b-256 checksum How to use checksums |
74d0799b4c2e201998ea2200852da9d10561466db995e13a41fe42de530d0cf7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/2.2.1 CPython/3.9.25 Linux/6.17.0-1022-azure
|