You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently only k8s is supported as an Orchestrator of ocis microservice containers across multiple nodes.
K8s only deals with orchestrating containers.
Ocis is basically a Go binary, which would not need containerization, per se.
Hashicorp Nomad can orchestrate not only containers but -among others- binaries with the "isolated fork/exec" driver.
Wouldn't it be nice if we could create a Nomad Job file (instead of a Helm Chart for k8s) for Nomad in order to run ocis under Nomad (as a supported alternative to Docker Swarm)?
The text was updated successfully, but these errors were encountered:
Currently only k8s is supported as an Orchestrator of ocis microservice containers across multiple nodes.
K8s only deals with orchestrating containers.
Ocis is basically a Go binary, which would not need containerization, per se.
Hashicorp Nomad can orchestrate not only containers but -among others- binaries with the "isolated fork/exec" driver.
Wouldn't it be nice if we could create a Nomad Job file (instead of a Helm Chart for k8s) for Nomad in order to run ocis under Nomad (as a supported alternative to Docker Swarm)?
The text was updated successfully, but these errors were encountered: