Is there something similar to Kubernetes pods in Nomad?
--
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.
GitHub Issues: https://github.com/hashicorp/nomad/issues
IRC: #nomad-tool on Freenode
---
You received this message because you are subscribed to the Google Groups "Nomad" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nomad-tool+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/nomad-tool/c0580be1-ab6d-4bf3-98a3-add953f45bcf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hey,Yes a task group is the equivalent of a pod. All tasks within the group will be colocated on the same machine: https://www.nomadproject.io/docs/job-specification/group.html
On Fri, Nov 10, 2017 at 11:09 AM, <zlobus...@gmail.com> wrote:
Is there something similar to Kubernetes pods in Nomad?
--
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.
GitHub Issues: https://github.com/hashicorp/nomad/issues
IRC: #nomad-tool on Freenode
---
You received this message because you are subscribed to the Google Groups "Nomad" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nomad-tool+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/nomad-tool/c0580be1-ab6d-4bf3-98a3-add953f45bcf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--Thanks,Alex