Block a user
shahondin1624
deleted branch feature/issue-96-placement-constraints from llm-multiverse/llm-multiverse
2026-03-11 10:55:24 +01:00
Define service placement constraints
feat: service placement constraints with node labeling (#96)
feat: service placement constraints with node labeling (#96)
shahondin1624
created branch feature/issue-96-placement-constraints in llm-multiverse/llm-multiverse
2026-03-11 10:55:11 +01:00
shahondin1624
pushed to feature/issue-96-placement-constraints at llm-multiverse/llm-multiverse
2026-03-11 10:55:11 +01:00
Initialize Docker Swarm and encrypted overlay
Implemented in PR #205 (merged).
- Created
docker/scripts/swarm-init.shwith subcommands: init, join, token, network, verify, leave - Encrypted overlay network created with
--opt encrypted…
shahondin1624
deleted branch feature/issue-95-swarm-init from llm-multiverse/llm-multiverse
2026-03-11 10:53:48 +01:00
Initialize Docker Swarm and encrypted overlay
feat: Docker Swarm init script with encrypted overlay (#95)
feat: Docker Swarm init script with encrypted overlay (#95)
shahondin1624
created branch feature/issue-95-swarm-init in llm-multiverse/llm-multiverse
2026-03-11 10:53:35 +01:00
shahondin1624
pushed to feature/issue-95-swarm-init at llm-multiverse/llm-multiverse
2026-03-11 10:53:35 +01:00
Verify service DNS routing and connectivity
Implemented in PR #204 (merged).
- Created
docker/scripts/verify-connectivity.sh— smoke test script that validates DNS resolution, gRPC port connectivity, and HTTP health endpoints across all…
shahondin1624
deleted branch feature/issue-94-verify-dns-connectivity from llm-multiverse/llm-multiverse
2026-03-11 10:50:54 +01:00
feat: connectivity verification and service topology docs (#94)
Verify service DNS routing and connectivity