NVIDIA's GPU Operator on Flatcar
Managing hardware-related aspects of Kubernetes clusters is hard. Accessing host hardware often requires additional kernel modules and deep integration or even modification of container runtimes. Meanwhile, nodes come and go and provisioning tools like coreos/ignition or canonical/cloud-init don’t cover the whole node lifecycle. It becomes even harder on specialised container operating systems like Fedora/RedHat CoreOS and Flatcar because of their largely immutable or ephemeral filesystems. Oftentimes using an additional IT automation stack like Ansible or Chef seems necessary....