Swarm
Kotal extended Kubernetes with Swarm
custom resource in the ipfs.kotal.io/v1alpha1
group version.
Swarm is a kubernetes object that has a similar structure to resources you're familiar with like pod and deployment.
#
Swarm SpecSyntax | Type | Description | Default |
---|---|---|---|
nodes | array | Array of node objects |
#
nodesnodes
is the Swarm nodes.
nodes
is required, at least one node must be specified.
For extensive details, check node reference.