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?