All Projects → kubernetes-sigs → Node Feature Discovery

kubernetes-sigs / Node Feature Discovery

Licence: apache-2.0
Node feature discovery for Kubernetes

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Node Feature Discovery

azalea
main board for the GreatFET project, also known as GreatFET One
Stars: ✭ 52 (-80.74%)
Mutual labels:  hardware
pioreactor
Hardware and software for accessible, extensible, and scalable bioreactors. Built on Raspberry Pi.
Stars: ✭ 28 (-89.63%)
Mutual labels:  hardware
lewis
Let's write intricate simulators!
Stars: ✭ 17 (-93.7%)
Mutual labels:  hardware
zevoicemask
An open source DIY implemetation of a face mask with voice visuals and animations.
Stars: ✭ 13 (-95.19%)
Mutual labels:  hardware
awesome-open-source-synths
Awesome Open Source Synths List!
Stars: ✭ 64 (-76.3%)
Mutual labels:  hardware
super-sixteen
Code and schematics for the Super Sixteen Eurorack sequencer
Stars: ✭ 90 (-66.67%)
Mutual labels:  hardware
lwow
Lightweight onewire protocol library optimized for UART hardware on embedded systems
Stars: ✭ 98 (-63.7%)
Mutual labels:  hardware
Awesome Weekly Robotics
A list of projects that were or will be featured in Weekly Robotics newsletter
Stars: ✭ 255 (-5.56%)
Mutual labels:  hardware
docker
Scripts to build and use docker images including GHDL
Stars: ✭ 27 (-90%)
Mutual labels:  hardware
streamdeck
Golang API for the Corsair / Elgato StreamDeck
Stars: ✭ 46 (-82.96%)
Mutual labels:  hardware
remote refocus
A scientific publication, describing a way to improve microscopy. This repository hosts everything you need to reproduce our results. Read the publication here: https://andrewgyork.github.io/remote_refocus/
Stars: ✭ 13 (-95.19%)
Mutual labels:  hardware
Blitz
Blitz is a 68030 based homebrew computer I designed over the course of nearly 3 years, starting in late 2017.
Stars: ✭ 31 (-88.52%)
Mutual labels:  hardware
pinout
An open source Python package that generates hardware pinout diagrams as SVG images.
Stars: ✭ 298 (+10.37%)
Mutual labels:  hardware
hardware-attacks-state-of-the-art
Microarchitectural exploitation and other hardware attacks.
Stars: ✭ 29 (-89.26%)
Mutual labels:  hardware
input-event
🎹 Read and parse input device(like mouse, keyboard, joystick and IR-Remote)'s event data.
Stars: ✭ 45 (-83.33%)
Mutual labels:  hardware
Plaid-Pad
Build guide and additional hardware for the Plaid-Pad mechanical macro pad.
Stars: ✭ 39 (-85.56%)
Mutual labels:  hardware
MinimumViableSynth
A virtual analog synthesizer with lots of knobs and buttons.
Stars: ✭ 22 (-91.85%)
Mutual labels:  hardware
Pyverilog
Python-based Hardware Design Processing Toolkit for Verilog HDL
Stars: ✭ 267 (-1.11%)
Mutual labels:  hardware
sweetbit
🔌 Sweet daemon for pairing and control of the Bitcoin-enabled candy dispenser
Stars: ✭ 48 (-82.22%)
Mutual labels:  hardware
dsensor
📈 Digital universal particle concentration sensor ⏲️
Stars: ✭ 13 (-95.19%)
Mutual labels:  hardware

Node Feature Discovery

Go Report Card Prow Build

Welcome to Node Feature Discovery – a Kubernetes add-on for detecting hardware features and system configuration!

See our Documentation for detailed instructions and reference

Quick-start – the short-short version

$ kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/node-feature-discovery/v0.8.0/nfd-master.yaml.template
  namespace/node-feature-discovery created
...

$ kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/node-feature-discovery/v0.8.0/nfd-worker-daemonset.yaml.template
  daemonset.apps/nfd-worker created

$ kubectl -n node-feature-discovery get all
  NAME                              READY   STATUS    RESTARTS   AGE
  pod/nfd-master-555458dbbc-sxg6w   1/1     Running   0          56s
  pod/nfd-worker-mjg9f              1/1     Running   0          17s
...

$ kubectl get no -o json | jq .items[].metadata.labels
  {
    "beta.kubernetes.io/arch": "amd64",
    "beta.kubernetes.io/os": "linux",
    "feature.node.kubernetes.io/cpu-cpuid.ADX": "true",
    "feature.node.kubernetes.io/cpu-cpuid.AESNI": "true",
...

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].