Kubernetes allows to use "affinity" to run containers on specific pods, see https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity and https://github.com/kubernetes/kubernetes/issues/46070 and https://gist.github.com/wbuchwalter/7d4d59ccac0e4bb0be58ec3b80643c9f This could allow to run containers in the required hardware environment. Related issue in spec: https://github.com/o2r-project/erc-spec/issues/65