Automatically generate Docker Swarm mode node labels for each constraint label in each service in a Docker Compose / Docker Stack file.
Project description
DEPRECATED 🚨
This project is deprecated. I haven't used it in years, I don't recommend using it.
Docker Auto Labels
Automatically generate Docker Swarm mode node labels for each constraint label in each service in a Docker Compose / Docker Stack file.
Description
This command line package is made to be used with a Docker Swarm mode cluster.
It will:
- Read a Docker Compose / Docker Stack file.
- Extract the node label constraints for each service.
- Check that all the labels exist in the Docker Swarm mode cluster.
- For each label that doesn't exist, create it in a random node in the cluster.
Adding label constraints helps you ensure that all the "stateful" Docker services (like databases) are always deployed to the same node (specially useful in a multi-node cluster).
This program will ensure that those labels exist in one node in the cluster, if they don't exist, they are created in one node chosen randomly.
That way, the first time you deploy a stack, a random node will be assigned to each stateful service (by this command, right before the deployment).
And for all subsequent deployments, the stateful services will go to the same nodes that they were using.
Release Notes
Latest Changes
Internal
0.2.4
Refactors
Internal
- 🔧 Add GitHub templates for discussions and issues, and security policy. PR #9 by @alejsdev.
- 🔧 Add funding. PR #8 by @tiangolo.
- 👷 Add latest-changes GitHub Action. PR #6 by @tiangolo.
- 👷 Add dependabot. PR #7 by @tiangolo.
0.2.3
License
MIT License
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file docker_auto_labels-0.2.4.tar.gz.
File metadata
- Download URL: docker_auto_labels-0.2.4.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8534f42642de4298a9171c64c69d66f88af5588a3f1dff652209c07400188989
|
|
| MD5 |
f9aca27f7ca381ae670ddad83bfcb9a0
|
|
| BLAKE2b-256 |
336ac0114dfb8e7100e4fa67fd17f9903183d35606dac2fa1075b19c5c300b22
|
File details
Details for the file docker_auto_labels-0.2.4-py3-none-any.whl.
File metadata
- Download URL: docker_auto_labels-0.2.4-py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
581332b3d1da7ceaa0553b68f265cb33462ef943d8f61a03fb8f427bbb51b582
|
|
| MD5 |
3a158535951c5b92470e9c919ed6fb4d
|
|
| BLAKE2b-256 |
fc14aa117b17edb97d8e5d199f1820c27cf1aea125901f45bc3df6ce57b26298
|