How can Intel quick sync be exposed to a pod?

This page summarizes the projects mentioned and recommended in the original post on /r/kubernetes

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • k8s-gitops

    GitOps principles to define kubernetes cluster state via code

  • So this one https://github.com/billimek/k8s-gitops/blob/master/kube-system/intel-gpu_plugin/intel-gpu_plugin.yaml is a custom yaml that deploys the Intel plugin as a daemonset but only on nodes that have the label "feature.node.kubernetes.io/custom-intel-gpu".

  • node-feature-discovery

    Node feature discovery for Kubernetes

  • This one https://github.com/kubernetes-sigs/node-feature-discovery is an official method of node discovery that puts certain labels on nodes, but I can't see the label "feature.node.kubernetes.io/custom-intel-gpu" being created. Am I missing where that label comes from? Is that where the helm version comes in from https://github.com/billimek/k8s-gitops/blob/master/kube-system/node-feature-discovery/node-feature-discovery.yaml does this one apply that label named?

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • intel-device-plugins-for-kubernetes

    Collection of Intel device plugins for Kubernetes

  • Same thing for the GPU plugin — https://github.com/intel/intel-device-plugins-for-kubernetes

  • smarter

  • For the device manager, check out eg. https://gitlab.com/arm-research/smarter/smarter-device-manager

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts