How can I connect to a USB Device from a Kubernetes Service?

10/28/2019

I need to connect to a PCSC card reader on Ubuntu 18.04 box. To run my program locally I needed to install pcsc-lite and also device driver. It runs fine locally but now to run this same program as a service in Kubernetes? What are the steps for doing this? Do I need to mount the drivers? All nodes will already have the driver installed. But what about the creation of the container and the deployment descriptor?

-- Average Bear
docker
kubernetes

0 Answers