MoiToi Docker Hive is simple dockrized containers manager
Project description
MoiToi Docker Hive
MoiToi Docker Hive is simple docker containers orchestrator, which deploys services as containers and spreads the workloads between number of nodes and acting as cluster.
Free software: MIT license
Documentation: https://moitoi-docker-hive.readthedocs.io.
Features
Images
Following images is deployed on first cluster init
Image |
Description |
---|---|
mdh_lb |
NGINX load balancer image |
mdh_backend |
Backend image |
mdh_elsa |
REST API and load balancer config handler |
mdh_grafana |
Grafana instance |
mdh_prom |
Prometheus instance |
mdh_statsd |
Proetheus stats exporter |
Every service instance have a Telegraf entrypoint scraped by Prometheus instance. Prometheus data is visualized by Grafana instance
Endpoints
- /Service
- params
cluster_id - mdhxx…..
add_service - Initializes new cluster with one backned node and monitoring infra
add_node - add’s node to cluster
rm_node - removes node from cluster
GET - Without params it will return all clusters and nodes
- POST - Creates new cluster as specified in JSON input.
{ "clusters": "1", "replicas" : "1" }
- PUT/PATCH - Updates cluster as specified in JSON input with with cluster_id param.
{ "replicas" : "2" }
DELETE - Delete cluster cluster cluster_id is specified
- /State
- params
cluster_id - mdhxx…..
GET - Without params it will return all clusters and node states. With cluser_id returns cluster state
- /Grafana
Grafana interface. Default admin password is specified is first 10 characters of cluster_id
ToDo
More documentation
Increase security level by adding authentitcation
Decrease docker socket access for ELSA. Currently its fully exposed for all services.
Remote provider for example VMWare, XEN, etc
Implement tests
Credits
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.
History
0.1.0 (2019-12-17)
First release on PyPI.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file moitoi_docker_hive-0.1.1.tar.gz
.
File metadata
- Download URL: moitoi_docker_hive-0.1.1.tar.gz
- Upload date:
- Size: 264.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.14.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.41.0 CPython/3.6.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2aa5f8fad12941cafecbb8cab54fb9000d5e86e5833308f7fa1d84559e1d1a7d |
|
MD5 | 909a854ac884abd2f7be4d5d7e0d1719 |
|
BLAKE2b-256 | 924a930cd99f26e09b2fe9fe0c2b71edc3e5b697b77891471c944d6609740030 |
File details
Details for the file moitoi_docker_hive-0.1.1-py2.py3-none-any.whl
.
File metadata
- Download URL: moitoi_docker_hive-0.1.1-py2.py3-none-any.whl
- Upload date:
- Size: 270.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.14.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.41.0 CPython/3.6.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 354db42b0fc7a9d449f37b573bcf87371605309a4e6e8f9093f5855fde5b4055 |
|
MD5 | 73c533154624ff790f8f1f82dc97b0db |
|
BLAKE2b-256 | 732d524cc1d35d147062e0685a437c22daa7b223864941c8e2ffdecf111d0804 |