swarmkit icon indicating copy to clipboard operation
swarmkit copied to clipboard

A toolkit for orchestrating distributed systems at any scale. It includes primitives for node discovery, raft-based consensus, task scheduling and more.

Results 133 swarmkit issues
Sort by recently updated
recently updated
newest added

The v1.12.0 tag was created pre go modules, and was never intended to be a "release". Before go modules, tags were "opt-in", and could "optionally" be used as a reference...

Similar to `docker exec`, swarmkit should provide a way to execute commands inside a task, mostly for debugging purposes.

area/api
kind/feature

Currently both names are max 64 characters long. We have a naming-scheme with versioning in the name and hit often this limit. Is there a reason for only allowing 64...

If I created a service with docker swarm specifying e.g. `node.id==node42` as a constraint what would happen from the point of view of the scheduling process? The process would be...

While there has been discussion in https://github.com/docker/docker/pull/24973 and https://github.com/docker/swarmkit/issues/192, the adoption of a clear schema for mapping service resources into the DNS space is unclear. The following presents a schema...

First follow-up to https://github.com/docker/swarmkit/pull/3046#issuecomment-989982399

This is a rough overview of a proposed design for device support in Swarm. This is a possible implementation of #1244. The objective is to implement, in a way sensible...

kind/feature
kind/proposal

**Currently supported Templates regarding the Nodes** Currently only two templates _{{ .Node.ID }}_ and _{{ .Node.Hostname }}_ are supported. This is nice, but labels would put these templates on another...

my docker version is: `Client: Docker Engine - Community Version: 20.10.10 API version: 1.41 Go version: go1.16.9 Git commit: b485636 Built: Mon Oct 25 07:42:59 2021 OS/Arch: linux/amd64 Context: default...

i have 2 swarm node ``` ntr276c3lbdmt58zjrwdfy606 java1 Ready Active Leader 20.10.11 d0thnr145hhppyaxx2ku00lnx java2 Ready Active 20.10.11 ``` network: overall_java overlay swarm java1/java2 [global mode]: springboot(app port 8080) project use...